Language

AutomotiveLocation Enum

Definition

public enum AutomotiveLocation
type AutomotiveLocation = 
Inheritance
AutomotiveLocation

Fields

Name Value Description
Interior 0

The camera device exists inside of the vehicle cabin.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_INTERIOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExteriorOther 1

The camera exists outside of the vehicle body frame but not exactly on one of the exterior locations this enum defines. The applications should determine the exact location from android.lens.poseTranslation.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExteriorFront 2

The camera device exists outside of the vehicle body frame and on its front side.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_FRONT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExteriorRear 3

The camera device exists outside of the vehicle body frame and on its rear side.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_REAR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExteriorLeft 4

The camera device exists outside and on left side of the vehicle body frame.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_LEFT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExteriorRight 5

The camera device exists outside and on right side of the vehicle body frame.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_RIGHT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExtraOther 6

The camera device exists on an extra vehicle, such as the trailer, but not exactly on one of front, rear, left, or right side. Applications should determine the exact location from android.lens.poseTranslation.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTRA_OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExtraFront 7

The camera device exists outside of the extra vehicle's body frame and on its front side.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTRA_FRONT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExtraRear 8

The camera device exists outside of the extra vehicle's body frame and on its rear side.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTRA_REAR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExtraLeft 9

The camera device exists outside and on left side of the extra vehicle body.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTRA_LEFT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ExtraRight 10

The camera device exists outside and on right side of the extra vehicle body.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTRA_RIGHT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to