blakeblackshear.frigate/frigate
Nicolas Mowen f49a8009ec
Remove thumb from database field (#16647)
* Remove thumbnail from dict

* Create thumbnail diectory

* Cleanup handling of tracked object images

* Make thumbnail optional

* Handle cases where thumbnail is used

* Expand options for thumbnail api

* Fix up the does not exist condition

* Remove absolute usages of thumbnails

* Write thumbnails for external events

* Reduce webp quality

* Use webp everywhere in frontend

* Formatting

* Always consider all events when re-indexing

* Add thumbnail deletion and cleanup path management

* Cleanup imports

* Rename def

* Don't save thumbnail for every object

* Correct event count

* Use correct function

* Include thumbnail in query

* Remove unused

* Fix requiring exception
2025-02-18 07:46:29 -07:00
..
api Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
camera Sub label sensors (#16218) 2025-02-08 12:47:01 -06:00
comms Improve notifications (#16632) 2025-02-17 07:19:03 -07:00
config Improve notifications (#16632) 2025-02-17 07:19:03 -07:00
data_processing Small fixes and docs tweaks (#16595) 2025-02-15 06:56:45 -07:00
db Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
detectors Add support for YoloV9 to OpenVINO (#16495) 2025-02-11 11:23:19 -07:00
embeddings Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
events Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
genai
images
motion Tracking improvements (#16484) 2025-02-11 09:37:58 -06:00
output
ptz Tracking improvements (#16484) 2025-02-11 09:37:58 -06:00
record Refactor export filenames to include start and end date/time (#16446) 2025-02-10 08:30:23 -07:00
review Toggle review alerts and detections (#16482) 2025-02-11 07:46:25 -07:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
stats Fix prometheus client exporter (#16620) 2025-02-17 06:17:15 -07:00
test Add support for SR-IOV GPU stats (#15796) 2025-02-08 12:47:01 -06:00
track Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
util Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
__init__.py
__main__.py Generalize postprocessing (#15931) 2025-02-08 12:47:01 -06:00
app.py Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
const.py Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
ffmpeg_presets.py Add ffmpeg config to increase HEVC compatibility with Apple devices (#15795) 2025-02-08 12:47:01 -06:00
log.py Update base image (#15103) 2025-02-08 12:47:01 -06:00
models.py
mypy.ini Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
object_detection.py
object_processing.py Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
plus.py
storage.py
timeline.py
types.py Processing refactor (#15935) 2025-02-08 12:47:01 -06:00
video.py Tracking improvements (#16484) 2025-02-11 09:37:58 -06:00
watchdog.py