DJI Mobile SDK Documentation

      class PanoramaMissionExecutionState

      @EXClassNullAway
      class PanoramaMissionExecutionState
      Package:dji.common.mission.panorama
      Description:

      This class provides the real-time status of an executing Panorama mission.

      Class Members:
      Total Number
      method
      method getTotalNumber
      int getTotalNumber()
      Package:dji.common.mission.panorama
      Description:

      The total number of photos that will be shot during the mission. In full circle mode, the number should be 8. In the half circle mode, the number should be 5.

      Return:
      intAn int value of total shot photo number.
      Current Number
      method
      method getCurrentShotNumber
      int getCurrentShotNumber()
      Package:dji.common.mission.panorama
      Description:

      The number of photos that have been shot.

      Return:
      intAn int value of current shot photo number.
      method getCurrentSavedNumber
      int getCurrentSavedNumber()
      Package:dji.common.mission.panorama
      Description:

      The number of photos that have been saved to SD card.

      Return:
      intAn int value of current saved photo number.