VideoDeviceController.Focus Property
Definition
Gets a MediaDeviceControl object that can be used to get or set the camera's focus setting.
public:
property MediaDeviceControl ^ Focus { MediaDeviceControl ^ get(); };
MediaDeviceControl Focus();
public MediaDeviceControl Focus { get; }
var mediaDeviceControl = videoDeviceController.focus;
Public ReadOnly Property Focus As MediaDeviceControl
Property Value
A MediaDeviceControl object that provides methods to get and set the focus.
Remarks
Focus is specified in millimeters.
For more information on getting or setting this value, see MediaDeviceControl.