| VideoCaptureCaptureType Property |
Gets the capture type (File or Camera)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public CaptureType CaptureType { get; }
Public ReadOnly Property CaptureType As CaptureType
Get
public:
property CaptureType CaptureType {
CaptureType get ();
}
member CaptureType : CaptureType with get
Property Value
Type:
CaptureTypeSee Also