public final enum

ActiveTrackMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.flightcontroller.ActiveTrackMode

Class Overview

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

Summary

Enum Values
ActiveTrackMode  PROFILE  Aircraft moves in parallel with the subject in the frame instead of behind. 
ActiveTrackMode  SPOTLIGHT  In Spotlight mode, the aircraft camera automatically follows the subject, but the aircraft does not automatically keep a constant distance with the subject. 
ActiveTrackMode  TRACE  Aircraft moves in behind the subject keeping a constant distance to it. 
ActiveTrackMode  UNKNOWN  The active track mode is unknown. 
Public Methods
static ActiveTrackMode valueOf(String name)
final static ActiveTrackMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ActiveTrackMode PROFILE

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

public static final ActiveTrackMode SPOTLIGHT

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

public static final ActiveTrackMode TRACE

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

public static final ActiveTrackMode UNKNOWN

The active track mode is unknown.

Public Methods

public static ActiveTrackMode valueOf (String name)

public static final ActiveTrackMode[] values ()