DJI Mobile SDK Documentation

      class Callback

      interface Callback
      Package:dji.common.camera
      Description:

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

      Class Members:

      Callback Method

      State
      method
      method onUpdate
      void onUpdate(@NonNull SystemState systemState)
      Package:dji.common.camera
      Description:

      Called when the camera's current state has been updated.

      Input Parameters:
      @NonNull SystemState systemStateThe system state of camera.