norihiro / obs-face-tracker

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

PTZ Control to override face tracking movement #134

Open abelcruise opened 9 months ago

abelcruise commented 9 months ago

There are times we need to control the camera manually, but the face tracker will always try to correct it. It would be helpful if the ptz control plugin can override the controls. Thanks!

norihiro commented 9 months ago

There are no API on obs-ptz to find there is a user-input. At first, I need to ask obs-ptz to have a signal to notify when user has clicked the buttons.

As a workaround for now, I've added a Pause button on the Face Tracker Dock so you may pause this plugin.