ensure output exits properly

This commit is contained in:
Blake Blackshear
2021-05-30 06:45:37 -05:00
parent 7aaf5bd29f
commit 8413e10091
2 changed files with 105 additions and 1 deletions

View File

@@ -233,6 +233,7 @@ class FrigateApp:
output_processor.daemon = True
self.output_processor = output_processor
output_processor.start()
logger.info(f"Output process started: {output_processor.pid}")
def start_camera_processors(self):
model_shape = (self.config.model.height, self.config.model.width)