Overlapping Clip recordings #3867
Unanswered
mannish-kumar
asked this question in
Ask A Question
Replies: 2 comments 4 replies
-
|
Max seconds hasn't done anything for a long while, so even though you had it set it wasn't being used. The top person looks like it may be overlapping but for some reason frigate likely saw two different people. For the second one the person is facing one direction in one and a different direction in the other which seems like 2 separate events where they were out of the frame for some time. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Thank You Got it.
Appreciate your quick response.
I will monitor for some time and get back to you if any help is needed 🙂
…On Tue, 20 Sep, 2022, 7:02 pm Nicolas Mowen, ***@***.***> wrote:
I am trying to avoid duplicate clips getting recorded within a few seconds
for the same event. Isn't max_disappeared and post_capture similar? In both
the cases the recording would stop after the seconds and frames specified.
No they are not similar. max_disappeared is how long after the object is
no longer detected before the event is considered over.
post_capture just means once the event is over make sure there are at
least that many seconds of recording that is apart of the event. It has
nothing to do with the behavior of when an event starts or ends.
Do you mean that if I use max_disappeared then only one person will be
detected if two persons are part of the same frame?
No. Let's use an example. Someone walks out their door and leaves the
building, then 5 seconds later comes back inside. With the default
max_disappeared this would likely be two events. With an increased
max_disappeared this would have a better chance of appearing as a single
event.
The downside however is if one person walked out their door and left the
building and another person came in a second later that would have a chance
of being a part of 1 event instead of 2
—
Reply to this email directly, view it on GitHub
<#3867 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU37MGI723MTSCJVGMGIN33V7G4G7ANCNFSM6AAAAAAQP5CU2U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have recently upgraded my Frigate installation to 0.11 RC3 to resolve the issue (#2497).
The freeze issue is resolved but I ended up with an old issue (#630) that is closed now.
I was using "max_seconds: 180" prior to upgrading to 0.11 RC3 and was not seeing any overlapping clips. I have removed this option as it is no more supported since 0.11 RC1.
Is there a way I can avoid overlapping recordings?
Beta Was this translation helpful? Give feedback.
All reactions