Compartir a través de


CameraMetadata.AutomotiveLocationExteriorOther Campo

Definición

Precaución

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

La cámara existe fuera del marco del cuerpo del vehículo, pero no exactamente en una de las ubicaciones exteriores que define esta enumeración.

[Android.Runtime.Register("AUTOMOTIVE_LOCATION_EXTERIOR_OTHER", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.AutomotiveLocation enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.AutomotiveLocation AutomotiveLocationExteriorOther = 1;
[<Android.Runtime.Register("AUTOMOTIVE_LOCATION_EXTERIOR_OTHER", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.AutomotiveLocation enum directly instead of this field.", true)>]
val mutable AutomotiveLocationExteriorOther : Android.Hardware.Camera2.AutomotiveLocation

Valor de campo

Value = 1
Atributos

Comentarios

La cámara existe fuera del marco del cuerpo del vehículo, pero no exactamente en una de las ubicaciones exteriores que define esta enumeración. Las aplicaciones deben determinar la ubicación exacta de CameraCharacteristics#LENS_POSE_TRANSLATION android.lens.poseTranslation.

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

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