Sprache

ScalerCroppingType Enum

Definition

Enumerates values returned by the CenterOnly, and Freeform members.

public enum ScalerCroppingType
type ScalerCroppingType = 
Inheritance
ScalerCroppingType

Fields

Name Value Description
CenterOnly 0

The camera device only supports centered crop regions.

Android reference for android.hardware.camera2.CameraMetadata.SCALER_CROPPING_TYPE_CENTER_ONLY.

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.

Freeform 1

The camera device supports arbitrarily chosen crop regions.

Android reference for android.hardware.camera2.CameraMetadata.SCALER_CROPPING_TYPE_FREEFORM.

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.

Remarks

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