added comment

This commit is contained in:
2021-06-05 15:42:36 +02:00
parent 4a57845a38
commit cfc734905a
+1 -1
View File
@@ -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()