共用方式為


AVCaptureDevice.LowLightBoostEnabled 屬性

定義

是否啟用弱光「提升模式」 (ISO 3200) 。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool LowLightBoostEnabled { [Foundation.Export("isLowLightBoostEnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.LowLightBoostEnabled : bool

屬性值

預設為 false

屬性

備註

iPhone 5 的預設敏感度相當於 ISO 800。 「提升模式」會增加 ISO 3200 的敏感度,但代價是增加感應器雜訊。

適用於