1、修改界面:显示xport的姿态角(pitch、roll、yaw);

2、linux修改了时区后(timedatectl set-timezone "Asia/Shanghai"),psdk同步飞机的时间到nanopi需要+8hour;
3、m300遥控器界面添加手动设置曝光时间;
This commit is contained in:
tangchao0503
2023-03-19 19:16:00 +08:00
parent c7b7298bbc
commit bde594832e
6 changed files with 61 additions and 17 deletions

View File

@ -92,11 +92,17 @@
},
{
"widget_index": 8,
"widget_type": "int_input_box",
"widget_name": "曝光时间",
"int_input_box_hint": "unit:ms"
},
{
"widget_index": 9,
"widget_type": "switch",
"widget_name": "开始采集"
},
{
"widget_index": 9,
"widget_index": 10,
"widget_type": "list",
"widget_name": "系统指令",
"list_item": [
@ -104,7 +110,7 @@
"item_name": "等待指令"
},
{
"item_name": "重启图传"
"item_name": "采集HSI"
},
{
"item_name": "重启300TC"

View File

@ -92,11 +92,17 @@
},
{
"widget_index": 8,
"widget_type": "int_input_box",
"widget_name": "曝光时间",
"int_input_box_hint": "unit:ms"
},
{
"widget_index": 9,
"widget_type": "switch",
"widget_name": "开始采集"
},
{
"widget_index": 9,
"widget_index": 10,
"widget_type": "list",
"widget_name": "列表_10",
"list_item": [
@ -104,7 +110,7 @@
"item_name": "等待指令"
},
{
"item_name": ""
"item_name": "采集HSI"
},
{
"item_name": "重启电脑"