| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.flightcontroller.ActiveTrackMode | |
Different modes of the ActiveTrack Mission. Defaults to Trace, set to others to enable the feature
| 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
| |||||||||||
Aircraft moves in parallel with the subject in the frame instead of behind.
In Spotlight mode, the aircraft camera automatically follows the subject, but the aircraft does not automatically keep a constant distance with the subject.
Aircraft moves in behind the subject keeping a constant distance to it.