supper/config_1080p.json

97 lines
2.1 KiB
JSON
Raw Normal View History

2022-05-22 20:25:47 +00:00
{
"ocr_regions": [
{
"name": "health",
"x": 68,
"y": 1023,
"width": 39,
2022-06-10 01:40:36 +00:00
"height": 18,
"threshold": null,
"use_ocr_cache": null
2022-05-22 20:25:47 +00:00
},
{
"name": "gas",
"x": 156,
"y": 1023,
"width": 39,
2022-06-10 01:40:36 +00:00
"height": 18,
"threshold": null,
"use_ocr_cache": null
2022-05-22 20:25:47 +00:00
},
{
"name": "tyres",
"x": 244,
"y": 1023,
"width": 39,
2022-06-10 01:40:36 +00:00
"height": 18,
"threshold": null,
"use_ocr_cache": null
2022-05-22 20:25:47 +00:00
},
{
2022-06-10 01:40:36 +00:00
"name": "best",
2022-05-22 20:25:47 +00:00
"x": 1744,
"y": 127,
"width": 137,
2022-06-04 02:18:46 +00:00
"height": 32,
2022-06-10 01:40:36 +00:00
"threshold": null,
"use_ocr_cache": null
2022-05-22 20:25:47 +00:00
},
{
"name": "lap_time",
"x": 1744,
"y": 166,
"width": 137,
2022-06-04 02:18:46 +00:00
"height": 32,
2022-06-10 01:40:36 +00:00
"threshold": 0.88,
"use_ocr_cache": null
},
{
"name": "position",
"x": 38,
"y": 33,
"width": 188,
"height": 75,
"threshold": null,
"use_ocr_cache": null
},
{
"name": "lap",
"x": 1718,
"y": 33,
"width": 172,
"height": 75,
"threshold": null,
"use_ocr_cache": null
2022-05-22 20:25:47 +00:00
}
],
2022-06-10 01:40:36 +00:00
"track_region": {
"name": "track",
"x": 1515,
"y": 772,
"width": 405,
"height": 308,
"threshold": 0.85,
"use_ocr_cache": null
},
"penalty_orange_region": {
"name": "penalty",
"x": 745,
"y": 90,
"width": 38,
"height": 22,
"threshold": 0.9,
"use_ocr_cache": null
},
"penalty_orange_color": [
255,
177,
0
],
"ocr_interval_ms": 500,
"track_recognition_threshold": 10,
"dump_frame_fraction": null,
"light_mode": false,
"font_scale": 1.3,
"tts": null
2022-05-22 20:25:47 +00:00
}