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

Improve dead-band and non-linear band #130

Open
norihiro opened this issue Jul 6, 2023 · 0 comments
Open

Improve dead-band and non-linear band #130

norihiro opened this issue Jul 6, 2023 · 0 comments

Comments

@norihiro
Copy link
Owner

norihiro commented Jul 6, 2023

Current dead-band implementation is modifying the error amount before the PID filter.
It results in PTZ moving while the face is detected inside the dead-band because the integral portion of the PID filter can be non-zero.

Instead of just modifying the error amount, the proposal is to force-stop the camera.

The idea was originally suggested by a DM from toplachi, and the reference of the competitor's work is available on YouTube video.

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

No branches or pull requests

1 participant