DJIActiveTrackMissionStateUnknown | The state of the operator is unknown. It is the initial state when the operator is just created. |
DJIActiveTrackMissionStateDisconnected | The connection between the mobile device and aircraft is broken. |
DJIActiveTrackMissionStateRecovering | The connection between the mobile device and aircraft is recovering. In this state, the operator is synchronizing the state from the aircraft. |
DJIActiveTrackMissionStateNotSupported | The connected product does not support ActiveTrack mission. |
DJIActiveTrackMissionStateCannotStart | There is existing error stopping any ActiveTrack mission to start. Resolve persistentError of DJIActiveTrackMissionOperator to start a mission. |
DJIActiveTrackMissionStateReadyToStart | The operator is ready to start an ActiveTrack mission. |
DJIActiveTrackMissionStateAutoSensing | Auto sensing is enabled and the aircraft is looking for humans automatically in the live view. Sensed subjects are pushed through autoSensedSubjects of DJIActiveTrackTrackingState . |
DJIActiveTrackMissionStateAutoSensingForQuickShot | Auto sensing for QuickShot is enabled and the aircraft is looking for humans automatically in the live view. Sensed subjects are pushed through autoSensedSubjects of DJIActiveTrackTrackingState . |
DJIActiveTrackMissionStateDetectingHuman | Gesture mode is enabled and the aircraft is looking for a target automatically. If a target is found, the operator will go to state DJIActiveTrackMissionStateWaitingForConfirmation or DJIActiveTrackMissionStateCannotConfirm . Not supported by Mavic 2, Mavic 2 Pro, Mavic 2 Zoom, Mavic Air 2, DJI Air 2S. |
DJIActiveTrackMissionStateWaitingForConfirmation | Target is found. Camera is already tracking the target. In order to make the aircraft follow the target, the confirmation from user is required. Once the target is confirmed, the state will become DJIActiveTrackMissionStateAircraftFollowing . For Mavic Air 2, DJI Air 2S, only CIRCLE mode supprt this state, TRACE mode and PROFILE mode do not require confirmation. |
DJIActiveTrackMissionStateCannotConfirm | Target is found. Camera is already tracking the target but there is an error stopping the aircraft to follow the target. Use cannotConfirmReason in DJIActiveTrackTrackingState to check the reason. |
DJIActiveTrackMissionStateAircraftFollowing | Target is found. Camera is already tracking the target and the aircraft is following the target. |
DJIActiveTrackMissionStateOnlyCameraFollowing | The operator is executing an ActiveTrack mission in Splotlight mode or Spotlight Pro mode. The target is found and camera is following the target. |
DJIActiveTrackMissionStatePerformingQuickShot | The operator is executing a QuickShot ActiveTrack mission. Not supported by Mavic Air 2, DJI Air 2S. |
DJIActiveTrackMissionStateFindingTrackedTarget | ActiveTrack is started but the target is lost. The vision system is detecting the previously found target. |