Made it far less likely for the UI to lock up
This commit is contained in:
@@ -429,7 +429,7 @@ class Camera(object):
|
||||
self._close_dev()
|
||||
self.log.info('Closed camera')
|
||||
|
||||
except: self.log.exception('Exception while closing camera')
|
||||
except: self.log.exception('Internal error: Exception while closing camera')
|
||||
finally: self.dev = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user