CameraStateCallback

Notified about state of the camera

Functions

Link copied to clipboard
abstract fun onPause()

Called when camera switches to paused state. Listeners should not expect new callbacks from the camera until .onResume is called again.

Link copied to clipboard
abstract fun onResume()

Called when camera switches to resumed state and is about to start streaming preview stream.