frigate/docs/docs
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
..
configuration Fixes (#18338) 2025-05-22 09:38:14 -06:00
development Docs updates (#17986) 2025-05-01 08:17:35 -05:00
frigate Fixes (#18245) 2025-05-15 17:13:18 -05:00
guides Docs updates (#17986) 2025-05-01 08:17:35 -05:00
integrations Add face and lpr to tracked object update topic (#17940) 2025-04-28 16:43:03 -06:00
plus Move database and config from homeassistant /config to addon /config (#16337) 2025-03-24 09:05:59 -05:00
troubleshooting Docs updates (#17986) 2025-05-01 08:17:35 -05:00
mdx.md docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00