FrameSourceCaptureSource Property |
http://www.emgu.com
Get or Set the capture type
Namespace:
Emgu.CV.VideoStab
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VideoCaptureCaptureModuleType CaptureSource { get; set; }
Public Property CaptureSource As VideoCaptureCaptureModuleType
Get
Set
public:
property VideoCaptureCaptureModuleType CaptureSource {
VideoCaptureCaptureModuleType get ();
void set (VideoCaptureCaptureModuleType value);
}
member CaptureSource : VideoCaptureCaptureModuleType with get, set
Property Value
Type:
VideoCaptureCaptureModuleType
See Also