From 47d2a86cb9808efd8cc3684149e47d0af138dcc6 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 24 Aug 2016 14:44:53 +0200 Subject: [PATCH] Closedown --- script/camtool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/camtool.py b/script/camtool.py index cd0669d..187f15e 100644 --- a/script/camtool.py +++ b/script/camtool.py @@ -136,8 +136,8 @@ class CamTool(DeviceBase): #print "New timestamp: ", val self.setCache(val) break - if self.latch: - self.cam_latch.write(1) + #if self.latch: + # self.cam_latch.write(1) time.sleep(0.001) if (time.time()-start) > self.grab_timeout: #if not self.latch: