第一次提交
This commit is contained in:
109
参数备份/DJI/Widget/widget_config.json
Normal file
109
参数备份/DJI/Widget/widget_config.json
Normal file
@ -0,0 +1,109 @@
|
||||
{
|
||||
"version":
|
||||
{
|
||||
"major": 1,
|
||||
"minor": 0
|
||||
},
|
||||
"main_interface": {
|
||||
"floating_window": {
|
||||
"is_enable": true
|
||||
},
|
||||
"speaker": {
|
||||
"is_enable_tts": false,
|
||||
"is_enable_voice": false
|
||||
},
|
||||
"widget_list": [
|
||||
{
|
||||
"widget_index": 0,
|
||||
"widget_type": "switch",
|
||||
"widget_name": "采集",
|
||||
"icon_file_set": {
|
||||
"icon_file_name_selected": "icon_button_zz_stop.png",
|
||||
"icon_file_name_unselected": "icon_button_zz_start.png"
|
||||
},
|
||||
"customize_rc_buttons_config": {
|
||||
"is_enable": true,
|
||||
"mapping_config_display_order": 3,
|
||||
"button_value_step_length": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"config_interface":
|
||||
{
|
||||
"widget_list":
|
||||
[
|
||||
{
|
||||
"widget_index": 1,
|
||||
"widget_type": "list",
|
||||
"widget_name": "采集模式",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "自动航线采集",
|
||||
"icon_file_set": {
|
||||
"icon_file_name_selected": "",
|
||||
"icon_file_name_unselected": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"item_name": "手动航线采集",
|
||||
"icon_file_set": {
|
||||
"icon_file_name_selected": "",
|
||||
"icon_file_name_unselected": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"customize_rc_buttons_config": {
|
||||
"is_enable": true,
|
||||
"mapping_config_display_order": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"widget_index": 2,
|
||||
"widget_type": "list",
|
||||
"widget_name": "决断高度",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "0m"
|
||||
},
|
||||
{
|
||||
"item_name": "10m"
|
||||
},
|
||||
{
|
||||
"item_name": "20m"
|
||||
},
|
||||
{
|
||||
"item_name": "∞"
|
||||
}
|
||||
],
|
||||
"customize_rc_buttons_config": {
|
||||
"is_enable": true,
|
||||
"mapping_config_display_order": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"widget_index": 3,
|
||||
"widget_type": "list",
|
||||
"widget_name": "采样频率",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "1Hz"
|
||||
},
|
||||
{
|
||||
"item_name": "2Hz"
|
||||
},
|
||||
{
|
||||
"item_name": "5Hz"
|
||||
},
|
||||
{
|
||||
"item_name": "10Hz"
|
||||
}
|
||||
],
|
||||
"customize_rc_buttons_config": {
|
||||
"is_enable": true,
|
||||
"mapping_config_display_order": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user