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