VideoCaptureCaptureSource Property |
http://www.emgu.com
Get the type of the capture module
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic VideoCaptureCaptureModuleType CaptureSource { get; }
Public ReadOnly Property CaptureSource As VideoCaptureCaptureModuleType
Get
public:
property VideoCaptureCaptureModuleType CaptureSource {
VideoCaptureCaptureModuleType get ();
}
member CaptureSource : VideoCaptureCaptureModuleType with get
Property Value
Type:
VideoCaptureCaptureModuleType
See Also