VideoCaptureAutoFocus Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool AutoFocus { get; set; }
Public Property AutoFocus As Boolean
Get
Set
public:
property bool AutoFocus {
bool get ();
void set (bool value);
}
member AutoFocus : bool with get, set
function get_AutoFocus();
function set_AutoFocus(value);
Property Value
Type:
Boolean
See Also