AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable Property

Definition

Whether the system should automatically enable "boost mode" (ISO 3200) in low light.

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

Property Value

The default value is false.

Attributes

Remarks

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

Applies to