| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.flightcontroller.DJIVisionSectorWarning | |
The warning level of the vision system.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIVisionSectorWarning | Invalid | The warning level is invalid. | |||||||||
| DJIVisionSectorWarning | Level1 | The distance between the obstacle and the aircraft is over 4 meters. | |||||||||
| DJIVisionSectorWarning | Level2 | The distance between the obstacle and the aircraft is between 3 - 4 meters. | |||||||||
| DJIVisionSectorWarning | Level3 | The distance between the obstacle and the aircraft is between 2 - 3 meters. | |||||||||
| DJIVisionSectorWarning | Level4 | The distance between the obstacle and the aircraft is less then 2 meters. | |||||||||
| DJIVisionSectorWarning | Unknown | The warning level is unknown. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | _equals(int b) | ||||||||||
| static DJIVisionSectorWarning | find(int value) | ||||||||||
| int | value() | ||||||||||
| static DJIVisionSectorWarning | valueOf(String name) | ||||||||||
| final static DJIVisionSectorWarning[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The distance between the obstacle and the aircraft is over 4 meters.
The distance between the obstacle and the aircraft is between 3 - 4 meters.
The distance between the obstacle and the aircraft is between 2 - 3 meters.
The distance between the obstacle and the aircraft is less then 2 meters.