共用方式為


LowLightFusion 類別

定義

這個類別可讓您提交一組影像畫面,以低光設定擷取,並在接近時態性鄰近性中擷取,並接收已處理的單一影像,以改善影像光源和逼真度。

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
繼承
Object Platform::Object IInspectable LowLightFusion
屬性

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

備註

這個類別會在低光模式中使用時,實作與 AdvancedPhotoCapture 類別相同的計算攝影演算法。 這項功能與 AdvancedPhotoCapture 之間的差異在於,因為此功能與擷取管線分離,所以只要支援影像格式,您就可以在任何時間擷取的影像上使用此功能。 您可以藉由檢查 SupportedBitmapPixelFormats 屬性來判斷支援的格式。

屬性

MaxSupportedFrameCount

取得可以提交至 FuseAsync 方法的最大畫面格數目。

SupportedBitmapPixelFormats

取得 BitmapPixelFormat 值的清單,這個值會定義 FuseAsync 方法支援的像素格式。

方法

FuseAsync(IIterable<SoftwareBitmap>)

以非同步方式將一組影像結合成已計算的單一影像,以改善影像光源和逼真度。

適用於

另請參閱