Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 892 Bytes

videodevicecontroller_exposure.md

File metadata and controls

26 lines (18 loc) · 892 Bytes
-api-id -api-type
P:Windows.Media.Devices.VideoDeviceController.Exposure
winrt property

Windows.Media.Devices.VideoDeviceController.Exposure

-description

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

-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.

-examples

-see-also

MediaDeviceControl