Moved calibration plugin to defaults. Save config when calibration finishes.
This commit is contained in:
parent
8ed4cca19c
commit
036fb82628
3 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Plugin(MicroscopePlugin):
|
|||
recalibrate_camera(scamera.camera)
|
||||
finally:
|
||||
scamera.camera.resolution=old_resolution
|
||||
self.
|
||||
self.microscope.save_config()
|
||||
if streaming:
|
||||
logging.info("Restarting stream after recalibration")
|
||||
scamera.start_stream_recording()
|
||||
Loading…
Add table
Add a link
Reference in a new issue