Share via


CameraMetadata.ExtensionNightModeIndicatorOn Field

Definition

Caution

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

The camera has detected low-light conditions.

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

Field Value

Value = 2
Attributes

Remarks

The camera has detected low-light conditions. It is recommended to use Night Mode Camera Extension to optimize the camera settings to take a high-quality photo in the dark.

Java documentation for android.hardware.camera2.CameraMetadata.EXTENSION_NIGHT_MODE_INDICATOR_ON.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to