Android.Hardware.Camera2.CameraManager: Method Members

The methods of Android.Hardware.Camera2.CameraManager are listed below. For a list of all members, see the CameraManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetCameraCharacteristics(string) : CameraCharacteristics
GetCameraIdList() : string[]
Return the list of currently connected camera devices by identifier.
OpenCamera(string, CameraDevice.StateCallback, Android.OS.Handler)
Open a connection to a camera with the given ID.
RegisterAvailabilityCallback(CameraManager.AvailabilityCallback, Android.OS.Handler)
Register a callback to be notified about camera device availability.
UnregisterAvailabilityCallback(CameraManager.AvailabilityCallback)
Remove a previously-added callback; the callback will no longer receive connection and disconnection callbacks.