CameraMetadata.ScalerRotateAndCrop270 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 270 degrees clockwise, and then cropped to the original aspect ratio.

[Android.Runtime.Register("SCALER_ROTATE_AND_CROP_270", 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 ScalerRotateAndCrop270 = 3;
[<Android.Runtime.Register("SCALER_ROTATE_AND_CROP_270", 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 ScalerRotateAndCrop270 : Android.Hardware.Camera2.ScalerRotateAndCropType

Field Value

Value = 3
Attributes

Remarks

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

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

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