diff --git a/script/camtool.py b/script/camtool.py index f2b2be7..8963295 100644 --- a/script/camtool.py +++ b/script/camtool.py @@ -48,7 +48,7 @@ class CamTool(DeviceBase): self.waitForChannel(self.data_prefix + "timestamp",20) else: self.cam_run.write(1) - time.sleep(2.0) + time.sleep(5.0) #self.waitForChannel(self.data_prefix + "timestamp",20) #self.waitForChannel(self.data_prefix + "image.shape",20) print "Connected"