CameraCharacteristics.AutomotiveLensFacing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The direction of the camera faces relative to the vehicle body frame and the passenger seats.
[Android.Runtime.Register("AUTOMOTIVE_LENS_FACING", ApiSince=33)]
public static Android.Hardware.Camera2.CameraCharacteristics.Key AutomotiveLensFacing { get; }
[<Android.Runtime.Register("AUTOMOTIVE_LENS_FACING", ApiSince=33)>]
static member AutomotiveLensFacing : Android.Hardware.Camera2.CameraCharacteristics.Key
Property Value
The direction of the camera faces relative to the vehicle body frame and the passenger seats.
- Attributes
Remarks
The direction of the camera faces relative to the vehicle body frame and the passenger seats.
Android reference for android.hardware.camera2.CameraCharacteristics.AUTOMOTIVE_LENS_FACING.
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.