supper/config.json

55 lines
1.1 KiB
JSON
Raw Normal View History

2022-05-22 17:19:13 +00:00
{
"ocr_regions": [
{
"name": "lap",
2022-05-22 20:25:47 +00:00
"x": 2300,
2022-05-22 17:19:13 +00:00
"y": 46,
"width": 145,
"height": 90
},
{
"name": "health",
"x": 90,
"y": 1364,
"width": 52,
"height": 24
},
{
"name": "gas",
"x": 208,
"y": 1364,
"width": 52,
"height": 24
},
{
"name": "tyres",
"x": 325,
"y": 1364,
"width": 52,
"height": 24
},
{
2022-05-22 20:25:47 +00:00
"name": "best",
2022-05-22 17:19:13 +00:00
"x": 2325,
"y": 169,
"width": 183,
"height": 43
},
{
2022-05-22 20:25:47 +00:00
"name": "lap_time",
2022-05-22 17:19:13 +00:00
"x": 2325,
"y": 222,
"width": 183,
"height": 43
}
],
2022-05-22 20:25:47 +00:00
"track_region": {
"name": "track",
"x": 2020,
"y": 1030,
"width": 540,
"height": 410,
"threshold": 0.85
},
2022-05-22 18:03:47 +00:00
"ocr_server_endpoint": "https://tesserver.spruett.dev/"
2022-05-22 17:19:13 +00:00
}