blakeblackshear.frigate/frigate/util
Josh Hawkins dba9206898
Fixes (#18500)
* fix i18n keys

* hide disable from context menu for viewers

* Fix auto live check for default dashboard and camera groups

Disabling the Automatic Live View switch in Settings should prevent streaming from occurring. Overriding any settings in a camera group will override the global setting. The check here incorrectly always returned false instead of undefined.

* clarify hardware accelerated enrichments

* clarify

* add note about detect stream to face rec docs

* add note about low end Dahuas for autotracking

* Catch invalid face box / image

* Video tab tweaks

With the changes in https://github.com/blakeblackshear/frigate/pull/18220, the video tab in the Tracked Object Details pane now correctly trims the in-browser HLS video. Because of keyframes and record/detect stream differences, we can manually subtract a couple of seconds from the event start_time to ensure the first few frames aren't cut off from the video

* Clarify

* Don't use Migraphx by default

* Provide better support for running embeddings on GPU

* correctly join cameras

* Adjust blur confidence reduction

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-06-03 06:33:32 -06:00
..
__init__.py Custom classes for Process and Metrics (#13950) 2024-09-27 07:53:23 -05:00
builtin.py Fixes (#18338) 2025-05-22 09:38:14 -06:00
config.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
downloader.py Fix facedet download (#15811) 2025-02-08 12:47:01 -06:00
image.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
model.py Fixes (#18500) 2025-06-03 06:33:32 -06:00
object.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
path.py Improve Face Library Management (#17213) 2025-03-17 16:57:46 -05:00
process.py Added stop_event to util.Process (#14142) 2024-10-03 11:03:43 -06:00
services.py Remove hardcoded usage of /dev/dri/card0 in call to intel_gpu_top (#18236) 2025-05-14 20:54:06 -06:00
velocity.py Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00