fix calculation logic, fix api endpoint

This commit is contained in:
zaiun xu
2026-04-15 09:01:45 +08:00
parent 670e6308a5
commit 45de318461
10 changed files with 158 additions and 94 deletions

View File

@@ -73,8 +73,6 @@ async def get_real_camera(
"video_left": m.video_left,
"video_right": m.video_right,
}
if m.calculation_log:
payload["calculation_log"] = m.calculation_log
return JSONResponse(
content={