blakeblackshear.frigate/frigate
Nicolas Mowen ef36aabd30
Make output writing asynchronous (#8530)
* Don't wait for frame write in output process

* Formatting

* Handle websocket exception

* Limit camera queeue size to 1 second
2023-11-07 16:24:56 -07:00
..
comms Set the min region size as the model size (#8486) 2023-11-06 06:45:37 -06:00
detectors Revert TRT class id filtering (#8497) 2023-11-07 11:32:52 +00:00
events
images
motion
ptz only use max target box for relative zoom limiter (#8509) 2023-11-07 11:31:39 +00:00
record Ensure storage cleanup doesn't fail (#8531) 2023-11-07 23:21:43 +00:00
test Improve robustness of storage maintenance (#8411) 2023-11-01 23:21:59 +00:00
track
util Ensure storage cleanup doesn't fail (#8531) 2023-11-07 23:21:43 +00:00
__init__.py
__main__.py
app.py Cleanup existing timeline entries (#8495) 2023-11-06 06:43:26 -07:00
config.py
const.py
ffmpeg_presets.py
http.py Performance increase with lots of recordings (#8525) 2023-11-07 23:18:26 +00:00
log.py
models.py
mypy.ini
object_detection.py
object_processing.py
output.py Make output writing asynchronous (#8530) 2023-11-07 16:24:56 -07:00
plus.py
stats.py
storage.py Ensure storage cleanup doesn't fail (#8531) 2023-11-07 23:21:43 +00:00
timeline.py Cleanup timeline entries (#8489) 2023-11-06 06:42:10 -06:00
types.py
video.py
watchdog.py