Daq - models: added two zooms to auto loop centering and changed gain and exposure values.

This commit is contained in:
2025-09-11 14:36:17 +02:00
parent 289474b56e
commit d507c19e79
+4 -1
View File
@@ -450,7 +450,10 @@ def def_loop_centering_zoom() -> LoopCenteringZoomModel:
return LoopCenteringZoomModel(
z=[
LoopCenteringZoomModelElem(
zoom_value=280, sam_cam_gain=50.0, sam_cam_exp=0.10
zoom_value=1, sam_cam_gain=50.0, sam_cam_exp=0.05,
),
LoopCenteringZoomModelElem(
zoom_value=280, sam_cam_gain=50.0, sam_cam_exp=0.05,
)
]
)