CameraMetadata.AutomotiveLocationExteriorOther Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Hardware.Camera2.AutomotiveLocation enum directly instead of this field.
La caméra existe en dehors du cadre du corps du véhicule, mais pas exactement sur l’un des emplacements extérieurs définis par cette énumération.
[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
Valeur de champ
Value = 1- Attributs
Remarques
La caméra existe en dehors du cadre du corps du véhicule, mais pas exactement sur l’un des emplacements extérieurs définis par cette énumération. Les applications doivent déterminer l’emplacement exact à partir de CameraCharacteristics#LENS_POSE_TRANSLATION android.lens.poseTranslation
.
Documentation Java pour android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_OTHER
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.