Click or drag to resize
VideoStabilization Class
Provides stabilization of video from shaky cameras.
Inheritance Hierarchy
SystemObject
  StreamCodersATransformProcessor
    StreamCodersVideoStabilization

Namespace: StreamCoders
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VideoStabilization : ATransformProcessor, 
	IDisposable

The VideoStabilization type exposes the following members.

Constructors
  NameDescription
Public methodVideoStabilization
Initializes a new instance of the VideoStabilization class
Top
Properties
  NameDescription
Public propertyOutputQueue
Output queue that contains the results of the previous transformation.
(Inherited from ATransformProcessor.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
Remarks
Note that CPU utilization can be relatively high when using video stabilization. We therefore recommend not to use this class in live streaming scenarios.
Video stabilization is only available on Windows Vista/7/8.
See Also