VideoCapture.Mode Property
|
A backend-specific value indicating the current capture mode
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_Mode();
function set_Mode(value);
Property Value
Type:
Int32
See Also