public interface CameraStateCallback
Notified about state of the camera
abstract Unit
onResume()
onPause()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onResume()
Called when camera switches to resumed state and is about to start streaming preview stream.
abstract Unit onPause()
Called when camera switches to paused state. Listeners should not expect new callbacks from the camera until .onResume is called again.