Share via


VideoDeviceController.Zoom Property

Definition

Gets a MediaDeviceControl object that can be used to get or set the camera's zoom setting.

public:
 property MediaDeviceControl ^ Zoom { MediaDeviceControl ^ get(); };
MediaDeviceControl Zoom();
public MediaDeviceControl Zoom { get; }
var mediaDeviceControl = videoDeviceController.zoom;
Public ReadOnly Property Zoom As MediaDeviceControl

Property Value

A MediaDeviceControl object that provides methods to get and set the zoom.

Remarks

Zoom is specified in millimeters.

For more information on getting or setting this value, see MediaDeviceControl.

Applies to

See also