CameraMetadata.ControlSettingsOverrideOff Field

Definition

Caution

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

No keys are applied sooner than the other keys when applying CaptureRequest settings to the camera device.

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

Field Value

Value = 0
Attributes

Remarks

No keys are applied sooner than the other keys when applying CaptureRequest settings to the camera device. This is the default value.

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

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