From cfc734905a9d9539e65aec2a6bf566fa857362f3 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 5 Jun 2021 15:42:36 +0200 Subject: [PATCH] added comment --- kabuki/sources/camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabuki/sources/camera.py b/kabuki/sources/camera.py index 33700df..b1009ac 100644 --- a/kabuki/sources/camera.py +++ b/kabuki/sources/camera.py @@ -22,7 +22,7 @@ class Camera(CachedSource, PVCollection): height = base + ":HEIGHT" ) CachedSource.__init__(self, size=1) - self.pvs.image.auto_monitor = True + self.pvs.image.auto_monitor = True # auto-monitor is off by default for large arrays, callbacks are not triggered without auto-monitor def get(self): data = self.pvs.image.get()