forked from Github/frigate
fix detector cleanup
This commit is contained in:
@@ -312,7 +312,7 @@ def main():
|
||||
shm.close()
|
||||
shm.unlink()
|
||||
|
||||
for detector in detectors:
|
||||
for detector in detectors.values():
|
||||
detector.stop()
|
||||
for shm in camera_shms:
|
||||
shm.close()
|
||||
|
||||
Reference in New Issue
Block a user