blakeblackshear.frigate/frigate/api
Josh Hawkins 95d6da3111
Add ability to configure genai to use snapshot instead of thumbnails (#14077)
* Allow embedding of snapshot for description via config option

* docs

* frontend button

* Backend

* crop snapshot to region

* only show dropdown when event has snapshot

* fix cursor on dropdown

* crop on initial generation as well

* use enum for type

* fix type
2024-09-30 15:54:53 -06:00
..
defs Add ability to configure genai to use snapshot instead of thumbnails (#14077) 2024-09-30 15:54:53 -06:00
__init__.py
app.py Fix saving config (#13985) 2024-09-26 11:19:37 -05:00
auth.py Split config.py into multiple files (#14038) 2024-09-28 14:21:42 -05:00
event.py Add ability to configure genai to use snapshot instead of thumbnails (#14077) 2024-09-30 15:54:53 -06:00
export.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
fastapi_app.py Api fixes (#13955) 2024-09-25 08:01:08 -05:00
media.py Fix dynamic api ordering (#14022) 2024-09-27 12:09:53 -06:00
notification.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
preview.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
review.py Do not use a default value of datetime for params (#13957) 2024-09-25 10:49:54 -05:00