blakeblackshear.frigate/frigate/comms
Nicolas Mowen 3c5eb1aee5
Miscellaneous fixes (0.17 beta) (#21431)
* Add shortSummary field to review summary to be used for notifications

* pull in current config version into default config

* fix crash when dynamically adding cameras

depending on where we are in the update loop, camera configs might not be updated yet and we are receiving detections already

* add no tracked objects and icon to explore summary view

* reset add camera wizard when closing and saving

* don't flash no exports icon while loading

* Improve handling of homekit config

* Increase prompt tokens reservation

* Adjust

* Catch event not found object detection

* Use thread lock for JinaV2 in onnxruntime

* remove incorrect embeddings process from memray docs

* only show transcribe button if audio event has video

* apply aspect ratio and margin constraints to path overlay in detail stream on mobile

improves a specific case where the overlay was not aligned with 4:3 cameras on mobile phones

* show metadata title as tooltip on icon hover in detail stream

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-12-26 08:45:03 -06:00
..
base_communicator.py
config_updater.py
detections_updater.py
dispatcher.py Miscellaneous Fixes (#21193) 2025-12-09 12:08:44 -06:00
embeddings_updater.py
event_metadata_updater.py
events_updater.py
inter_process.py
mqtt.py Miscellaneous fixes (0.17 beta) (#21350) 2025-12-18 15:12:10 -07:00
object_detector_signaler.py
recordings_updater.py
review_updater.py
webpush.py Miscellaneous fixes (0.17 beta) (#21431) 2025-12-26 08:45:03 -06:00
ws.py
zmq_proxy.py