Daq - models: added two zooms to auto loop centering and changed gain and exposure values.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user