CameraMetadata.ScalerRotateAndCrop180 Campo

Definizione

Attenzione

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

Le immagini elaborate vengono ruotate di 180 gradi.

[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

Valore del campo

Value = 2
Attributi

Commenti

Le immagini elaborate vengono ruotate di 180 gradi. Poiché le proporzioni non cambiano, non viene eseguito alcun ritaglio.

per android.hardware.camera2.CameraMetadata.SCALER_ROTATE_AND_CROP_180.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a