CameraCharacteristics.ScalerAvailableMaxDigitalZoom Property

Definition

The maximum ratio between both active area width and crop region width, and active area height and crop region height, for CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion.

[Android.Runtime.Register("SCALER_AVAILABLE_MAX_DIGITAL_ZOOM")]
public static Android.Hardware.Camera2.CameraCharacteristics.Key? ScalerAvailableMaxDigitalZoom { get; }
[<Android.Runtime.Register("SCALER_AVAILABLE_MAX_DIGITAL_ZOOM")>]
static member ScalerAvailableMaxDigitalZoom : Android.Hardware.Camera2.CameraCharacteristics.Key

Property Value

Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.SCALER_AVAILABLE_MAX_DIGITAL_ZOOM.

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

See also