Replies: 1 comment 3 replies
-
I will say "that is the plan" but there is still some work to do. The standard deviation threshold parameters are intended to help with spider webs.... The threshold ratio was to help with wind(the number of pixels turning from white to black compared to the count of those going black to white). And finally the OpenCV secondary detection detects whatever it is that the Haar model is trained to detect. (A Haar cascade is currently the only secondary detection implemented but other OpenCV models/methods will get added later once the infrastructure is in place). The process that I think would occur is that the primary method would trigger and record and then the secondary detection would determine whether to save or delete the images/videos created from the primary detection. This is needed because the secondary detection through OpenCV consumes a lot of CPU and could not keep up with the frame rate of multiple cameras even on higher powered computers. |
Beta Was this translation helpful? Give feedback.
-
When you talk about primary object detection, does that mean that MotionPlus would record when a specific object (i.e. person, car, animal) gets detected? The reason I ask is because my camera has a tree in its view and Motion would record when the wind blows at it.
Beta Was this translation helpful? Give feedback.
All reactions