| VideoCaptureAutoFocus Property |
[Missing <summary> documentation for "P:OpenCvSharp.VideoCapture.AutoFocus"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
BooleanSee Also