onCameraShutterChanged

abstract fun onCameraShutterChanged(cameraId: String, shutterOpen: Boolean)

Get the status of the shutter for camera.

Parameters

cameraId

the ID of the camera

shutterOpen

True: the shutter is opened. False: the shutter is closed.