CameraEventsHandler

Camera events handler - can be used to be notifed about camera events. The callbacks are executed from an arbitrary thread.

Functions

Link copied to clipboard
abstract fun onCameraClosed()
Link copied to clipboard
abstract fun onCameraDisconnected()
Link copied to clipboard
abstract fun onCameraError(errorDescription: String)
Link copied to clipboard
abstract fun onCameraFreezed(errorDescription: String)
Link copied to clipboard
abstract fun onCameraOpening(cameraName: String)
Link copied to clipboard
abstract fun onFirstFrameAvailable()