Replies: 2 comments 1 reply
-
Upon initial view, this wouldn't seem right. This section of the code sets the maximum used later in the criteria. If the threshold_maximum specified by the user is greater than motion threshold, use the user provided threshold_maximum. Otherwise set the threshold_maximum to the 1.5x the image size. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I should listen better. You are entirely correct and a fix has been pushed. |
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
-
In help, it reads "Maximum number of changed pixels that triggers an event. If the number of changed pixels is over the threshold maximum, no event is triggered. A value of zero disables threshold_maximum."
Based on my testing, it seems if threshold_maximum has to be set at a relatively high value (higher than threshold) for motion detection to get working. If threshold_maximum is left with 0, there is virtually no motion detection. I am not so sure if I get this correctly.
Beta Was this translation helpful? Give feedback.
All reactions