CameraExtensionCharacteristics.ExtensionNight Field

Definition

Caution

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

Device-specific extension implementation that aims to suppress noise and improve the overall image quality under low light conditions.

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

Field Value

Value = 4
Attributes

Remarks

Device-specific extension implementation that aims to suppress noise and improve the overall image quality under low light conditions.

Java documentation for android.hardware.camera2.CameraExtensionCharacteristics.EXTENSION_NIGHT.

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