ICameraEventsListener
Camera events listener to be notified about camera events
Methods
onCameraDisconnected
void
onCameraDisconnected()
Invoked when camera is disconnected
Returns
type:
void
onCameraError
void
onCameraError(String
errorDescription)
Invoked when camera can not be opened or any camera exception happens
Parameters
errorDescription:
String
Description of error occurred
Returns
type:
void
onCameraSwitchDone
void
onCameraSwitchDone(boolean
isFrontCamera)
Invoked when camera switch was successful
Parameters
isFrontCamera:
boolean
True if new camera is front facing camera
Returns
type:
void
onCameraSwitchError
void
onCameraSwitchError(String
errorDescription)
Invoked when camera switch is failed, e.g. camera is stopped or only one camera is available
Parameters
errorDescription:
String
Description of error occurred
Returns
type:
void