supper/config_1080p.json

51 lines
1.0 KiB
JSON
Raw Normal View History

2022-05-22 20:25:47 +00:00
{
"ocr_regions": [
{
"name": "lap",
"x": 1718,
"y": 34,
"width": 109,
"height": 68
},
{
"name": "health",
"x": 68,
"y": 1023,
"width": 39,
"height": 18
},
{
"name": "gas",
"x": 156,
"y": 1023,
"width": 39,
"height": 18
},
{
"name": "tyres",
"x": 244,
"y": 1023,
"width": 39,
"height": 18
},
{
"name": "best_time",
"x": 1744,
"y": 127,
"width": 137,
2022-06-04 02:18:46 +00:00
"height": 32,
"threshold": 0.88
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,
"threshold": 0.88
2022-05-22 20:25:47 +00:00
}
],
2022-06-04 02:18:46 +00:00
"track_recognition_threshold": 10,
2022-05-22 20:25:47 +00:00
"ocr_server_endpoint": "https://tesserver.spruett.dev/"
}