dji.sdk.Camera.DJICamera.CameraUpdatedSystemStateCallback |
Updates the camera's current state. In order to begin updates, call the startCameraStateUpdates method for the respective aircraft.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onResult(DJICamera.CameraSystemState state) The input parameter,state, contains the system state of camera, such as isRecording,isShootingBurstPhoto and isShootingSinglePhoto. |
The input parameter,state, contains the system state of camera, such as isRecording,isShootingBurstPhoto and isShootingSinglePhoto.
state | The system state of camera |
---|