CameraMetadata.ScalerRotateAndCrop180 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 180 degrees.

[Android.Runtime.Register("SCALER_ROTATE_AND_CROP_180", 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 ScalerRotateAndCrop180 = 2;
[<Android.Runtime.Register("SCALER_ROTATE_AND_CROP_180", 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 ScalerRotateAndCrop180 : Android.Hardware.Camera2.ScalerRotateAndCropType

Field Value

Value = 2
Attributes

Remarks

Processed images are rotated by 180 degrees. Since the aspect ratio does not change, no cropping is performed.

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

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