DJIActiveTrackMode

enum DJIActiveTrackMode : NSInteger {}

Different modes of the ActiveTrack Mission. Defaults to Trace, set to others to enable the feature.

  • Aircraft moves in behind the subject keeping a constant distance to it.

    Declaration

    Objective-C

    DJIActiveTrackModeTrace
  • Aircraft moves in parallel with the subject in the frame instead of behind.

    Declaration

    Objective-C

    DJIActiveTrackModeProfile
  • In Spotlight mode, the aircraft camera automatically follows the subject, but the aircraft does not automatically keep a constant distance with the subject.

    Declaration

    Objective-C

    DJIActiveTrackModeSpotlight
  • The active track mode is unknown.

    Declaration

    Objective-C

    DJIActiveTrackModeUnknown