[Bug]: api/events timestamp & bbox parameters seem to be ignored #17524
-
Checklist
Describe the problem you are havingWhen using the API to fetch an event snapshot the default appears to be to include timestamp and bounding box, which yields something like this (from Frigate demo server): If one wants a 'clean' image with no annotation, according to the docs here... https://docs.frigate.video/integrations/api/event-snapshot-events-event-id-snapshot-jpg-get ... we can add parameters like this: https://demo.frigate.video/api/events/1743697462.544662-zyfonl/snapshot.jpg?timestamp=0&bbox=0 However, these parameters seem to be ignored and the exact same image is returned. Steps to reproduce
The above should all be different, but the exact same image is returned. Version0.15.0-844b6592 In which browser(s) are you experiencing the issue with?No response Frigate config fileN/A - look at the demo system.docker-compose file or Docker CLI commandN/A - look at the demo system.Relevant Frigate log outputN/A - look at the demo system.Relevant go2rtc log outputN/A - look at the demo system.Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelN/A Screenshots of the Frigate UI's System metrics pagesN/A - look at the demo system. Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
this is not a bug. These api parameters only work while the object is in progress. Once the object ends a snapshot is saved and the api parameters will not take affect |
Beta Was this translation helpful? Give feedback.

There's already a separate API to get the clean copy
https://docs.frigate.video/integrations/api/event-snapshot-clean-events-event-id-snapshot-clean-png-get