Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin motion detection fixes #523

Merged
merged 5 commits into from
Nov 17, 2021
Merged

Begin motion detection fixes #523

merged 5 commits into from
Nov 17, 2021

Conversation

alexc20
Copy link
Contributor

@alexc20 alexc20 commented Nov 10, 2021

This PR is quick fix to issue #500 .

The current motion detection algorithm looks for changes between frames and if the change area is greater than min_motion_area(in percentage), it detects it as motion. This algorithm is too simple so adjusting parameters is a quick fix but cannot solve the problem well. More sophisticated yet lightweight motion detection algorithm which is based on adaptive background subtraction should be implemented.

@curtishall curtishall changed the title Alex fix issue Begin motion detection fixes Nov 10, 2021
@curtishall curtishall merged commit 797fe74 into master Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants