Callback

interface Callback

Functions

Link copied to clipboard
abstract fun onCameraFailure()
Link copied to clipboard
abstract fun onCameraReady()
Link copied to clipboard
abstract fun onPreviewFrame(frame: Array<Byte>, width: Int, height: Int, format: Int)
Called as preview frames are displayed.
Link copied to clipboard
abstract fun onShutterTriggered()