From 44e0e1302b9cd76e02d83dbd16d2c10e8bb8c776 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 31 Aug 2016 15:29:46 +0200 Subject: [PATCH] Closedown --- script/camtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/camtool.py b/script/camtool.py index 1faae0a..7d40cc2 100644 --- a/script/camtool.py +++ b/script/camtool.py @@ -147,7 +147,7 @@ class CamTool(DeviceBase): return if (time.time()-start) > self.grab_timeout: raise Exception("Frame timeout") - time.sleep(0.01) + time.sleep(0.005) except Exception, e: retries = retries -1 print "---------------- Exception ------------------------"