Closedown
This commit is contained in:
@@ -70,7 +70,7 @@ class CamTool(DeviceBase):
|
||||
self.bg_capture = Channel(prefix + "pipeline.bg.capture", type = 'l', alias = name + " bg capture")
|
||||
self.bg_capture_remain = Channel(prefix + "pipeline.bg.capture_remain", alias = name + " capture remain")
|
||||
self.num_images = 1
|
||||
self.grab_timeout = 1.0
|
||||
self.grab_timeout = 5.0
|
||||
self.image = CamToolImage(self)
|
||||
set_device_alias(self.image, name + " image")
|
||||
self.com_x_samples, self.com_y_samples = [], []
|
||||
|
||||
Reference in New Issue
Block a user