blakeblackshear / frigate

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

recording / snapshot on demand #13455

Open Mareckil opened 2 weeks ago

Mareckil commented 2 weeks ago

I didn't find this feature in Frigate, although it's quite common in other NVR software. Not everyone has continuous recording configured for various reasons. However, it can be useful to start recording or take a snapshot while watching the live view. If we could have two buttons on the live camera window to trigger these actions and save the files in separate folders, such as /media/on_demand, it would be a significant advantage for this already great software.

NickM-27 commented 2 weeks ago

the api for this already exists https://docs.frigate.video/integrations/api#post-apieventscamera_namelabelcreate

Joeviocoe commented 4 days ago

the api for this already exists https://docs.frigate.video/integrations/api#post-apieventscamera_namelabelcreate

I don't think the API addresses the request. This is wanting a UI element on the actual Live View window, that can trigger the recording/snapshot

NickM-27 commented 4 days ago

Which is why the request is still open, I was just making note of the fact that the API already exists