class VisionWidget extends FrameLayoutWidget |
Package: | dji.ux.widget |
Inherits From: | FrameLayoutWidget |
Widget has two visual states to show if Visual Positioning is being used.
Preferred Aspect Ratio: 1:1.
|
Package: | dji.ux.widget |
Triggers when the vision detection state changes
VisionSystemStatus visionSystemStatus | The status of the vision system. NORMAL means the vision system is working and being used by flight controller. DISABLED or CLOSED means the vision sensor is not used. |
AvoidanceSensorStatus avoidanceSensorStatus | The status of the omnidirectional obstacle avoidance sensors. ALL means all sensors are working. FRONT_BACK means only the front and back sensors are working. NONE or CLOSED means the avoidance sensors are not used. |
enum VisionSystemStatus |
Package: | dji.ux.widget |
The status of the vision system.
enum AvoidanceSensorStatus |
Package: | dji.ux.widget |
The status of the omnidirectional obstacle avoidance sensors.