@MainThread public interface BaseCameraEventsListener extends AutofocusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCameraPreviewStarted()
Called just after camera preview has successfully
started and no exceptions occurred.
|
void |
onCameraPreviewStopped()
Called inside pause method of CameraView just haver camera preview has been stopped.
|
void |
onError(java.lang.Throwable exc)
Called when recognition results with exception.
|
onAutofocusFailed, onAutofocusStarted, onAutofocusStoppedvoid onCameraPreviewStarted()
void onCameraPreviewStopped()
void onError(@NonNull
java.lang.Throwable exc)
exc - Exception that occurred during recognition.