LowLightFusion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class LowLightFusion abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LowLightFusion final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class LowLightFusion
Public Class LowLightFusion
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
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.
Properties
MaxSupportedFrameCount |
Gets the maximum number of frames that can be submitted to the FuseAsync method. |
SupportedBitmapPixelFormats |
Gets a list of BitmapPixelFormat values that define the supported pixel formats for the FuseAsync method. |
Methods
FuseAsync(IIterable<SoftwareBitmap>) |
Asynchronously fuses a set of images into a single image that has been computed to improve image lighting and fidelity. |