AVCaptureDevice.LowLightBoostEnabled Property

Definition

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

[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

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