This commit is contained in:
Fabio Manganiello 2018-06-14 00:37:38 +02:00
parent e9fc35b39d
commit bb43facee5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class CameraPiBackend(Backend):
try:
self.camera.start_recording(connection, format='h264')
self.camera.stop_recording_event.wait()
self.stop_recording_event.wait()
self.logger.info('Stopping camera recording')
except ConnectionError as e:
pass