wip ids camera subscription callback - run false

This commit is contained in:
2025-11-12 12:07:41 +01:00
parent 369c6c405e
commit 7c346b7cd1

View File

@@ -87,7 +87,7 @@ 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)
self.live_mode_enabled.subscribe(self.on_live_mode_changed,run=False) #TODO check onsite if works as expected
############## Live Mode Methods ##############