blakeblackshear.frigate/frigate
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
..
comms Move recording management to separate process (#6248) 2023-04-26 07:25:26 -06:00
detectors add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
images
record Replace subprocess usage with os module for better performance and maintainability (#6298) 2023-05-01 21:22:35 -05:00
test Bug fixes (#6332) 2023-04-30 14:58:39 -05:00
__init__.py
__main__.py
app.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
config.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
const.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
events.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
ffmpeg_presets.py Fix rpi birdseye encode (#5522) 2023-02-16 18:38:32 -06:00
http.py Bug fixes (#6332) 2023-04-30 14:58:39 -05:00
log.py
models.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
motion.py
mypy.ini
object_detection.py
object_processing.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
objects.py
output.py Add option to have cameras sorted inside the Birdseye stream (#5450) 2023-04-26 19:29:01 -05:00
plus.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
ptz.py
stats.py
storage.py
timeline.py Refactor events to be more generic (#6320) 2023-04-30 12:07:14 -05:00
types.py
util.py Replace subprocess usage with os module for better performance and maintainability (#6298) 2023-05-01 21:22:35 -05:00
video.py
watchdog.py