Android.Hardware.Camera.Open Method
Creates a new Camera object to access the first back-facing camera on the device.

Syntax

[Android.Runtime.Register("open", "()Landroid/hardware/Camera;", "")]
public static Camera Open ()

See Also

Camera.Open(int)

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new Camera object to access the first back-facing camera on the device. If the device does not have a back-facing camera, this returns null.

[Android Documentation]

Requirements

Namespace: Android.Hardware
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1