blakeblackshear.frigate/frigate/record
Josh Hawkins 60b34bcfca
Refactor processors and add LPR postprocessing (#16722)
* recordings data pub/sub

* function to process recording stream frames

* model runner

* lpr model runner

* refactor to mixin class and use model runner

* separate out realtime and post processors

* move model and mixin folders

* basic postprocessor

* clean up

* docs

* postprocessing logic

* clean up

* return none if recordings are disabled

* run postprocessor handle_requests too

* tweak expansion

* add put endpoint

* postprocessor tweaks with endpoint
2025-02-21 06:51:37 -07:00
..
__init__.py
cleanup.py Consider pre and post capture when cleaning up recordings based on review segments (#16096) 2025-01-23 08:26:53 -06:00
export.py Add metadata title field to exports (#16664) 2025-02-18 08:48:03 -06:00
maintainer.py Refactor processors and add LPR postprocessing (#16722) 2025-02-21 06:51:37 -07:00
record.py Move more things out of FrigateApp (#13897) 2024-09-24 07:07:47 -05:00
util.py