chore: clear stale homography calibration (awaiting box+# polynomial recalibration)

This commit is contained in:
sjat 2026-06-11 09:38:51 +02:00
parent 885f94098c
commit 7b06902984

View file

@ -1,23 +1,5 @@
{ {
"streamUrl": "/camera/mjpg/video.mjpg", "streamUrl": "/camera/mjpg/video.mjpg",
"calibration": { "calibration": null,
"imagePoints": [
[0.3182042321463028, 0.008781558726673985],
[0.6584910919108977, 0.010976948408342482],
[0.9349741654696311, 0.9341383095499451],
[0.05201209184657934, 0.9407244785949506]
],
"machinePoints": [
[0, 0],
[0, 1220],
[2440, 1220],
[2440, 0]
],
"homography": [
-0.00012223053029634107, 0.00028168511954120923, 0.3182042321463022,
0.00014436860873395254, 0.0000018455329325253353, 0.008781558726673699,
-0.0002525449441254382, 0.000004193623923514485, 1
]
},
"renderDefaults": { "cutColor": "#00ffff", "rapidColor": "#ff7700", "lineWidth": 3 } "renderDefaults": { "cutColor": "#00ffff", "rapidColor": "#ff7700", "lineWidth": 3 }
} }