| VideoCaptureMode Property |
A backend-specific value indicating the current capture mode
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int Mode { get; set; }
Public Property Mode As Integer
Get
Set
public:
property int Mode {
int get ();
void set (int value);
}
member Mode : int with get, set
Property Value
Type:
Int32See Also