Closedown

This commit is contained in:
sfop
2016-08-24 14:43:06 +02:00
parent 8f8c38cd31
commit 9f94dd96e5

View File

@@ -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 = [], []