CameraStartupCallback

@WorkerThread
interface CameraStartupCallback

Functions

Link copied to clipboard
abstract fun onCameraPreviewSizeChosen(previewWidth: Int, previewHeight: Int)
Link copied to clipboard
abstract fun onExceptionCaught(@NonNull throwable: Throwable)
Link copied to clipboard
abstract fun onPreviewStarted()
Link copied to clipboard
abstract fun onPreviewStopped()