wip ids camera subscription callback - run false also put directly from init kwarg
All checks were successful
CI for csaxs_bec / test (push) Successful in 1m22s
All checks were successful
CI for csaxs_bec / test (push) Successful in 1m22s
This commit is contained in:
@@ -81,7 +81,8 @@ class IDSCamera(PSIDeviceBase):
|
||||
self.image.num_rotation_90 = num_rotation_90
|
||||
self.image.transpose = transpose
|
||||
self._force_monochrome = force_monochrome
|
||||
self.live_mode_enabled.subscribe(self.on_live_mode_changed,run=False) #TODO check onsite if works as expected
|
||||
self.live_mode_enabled.subscribe(self.on_live_mode_changed,run=False)
|
||||
self.live_mode_enabled.put(live_mode)
|
||||
|
||||
############## Live Mode Methods ##############
|
||||
|
||||
|
||||
Reference in New Issue
Block a user