public static interface

DJICamera.CameraUpdatedSystemStateCallback

dji.sdk.Camera.DJICamera.CameraUpdatedSystemStateCallback

Class Overview

Updates the camera's current state. In order to begin updates, call the startCameraStateUpdates method for the respective aircraft.

Summary

Public Methods
abstract void onResult(DJICamera.CameraSystemState state)
The input parameter,state, contains the system state of camera, such as isRecording,isShootingBurstPhoto and isShootingSinglePhoto.

Public Methods

public abstract void onResult (DJICamera.CameraSystemState state)

The input parameter,state, contains the system state of camera, such as isRecording,isShootingBurstPhoto and isShootingSinglePhoto.

Parameters
state The system state of camera