blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.13k stars 1.65k forks source link

Deep link to Review for a particular camera #12776

Closed rgregg closed 3 days ago

rgregg commented 1 month ago

Describe what you are trying to accomplish and why in non technical terms I want to be able to create a bookmark/URL that takes me to the Review page with a particular camera selected so that I can easily jump to reviewing information for specific cameras. I could do this in 0.13, but now in 0.14 it always defaults to All Cameras and there don't seem to be query parameters to let you specify the camera to show when the page loads.

Describe the solution you'd like I'd like to have an easy way to bookmark / link to the Reviews page with a particular camera selected. Ideally, the browser URL would refresh when I change the camera selection in a way that was obvious, perhaps with ?camera=foo appended to the URL. Then bookmarking this link would allow me to quickly jump to review the events for the same camera.

This is also part of my HA configuration - I have buttons that launch the Frigate UI for each camera - worked great in 0.13 but now these URLs land back on the default page in 0.14 and there don't seem to be easy ways to set them up again.

ikout commented 1 month ago

From what I can see that's available, all you need to do is add the Camera name as a Hashtag. ie. http://192.168.10.200/#camera_name

NickM-27 commented 1 month ago

That's live view not review

nwish commented 1 month ago

I’d love to see this too, but with the added functionality to generate a link to a specific review item, so that it can be easily shared.