VideoDeviceController.Exposure Property

Definition

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

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

Property Value

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

Remarks

Exposure is specified in log base 2 seconds. For values less than zero, the exposure time is 1/(2n) seconds. For values of zero and above, the exposure time is 2n seconds.

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

Applies to

See also