Share via


AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable Propiedad

Definición

Si el sistema debe habilitar automáticamente el "modo de impulso" (ISO 3200) en poca luz.

[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

Valor de propiedad

El valor predeterminado es false.

Atributos

Comentarios

La equivalencia ISO predeterminada para el iPhone 5 es 800. El "modo de aumento" aumenta la sensibilidad a ISO 3200, a costa del aumento del ruido del sensor.

Se aplica a