CameraMetadata.ControlAutoframingStateConverged Field

Definition

Caution

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

Auto-framing has reached a stable state (frame/fov is not being adjusted).

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

Field Value

Value = 2
Attributes

Remarks

Auto-framing has reached a stable state (frame/fov is not being adjusted). The state may transition back to FRAMING if the scene changes.

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

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