Compartir a través de


CameraMetadata.ScalerRotateAndCropNone Campo

Definición

Precaución

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

No se aplica rotación ni recorte.

[Android.Runtime.Register("SCALER_ROTATE_AND_CROP_NONE", 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 ScalerRotateAndCropNone = 0;
[<Android.Runtime.Register("SCALER_ROTATE_AND_CROP_NONE", 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 ScalerRotateAndCropNone : Android.Hardware.Camera2.ScalerRotateAndCropType

Valor de campo

Value = 0
Atributos

Comentarios

No se aplica rotación ni recorte. Las salidas procesadas están en la orientación del sensor.

Documentación de Java para android.hardware.camera2.CameraMetadata.SCALER_ROTATE_AND_CROP_NONE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a