fix detector cleanup

This commit is contained in:
Blake Blackshear 2020-10-13 08:01:06 -05:00
parent 0b51f58de0
commit c9d7fbbd12

View File

@ -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()