added comment
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user