Camera.CameraInfo.Facing Property

Definition

Caution

deprecated

The direction that the camera faces.

[Android.Runtime.Register("facing")]
[System.Obsolete("deprecated")]
public Android.Hardware.CameraFacing Facing { get; set; }
[<Android.Runtime.Register("facing")>]
[<System.Obsolete("deprecated")>]
member this.Facing : Android.Hardware.CameraFacing with get, set

Property Value

Attributes

Remarks

The direction that the camera faces. It should be CAMERA_FACING_BACK or CAMERA_FACING_FRONT.

Java documentation for android.hardware.Camera.CameraInfo.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.

Applies to