diff --git a/config.json b/config.json index e906251..b310203 100644 --- a/config.json +++ b/config.json @@ -4,31 +4,31 @@ "name": "服务器", "serial_port": "COM17", "serial_baudrate": 9600, - "camera_index": 2, - "camera_width": 1920, - "camera_height": 1080, - "move_velocity": 470, - "active": false - }, - { - "name": "2号机", - "serial_port": "COM14", - "serial_baudrate": 9600, - "camera_index": 0, - "camera_width": 1920, - "camera_height": 1080, - "move_velocity": 420, - "active": false - }, - { - "name": "3号机", - "serial_port": "COM18", - "serial_baudrate": 9600, "camera_index": 1, "camera_width": 1920, "camera_height": 1080, "move_velocity": 470, "active": true + }, + { + "name": "2号机", + "serial_port": "COM14", + "serial_baudrate": 9600, + "camera_index": 2, + "camera_width": 1920, + "camera_height": 1080, + "move_velocity": 360, + "active": false + }, + { + "name": "3号机", + "serial_port": "COM16", + "serial_baudrate": 9600, + "camera_index": 0, + "camera_width": 1920, + "camera_height": 1080, + "move_velocity": 360, + "active": false } ], "display": {