This commit is contained in:
gobbo_a
2025-01-14 16:18:27 +01:00
parent 8beeb7dbc7
commit 7a0da7c48c
80 changed files with 1698 additions and 590 deletions

2
script/Tools/save_camera_data.py Executable file → Normal file
View File

@@ -40,7 +40,7 @@ else:
_server = cam_server
try:
_server.start(camera_name + "_sp1" if shared else camera_name, shared)
_server.start(camera_name + "_sp", shared)
if roi is not None and len(roi.strip())>0:
roi = json.loads(roi)