Closedown
This commit is contained in:
+1
-1
@@ -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 ------------------------"
|
||||
|
||||
Reference in New Issue
Block a user