Skip to content

[Config Support]: Active objects and regions despite no motion #15816

Closed Answered by ki9us
ki9us asked this question in Config Support
Discussion options

You must be logged in to vote

Although setting min_area worked to block out the cars across the street, I've also had success by dropping the detect: stationary: threshold for that camera:

cameras:
  driveway:
    detect:
      stationary:
        threshold: 5 # default: 50

From the docs:

threshold is the number of frames an object needs to remain relatively still before it is considered stationary.

This makes frigate think everything is stationary

But it still gets overruled by the motion detector, so driving cars still activate detection.

The advantage to this is that I can still track cars across the street, and nerd out about it with homeassistant. 🤓

The disadvantage (and reason this is not a bug) is explaine…

Replies: 2 comments 1 reply

Comment options

NickM-27
Jan 4, 2025
Collaborator Sponsor

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

Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment