CameraMetadata.ControlLowLightBoostStateActive Feld

Definition

Achtung

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

Der AE-Modus "ON_LOW_LIGHT_BOOST_BRIGHTNESS_PRIORITY" ist aktiviert und angewendet.

[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

Feldwert

Value = 1
Attribute

Hinweise

Der AE-Modus "ON_LOW_LIGHT_BOOST_BRIGHTNESS_PRIORITY" ist aktiviert und angewendet.

Java Dokumentation für android.hardware.camera2.CameraMetadata.CONTROL_LOW_LIGHT_BOOST_STATE_ACTIVE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: