supper/config.json

103 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2022-06-04 20:42:32 +00:00
{
"ocr_regions": [
{
"name": "health",
"x": 90,
"y": 1364,
"width": 52,
"height": 24,
"threshold": null,
"use_ocr_cache": null
},
{
"name": "gas",
"x": 208,
"y": 1364,
"width": 52,
"height": 24,
"threshold": null,
"use_ocr_cache": null
},
{
"name": "tyres",
"x": 325,
"y": 1364,
"width": 52,
"height": 24,
"threshold": null,
"use_ocr_cache": null
},
{
"name": "best",
"x": 2325,
"y": 169,
"width": 183,
"height": 43,
"threshold": null,
"use_ocr_cache": null
},
{
"name": "lap_time",
"x": 2325,
"y": 222,
"width": 183,
"height": 43,
"threshold": null,
"use_ocr_cache": null
2022-06-05 03:06:53 +00:00
},
{
2022-06-05 18:59:13 +00:00
"name": "position",
"x": 50,
"y": 44,
"width": 250,
"height": 100,
"threshold": null,
"use_ocr_cache": null
2022-06-05 18:09:35 +00:00
},
{
2022-06-05 18:59:13 +00:00
"name": "lap",
"x": 2290,
"y": 44,
"width": 230,
"height": 100,
"threshold": null,
"use_ocr_cache": null
2022-06-04 20:42:32 +00:00
}
],
"track_region": {
"name": "track",
"x": 2020,
"y": 1030,
"width": 540,
"height": 410,
"threshold": 0.85,
"use_ocr_cache": null
},
2022-06-05 18:59:13 +00:00
"penalty_orange_region": {
"name": "penalty",
"x": 993,
"y": 120,
"width": 50,
"height": 30,
"threshold": 0.9,
"use_ocr_cache": null
},
"penalty_orange_color": [
255,
177,
0
],
2022-06-04 20:42:32 +00:00
"ocr_interval_ms": 500,
"track_recognition_threshold": 10,
"dump_frame_fraction": null,
"light_mode": false,
2022-06-09 02:35:10 +00:00
"font_scale": 1.3,
"tts": {
2022-06-10 21:17:24 +00:00
"pre_race": false,
"first_lap_summary": false,
2022-06-09 02:35:10 +00:00
"every_lap_summary": false
2022-06-10 21:17:24 +00:00
},
"remote_session_url": "http://localhost:3000",
"remote_session_token": "racingisfun",
"default_remote_session_name": "spruett"
2022-05-22 17:19:13 +00:00
}