CameraMetadata.ScalerRotateAndCrop90 Field

Definition

Caution

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

Processed images are rotated by 90 degrees clockwise, and then cropped to the original aspect ratio.

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

Field Value

Value = 1
Attributes

Remarks

Processed images are rotated by 90 degrees clockwise, and then cropped to the original aspect ratio.

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

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