supper/config.json

77 lines
1.3 KiB
JSON

{
"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
},
{
"name": "position",
"x": 50,
"y": 44,
"width": 250,
"height": 100
},
{
"name": "lap",
"x": 2290,
"y": 44,
"width": 230,
"height": 100
}
],
"track_region": {
"name": "track",
"x": 2020,
"y": 1030,
"width": 540,
"height": 410,
"threshold": 0.85,
"use_ocr_cache": null
},
"ocr_interval_ms": 500,
"track_recognition_threshold": 10,
"dump_frame_fraction": null,
"light_mode": false,
"font_scale": 1.3
}