Android.Hardware.Camera2.CameraManager Members

The members of Android.Hardware.Camera2.CameraManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.