blakeblackshear.frigate/frigate/config
Josh Hawkins c16e536b46
Fixes (#18338)
* improve spacing of face selection in mobile drawer

* fix spacing

* sort face names alphabetically

* Improve face selection dialog

* Use a state to track when face image loads

The naturalWidth and naturalHeight will always be 0 until the image loads. So we use onLoad and a state to track loading and then calculate the area after it has loaded

* Verify that a camera only tracks objects that are possible to track

* Fix test

* genai docs tweak

* Disable openvino model cache

* Clenaup

* Sanitize floats for estimated speed and angle

Users can configure speed zones in such a way that velocity estimates from Norfair cause a value of inf to be stored as an estimated speed. FastAPI doesn't serialize inf as a float, so trying to return this value would result in an API error. Sanitizing the value before storing should correct this.

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-05-22 09:38:14 -06:00
..
camera Autotracking improvements (#17955) 2025-04-29 10:17:56 -06:00
__init__.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
auth.py fix regex for cookie_name to be general snake case (#14854) 2024-11-18 11:26:36 -07:00
base.py Split config.py into multiple files (#14038) 2024-09-28 14:21:42 -05:00
camera_group.py Split config.py into multiple files (#14038) 2024-09-28 14:21:42 -05:00
classification.py Min face configuration option (#18284) 2025-05-18 07:20:59 -05:00
config.py Fixes (#18338) 2025-05-22 09:38:14 -06:00
database.py Split config.py into multiple files (#14038) 2024-09-28 14:21:42 -05:00
env.py Fixes (#14668) 2024-10-29 15:34:07 -05:00
logger.py Add self return for pydantic (#17091) 2025-03-11 07:57:00 -05:00
mqtt.py Add ability to set mqtt qos in config (#16435) 2025-02-09 16:45:04 -06:00
proxy.py Add ability to specify separator used in proxy headers (#18336) 2025-05-21 06:02:13 -06:00
telemetry.py Add support for SR-IOV GPU stats (#15796) 2025-02-08 12:47:01 -06:00
tls.py Split config.py into multiple files (#14038) 2024-09-28 14:21:42 -05:00
ui.py Estimated object speed for zones (#16452) 2025-02-10 13:23:42 -07:00