DJIPanoramaMissionStatus

@interface DJIPanoramaMissionStatus : DJIMissionProgressStatus

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

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

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSUInteger totalNumber;
  • The number of photos that have been shot.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSUInteger currentShotNumber;
  • The number of photos that have been saved to SD card.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSUInteger currentSavedNumber;