while True loop for recording

This commit is contained in:
Fabio Manganiello 2018-07-01 19:35:23 +02:00
parent 6ba71b52e7
commit 7ad0724f0e
1 changed files with 15 additions and 14 deletions

View File

@ -118,6 +118,7 @@ class CameraPiBackend(Backend):
while True:
self.camera.wait_recording(2)
else:
while True:
connection = self.server_socket.accept()[0].makefile('wb')
self.logger.info('Accepted client connection on port {}'.
format(self.listen_port))