[Bug]: Media/Event Snapshot API ignores request params if event has ended #19155
-
Checklist
Describe the problem you are havingThe docs for the media event snapshot API state you can add query params for cropping the image/resizing to a certain height. As far as I can see this is only actually implemented for live events. As soon as an event is completed (i.e. has an end time), Frigate just reads the snapshot from disk instead. What I expect: query params are honoured regardless of whether the event is live or not. Steps to reproduceGET Version0.15 and 0.16 In which browser(s) are you experiencing the issue with?No response Frigate config filen/a docker-compose file or Docker CLI commandn/a Relevant Frigate log outputn/a Relevant go2rtc log outputn/a Operating systemDebian Install methodDocker Compose Network connectionWired Camera make and modeln/a Screenshots of the Frigate UI's System metrics pagesn/a Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
this is not a bug and is working as expected, we can update the docs description to make it more clear what the behavior is |
Beta Was this translation helpful? Give feedback.
fixed in #19156