[Config Support]: Ratio of Motion Size to Object Detection? #12644
Unanswered
mrmees
asked this question in
Config Support
Replies: 1 comment
-
|
You can't change "motion size" per object, the whole point of motion detection is looking for objects. So you can't use information from the future to change a decision in the present. The only time an alert occurs is if the objects box moves enough to not be considered stationary anymore. This seems like it is unrelated to motion detection. |
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.
-
Describe the problem you are having
Is there a way to require a minimum motion area size on a per object basis?
Have an area with parked vehicles and cats are triggering a motion alert for them. It seems like motion - contour_area might work, but at the expense of detecting anything relatively cat sized.
It's not critical, but I can see a situation where I'd like to track the cats too.
Version
0.14.0-a4eb435
Frigate config file
N/ARelevant log output
Frigate stats
No response
Operating system
Proxmox
Install method
Docker Compose
Object Detector
Coral
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions