Camera.CameraInfo.CameraFacingFront Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.CameraFacing enum directly instead of this field.

The facing of the camera is the same as that of the screen.

[Android.Runtime.Register("CAMERA_FACING_FRONT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.CameraFacing enum directly instead of this field.", true)]
public const Android.Hardware.CameraFacing CameraFacingFront = 1;
[<Android.Runtime.Register("CAMERA_FACING_FRONT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.CameraFacing enum directly instead of this field.", true)>]
val mutable CameraFacingFront : Android.Hardware.CameraFacing

Field Value

Value = 1
Attributes

Remarks

The facing of the camera is the same as that of the screen.

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

Applies to