1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-02-23 00:18:31 +01:00
blakeblackshear.frigate/frigate/comms
Josh Hawkins 60b34bcfca
Refactor processors and add LPR postprocessing ()
* 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
..
base_communicator.py Improve Notifications () 2025-02-10 19:47:15 -07:00
config_updater.py Only match on exact config name in some cases () 2025-02-20 10:04:06 -06:00
detections_updater.py
dispatcher.py Toggle review alerts and detections () 2025-02-11 07:46:25 -07:00
embeddings_updater.py Refactor processors and add LPR postprocessing () 2025-02-21 06:51:37 -07:00
event_metadata_updater.py
events_updater.py
inter_process.py Improve Notifications () 2025-02-10 19:47:15 -07:00
mqtt.py Toggle review alerts and detections () 2025-02-11 07:46:25 -07:00
recordings_updater.py Refactor processors and add LPR postprocessing () 2025-02-21 06:51:37 -07:00
webpush.py Improve notifications () 2025-02-17 07:19:03 -07:00
ws.py Improve Notifications () 2025-02-10 19:47:15 -07:00
zmq_proxy.py