blakeblackshear.frigate/frigate
Nicolas Mowen 9afa1354da
Limit shm frame count (#12363)
* Limited shm frame count (#12346)

* Only keep 2x detect fps frames in SHM

* Don't delete previous shm frames in output

* Catch case where images do not exist

* Ensure files are closed

* Clear out all frames when shutting down

* Correct the number of frames saved

* Simplify empty shm error handling

* Improve frame safety

* Add handler logs when frame is None

* Don't fail on cleanup

* Cleanup logging

* Update docs

* Update calculation

* Restore condition

* Fix case where thumbnail is saved without frame

* Adjust debug logs

* Calculate best shm frame count

* Fix shm count calculation

* Catch missing frame

* Formatting

* Clarify docs

* Catch none frame in autotracking
2024-09-03 10:22:30 -06:00
..
api Add button for downloading full set of logs (#13188) 2024-08-29 20:19:50 -06:00
comms Fix ZMQ race condition with events (#13198) 2024-08-29 20:19:50 -06:00
detectors Catch hailo initialization error (#12558) 2024-08-29 20:19:50 -06:00
embeddings Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
events Cleanup after recordings refactor (#13518) 2024-09-03 08:49:50 -06:00
genai
images
motion
output Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
ptz Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
record Fix hardcoded camera name (#13520) 2024-09-03 10:14:30 -06:00
review Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
stats
test Refactor recordings retention to be based on review items (#13355) 2024-09-02 07:22:53 -06:00
track
util Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
__init__.py
__main__.py
app.py Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
config.py Cleanup after recordings refactor (#13518) 2024-09-03 08:49:50 -06:00
const.py
ffmpeg_presets.py
log.py
models.py Implement support for notifications (#12523) 2024-08-29 20:19:50 -06:00
mypy.ini
object_detection.py Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
object_processing.py Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
plus.py
storage.py
timeline.py
types.py
video.py Limit shm frame count (#12363) 2024-09-03 10:22:30 -06:00
watchdog.py