Closedown

This commit is contained in:
sfop
2016-08-31 15:29:46 +02:00
parent 1206357b32
commit 44e0e1302b
+1 -1
View File
@@ -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 ------------------------"