Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.26 KB

lowlightfusion.md

File metadata and controls

24 lines (16 loc) · 1.26 KB
-api-id -api-type
T:Windows.Media.Core.LowLightFusion
winrt class

Windows.Media.Core.LowLightFusion

-description

This class allows you to submit a set of image frames, captured in low-light settings and in close temporal proximity, and receieve a single image that has been processed to improve image lighting and fidelity.

-remarks

This class implements the same computational photography algorithms as the AdvancedPhotoCapture class when used in low-light mode. The difference between this feature and AdvancedPhotoCapture is that because this feature is decoupled from the capture pipeline, you can use it on images that were captured at any time and in any manner, as long as the image format is supported. Supported formats can be determined by checking the SupportedBitmapPixelFormats property.

-see-also

AdvancedPhotoCapture, High dynamic range (HDR) and low-light photo capture

-examples