+ +
+
+

实时视觉识别

+
30 FPS
+
+ +
+ 实时视频流 +
+
+
实时检测结果
+
+ {{ drone_status.detected_class }} + {{ "%.1f"|format(drone_status.confidence * 100) }}% +
+
+ +
+
+ +
+

场景识别面板

+
+
检测置信度
+
+
+
+
+ {{ "%.1f"|format(drone_status.confidence * 100) }}% +
+
+ +
+

手动场景切换

+
+ {% for scene in class_names %} + + {% endfor %} +
+
+
+
+ + +
+
+

飞行控制

+
{{ drone_status.mode }}
+
+ + +
+
+
+
+
电池电量
+
{{ drone_status.battery|round(1) }}%
+
+
+
+
+
+ +
+
+
+
飞行高度
+
{{ drone_status.altitude|round(1) }} m
+
+
+ +
+
+
+
飞行速度
+
{{ drone_status.speed|round(1) }} m/s
+
+
+ +
+
+
+
位置坐标
+
+ ({{ drone_status.location.x|round(1) }}, {{ drone_status.location.y|round(1) }}) +
+
+
+
+ + +
+
+ + + +
+ +
+ + + + +
+ +
+ + + + +
+
+ + +
+

环境监测

+
+
+ + 温度: {{ drone_status.temperature|round(1) }}°C +
+
+ + 风速: {{ drone_status.wind_speed|round(1) }} m/s +
+
+ + GPS: {{ drone_status.gps_signal }} +
+
+ + 紧急等级: 0/10 +
+
+
+
+