DJIVisionSectorWarning
enum DJIVisionSectorWarning : NSInteger {}
Distance warning returned by each sector of the front vision system. Warning Level 4 is the most serious level.
-
The warning level is invalid. The sector cannot determine depth of the scene in front of it.
Declaration
Objective-C
DJIVisionSectorWarningInvalid -
The distance between the obstacle detected by the sector and the aircraft is over 4 meters.
Declaration
Objective-C
DJIVisionSectorWarningLevel1 -
The distance between the obstacle detected by the sector and the aircraft is between 3 - 4 meters.
Declaration
Objective-C
DJIVisionSectorWarningLevel2 -
The distance between the obstacle detected by the sector and the aircraft is between 2 - 3 meters.
Declaration
Objective-C
DJIVisionSectorWarningLevel3 -
The distance between the obstacle detected by the sector and the aircraft is less than 2 meters.
Declaration
Objective-C
DJIVisionSectorWarningLevel4 -
The distance warning is unknown. This warning is returned when an exception occurs.
Declaration
Objective-C
DJIVisionSectorWarningUnknown = 255
View on GitHub
DJIVisionSectorWarning Enum Reference