Replies: 1 comment 4 replies
-
The recordings should not overlap, because when one recording ends it deletes all the segments that belong to that recording. If your cameras have timestamps in the feed, do you see them overlapping between two recordings? There is sadly no way to specify a grace period between recordings as of now |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From what I observed, it seems while one motion hasn't really completed, the subsequent motion event often got triggered. This results in a number of adjacent vdo files having repetitive motions. It seems while one motion is being recorded, there is another motion gets triggered and its recording gets started while the previous recording hasn't finished.
Btw, this is my motion config.
background_subtractor:
motion_detector:
cameras:
cam1:
threshold: 8
alpha: 0.1
area: 0.03
fps: 2
width: 640
height: 360
trigger_recorder: true
recorder_keepalive: true
max_recorder_keepalive: 60
cam2:
threshold: 8
alpha: 0.1
area: 0.03
fps: 2
width: 640
height: 360
trigger_recorder: true
recorder_keepalive: true
max_recorder_keepalive: 60
Beta Was this translation helpful? Give feedback.
All reactions