blakeblackshear.frigate/frigate/record
Sergey Krashevich b38c9e82e2
Replace subprocess usage with os module for better performance and maintainability (#6298)
* avoid executing external tools by using Python's built-in os module to interact with the filesystem directly

* Refactor recording cleanup script to use os module instead of subprocess

* black format util.py

* Ooooops

* Refactor get_cpu_stats() to properly identify recording process
2023-05-01 21:22:35 -05:00
..
cleanup.py Replace subprocess usage with os module for better performance and maintainability (#6298) 2023-05-01 21:22:35 -05:00
maintainer.py
record.py
util.py