Freigeben über


AVCaptureDevice.LowLightBoostEnabled Property

Definition

Whether the low-light "boost mode" (ISO 3200) is enabled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool LowLightBoostEnabled { [Foundation.Export("isLowLightBoostEnabled")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isLowLightBoostEnabled")>]
member this.LowLightBoostEnabled : bool

Property Value

The default is false.

Attributes

Remarks

The default sensitivity of the iPhone 5 is equivalent to ISO 800. The "boost mode" increases sensitivity to ISO 3200, at the cost of increased sensor noise.

Applies to