Recording and Detection on Streams #7705
Unanswered
tibmeister
asked this question in
Ask A Question
Replies: 1 comment 7 replies
|
Yes that's the way it needs to be done for now, there's a pinned feature request to also have the sub stream recorded. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm moving away from ZoneMinder in favor of Frigate, but one thing I am struggling with is the streams. So let me go back to how I had ZM setup for this particular camera, which is a 4k camera.
I created Monitor1 in ZM, that was using the sub-stream at a resolution of 704x480. I created Monitor2 using the main stream at a resolution of 3840x2160.
Monitor1 would always record to disk (24/7) and also performed motion analysis. Monitor2 was linked to Monitor1 and used it as the trigger to record motion events. So, what I got was a lower resolution 24/7 recording stream that I would keep for 72 hours, then a high resolution stream that would only record motion events and I would keep for 14 days.
I am struggling on how to recreate this setup in Frigate.
Currently, I have the camera setup with the two inputs, with the detect role on the low-res and the record role on the high-res, but I also want to record on the low-res. I'm thinking I will need to have a second camera that has the record role and only has the low-res stream. Is this the only way or is there some odd thing that I'm missing that would make this magically work with a single camera config?
All reactions