Compartilhar via


CameraMetadata.ScalerRotateAndCropNone Campo

Definição

Cuidado

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

Não se faz rotação e corte é aplicado.

[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 do campo

Value = 0
Atributos

Comentários

Não se faz rotação e corte é aplicado. As saídas processadas estão na orientação do sensor.

Documentação Java para android.hardware.camera2.CameraMetadata.SCALER_ROTATE_AND_CROP_NONE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a