VideoCaptureCaptureType Property
|
Gets the capture type (File or Camera)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic CaptureType CaptureType { get; }
Public ReadOnly Property CaptureType As CaptureType
Get
public:
property CaptureType CaptureType {
CaptureType get ();
}
member CaptureType : CaptureType with get
function get_CaptureType();
Property Value
Type:
CaptureType
See Also