VideoDeviceController.Focus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.