norihiro / obs-face-tracker

Face tracking plugin for OBS Studio
GNU General Public License v2.0
366 stars 31 forks source link

Improve dead-band and non-linear band #130

Open norihiro opened 1 year ago

norihiro commented 1 year ago

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.