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:
method 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:
int An int value of total shot photo number.
method getCurrentShotNumber
int getCurrentShotNumber ()
Package: dji.common.mission.panorama
Description:
The number of photos that have been shot.
Return:
int An 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:
int An int value of current saved photo number.