From 2479bb367d491ba0b06d9e3fc5568d1f241727f5 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 08:56:30 +0200 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index bf678df..5d5816f 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -608,6 +608,7 @@ class Timepix(PSIDeviceBase, TimePixControl): def on_destroy(self): """Cleanup method to stop the device and clean up resources.""" + self.cam.acquire.put(0) self.backend.on_stop() self.backend.on_destroy()