Skip to content

Could not find matching start/end segment #546

Answered by k0stett
k0stett asked this question in Q&A
Discussion options

You must be logged in to vote

And losing segments in a middle is an achievment of incorrectly configured motion detection. So I take Background Subtractor instead of mog2 and make nextstepping configuration:

ffmpeg:
  camera:
    camera_one:
      ...
      recorder:
        ...
        lookback: 10
        idle_timeout: 10
        ...

background_subtractor:
  motion_detector:
    cameras:
      camera_one:
        fps: 4
        trigger_recorder: true
        recorder_keepalive: true
        max_recorder_keepalive: 300
        area: 0.002
        width: 640
        height: 480

And now all works perfectly nice.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@k0stett
Comment options

Comment options

You must be logged in to vote
2 replies
@k0stett
Comment options

@k0stett
Comment options

Answer selected by k0stett
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants