Increased waiting time on 'no focus' to avoid nasty canon bug

This commit is contained in:
Balthasar Reuter
2015-07-01 00:36:47 +02:00
parent fa877a60bc
commit df9b615d7b
2 changed files with 3 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ class Photobooth:
self.display.clear()
self.display.show_message(e.message)
self.display.apply()
sleep(3)
sleep(5)
else:
raise CameraException("Giving up! Please start again!", False)
else: