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: