1. 优化m300遥控器上的控制界面;

2. psdk使用nanopi自带的网卡eth0;
3. 更改遥控器上的psdk别名:300TC;
This commit is contained in:
tangchao0503
2022-12-06 14:55:42 +08:00
parent f896a708ea
commit 37cd557a25
5 changed files with 57 additions and 66 deletions

View File

@ -32,17 +32,17 @@
"widget_name": "列表_3",
"list_item": [
{
"item_name": "系统关闭",
"item_name": "选项_1",
"icon_file_set": {
"icon_file_name_selected": "system_OFF.png",
"icon_file_name_unselected": "system_OFF.png"
"icon_file_name_selected": "icon_list_item1.png",
"icon_file_name_unselected": "icon_list_item1.png"
}
},
{
"item_name": "系统启动",
"item_name": "选项_2",
"icon_file_set": {
"icon_file_name_selected" : "system_ON.png",
"icon_file_name_unselected" : "system_ON.png"
"icon_file_name_selected" : "icon_list_item2.png",
"icon_file_name_unselected" : "icon_list_item2.png"
}
}
]
@ -76,19 +76,19 @@
"widget_list": [
{
"widget_index": 5,
"widget_type": "button",
"widget_name": "自动曝光"
"widget_type": "switch",
"widget_name": "系统启动"
},
{
"widget_index": 6,
"widget_type": "scale",
"widget_name": "帧率"
"widget_type": "int_input_box",
"widget_name": "帧率",
"int_input_box_hint": "unit:hz"
},
{
"widget_index": 7,
"widget_type": "int_input_box",
"widget_name": "整形值输入框_8",
"int_input_box_hint": "unit:s"
"widget_type": "button",
"widget_name": "自动曝光"
},
{
"widget_index": 8,
@ -98,7 +98,7 @@
{
"widget_index": 9,
"widget_type": "list",
"widget_name": "列表_10",
"widget_name": "系统指令",
"list_item": [
{
"item_name": "等待指令"

View File

@ -74,46 +74,46 @@
"is_enable": true
},
"widget_list": [
{
"widget_index": 5,
"widget_type": "button",
"widget_name": "Button_6"
},
{
"widget_index": 6,
"widget_type": "scale",
"widget_name": "Scale_7"
},
{
"widget_index": 5,
"widget_type": "switch",
"widget_name": "系统启动"
},
{
"widget_index": 6,
"widget_type": "int_input_box",
"widget_name": "帧率",
"int_input_box_hint": "unit:hz"
},
{
"widget_index": 7,
"widget_type": "int_input_box",
"widget_name": "IntegerInputBox_8",
"int_input_box_hint": "unit:s"
"widget_type": "button",
"widget_name": "自动曝光"
},
{
"widget_index": 8,
"widget_type": "switch",
"widget_name": "开始采集"
},
{
"widget_index": 8,
"widget_type": "switch",
"widget_name": "Switch_9"
},
{
"widget_index": 9,
"widget_type": "list",
"widget_name": "List_10",
"widget_name": "列表_10",
"list_item": [
{
"item_name": "Item 1"
"item_name": "等待指令"
},
{
"item_name": "Item 2"
"item_name": ""
},
{
"item_name": "Item 3"
"item_name": "重启电脑"
},
{
"item_name": "Item 4"
}
]
}
{
"item_name": "关机"
}
]
}
]
}
}