Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.15 KB

flashcontrol.md

File metadata and controls

27 lines (18 loc) · 1.15 KB
-api-id -api-type
T:Windows.Media.Devices.FlashControl
winrt class

Windows.Media.Devices.FlashControl

-description

Provides functionality for controlling the flash settings on a capture device.

-remarks

The FlashControl enable apps to manage the flash on a device. This can be used in a photo app to handle low-light conditions or for RedEyeReduction.

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

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

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

-examples

-see-also

Manual camera controls for photo and video capture