Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.51 KB

isospeedcontrol.md

File metadata and controls

31 lines (20 loc) · 1.51 KB
-api-id -api-type
T:Windows.Media.Devices.IsoSpeedControl
winrt class

Windows.Media.Devices.IsoSpeedControl

-description

Provides functionality for controlling the ISO film speed settings on a capture device.

-remarks

You can find out if a device supports this control by checking IsoSpeedControl.Supported.

You can access the IsoSpeedControl for the capture device through MediaCapture.VideoDeviceController.

The IsoSpeedControl enables apps to manage the ISO speed settings on a device. For example, in low-light conditions, apps may prefer higher noise level in return for higher overall brightness. The ISO speed control lets apps adjust tradeoffs such as this.

Use SetPresetAsync to set the ISO level to one of the IsoSpeedPreset values.

SupportedPresets lists the preset values that are support on the device.

For how-to guidance for using the FocusControl, see Manual camera controls for photo and video capture.

-examples

-see-also

Manual camera controls for photo and video capture