CameraMetadata.ControlZoomMethodZoomRatio Field

Definition

Caution

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

The application intends to control zoom via CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio, and the effective zoom level is reflected by CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio in capture results.

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

Field Value

Value = 1
Attributes

Remarks

The application intends to control zoom via CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio, and the effective zoom level is reflected by CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio in capture results.

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

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