DJI Mobile SDK Documentation

      class Callback

      interface Callback
      Package:dji.common.camera
      Description:

      This interface provides general information and current status of the SSD.

      Class Members:

      Callback Method

      State
      method
      method onUpdate
      void onUpdate(@NonNull SSDState state)
      Package:dji.common.camera
      Description:

      Called when the camera's SSD state has been updated. This method is available only when isSSDSupported is true.

      Input Parameters:
      @NonNull SSDState stateThe SSD's information.