CameraMetadata.ControlLowLightBoostStateActive Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlLowLightBoostState enum directly instead of this field.

El modo AE "ON_LOW_LIGHT_BOOST_BRIGHTNESS_PRIORITY" está habilitado y aplicado.

[Android.Runtime.Register("CONTROL_LOW_LIGHT_BOOST_STATE_ACTIVE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlLowLightBoostState enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ControlLowLightBoostState ControlLowLightBoostStateActive = 1;
[<Android.Runtime.Register("CONTROL_LOW_LIGHT_BOOST_STATE_ACTIVE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlLowLightBoostState enum directly instead of this field.", true)>]
val mutable ControlLowLightBoostStateActive : Android.Hardware.Camera2.ControlLowLightBoostState

Valor de campo

Value = 1
Atributos

Comentarios

El modo AE "ON_LOW_LIGHT_BOOST_BRIGHTNESS_PRIORITY" está habilitado y aplicado.

Java documentación para android.hardware.camera2.CameraMetadata.CONTROL_LOW_LIGHT_BOOST_STATE_ACTIVE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a