多台控制
This commit is contained in:
19
config.json
19
config.json
@@ -2,12 +2,22 @@
|
||||
"groups": [
|
||||
{
|
||||
"name": "配置组1",
|
||||
"serial_port": "COM6",
|
||||
"serial_port": "COM10",
|
||||
"serial_baudrate": 9600,
|
||||
"camera_index": 0,
|
||||
"camera_width": 1920,
|
||||
"camera_height": 1080,
|
||||
"move_velocity": 470,
|
||||
"active": false
|
||||
},
|
||||
{
|
||||
"name": "火炬游戏",
|
||||
"serial_port": "COM11",
|
||||
"serial_baudrate": 9600,
|
||||
"camera_index": 1,
|
||||
"camera_width": 1920,
|
||||
"camera_height": 1080,
|
||||
"move_velocity": 470,
|
||||
"active": true
|
||||
}
|
||||
],
|
||||
@@ -16,7 +26,8 @@
|
||||
"preview_height": 700,
|
||||
"preview_columns": 2,
|
||||
"preview_rows": 2,
|
||||
"show_preview": true
|
||||
"show_preview": true,
|
||||
"preview_multi_window": false,
|
||||
"preview_use_all_groups": true
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user