frigate/frigate/api
leccelecce ec7040bed5
Some checks are pending
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Enable event snapshot API to honour query params after event ends (#22375)
* Enable event snapshot API to honour query params

* fix unused imports

* Fixes

* Run ruff check --fix

* Web changes

* Further config and web fixes

* Further docs tweak

* Fix missing quality default in MediaEventsSnapshotQueryParams

* Manual events: don't save annotated jpeg; store frame time

* Remove unnecessary grayscale helper

* Add caveat to docs on snapshot_frame_time pre-0.18

* JPG snapshot should not be treated as clean

* Ensure tracked details uses uncropped, bbox'd snapshot

* Ensure all UI pages / menu actions use uncropped, bbox'd

* web lint

* Add missed config helper text

* Expect  SnapshotsConfig not Any

* docs: Remove pre-0.18 note

* Specify timestamp=0 in the UI

* Move tests out of http media

* Correct missed settings.json wording

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* Revert to default None for quality

* Correct camera snapshot config wording

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* Fix quality=0 handling

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* Fix quality=0 handling #2

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>

* ReRun generate_config_translations

---------

Co-authored-by: leccelecce <example@example.com>
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2026-03-22 13:33:04 -06:00
..
defs Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
__init__.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
app.py Add ability to toggle camera features via API (#22538) 2026-03-19 17:39:28 -05:00
auth.py show log when anonymous users log in (#22254) 2026-03-05 16:17:41 -07:00
camera.py Add ability to toggle camera features via API (#22538) 2026-03-19 17:39:28 -05:00
chat.py Add support a looping GenAI process to monitor a camera (#22556) 2026-03-20 17:44:02 -06:00
classification.py Add languages (#21870) 2026-02-03 13:29:52 -06:00
debug_replay.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
event.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
export.py Refactor Time-Lapse Export (#21668) 2026-02-26 21:27:56 -07:00
fastapi_app.py Camera profile support (#22482) 2026-03-19 09:47:57 -05:00
media.py Enable event snapshot API to honour query params after event ends (#22375) 2026-03-22 13:33:04 -06:00
motion_search.py Improve motion review and add motion search (#22253) 2026-03-05 17:53:48 -06:00
notification.py API admin exemptions and route guard updates (#21094) 2025-11-29 07:30:04 -06:00
preview.py Miscellaneous Fixes (#21241) 2025-12-12 07:45:03 -06:00
record.py Recordings API and calendar UI performance improvements (#22352) 2026-03-09 17:22:01 -06:00
review.py Add support for multiple GenAI Providers (#22144) 2026-02-27 08:35:33 -07:00