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 的敏感度,但代价是传感器噪声增加。

适用于