Language

AutomotiveLensFacing Enum

Definition

public enum AutomotiveLensFacing
type AutomotiveLensFacing = 
Inheritance
AutomotiveLensFacing

Fields

Name Value Description
ExteriorOther 0

The camera device faces the outside of the vehicle body frame but not exactly one of the exterior sides defined by this enum. Applications should determine the exact facing direction from android.lens.poseRotation and android.lens.poseTranslation.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_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 1

The camera device faces the front of the vehicle body frame.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_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 2

The camera device faces the rear of the vehicle body frame.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_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 3

The camera device faces the left side of the vehicle body frame.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_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 4

The camera device faces the right side of the vehicle body frame.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_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.

InteriorOther 5

The camera device faces the inside of the vehicle body frame but not exactly one of seats described by this enum. Applications should determine the exact facing direction from android.lens.poseRotation and android.lens.poseTranslation.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_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.

InteriorSeatRow1Left 6

The camera device faces the left side seat of the first row.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_1_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.

InteriorSeatRow1Center 7

The camera device faces the center seat of the first row.

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

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.

InteriorSeatRow1Right 8

The camera device faces the right seat of the first row.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_1_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.

InteriorSeatRow2Left 9

The camera device faces the left side seat of the second row.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_2_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.

InteriorSeatRow2Center 10

The camera device faces the center seat of the second row.

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

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.

InteriorSeatRow2Right 11

The camera device faces the right side seat of the second row.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_2_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.

InteriorSeatRow3Left 12

The camera device faces the left side seat of the third row.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_3_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.

InteriorSeatRow3Center 13

The camera device faces the center seat of the third row.

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

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.

InteriorSeatRow3Right 14

The camera device faces the right seat of the third row.

Android reference for android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LENS_FACING_INTERIOR_SEAT_ROW_3_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