torinmb / mediapipe-touchdesigner

GPU Accelerated MediaPipe Plugin for TouchDesigner
MIT License
522 stars 21 forks source link

Hands "Max Number of Hands" selection not working #70

Open ethanproia opened 4 months ago

ethanproia commented 4 months ago

Despite setting Max Number of Hands param to 1, both hands still detected and sending data to CHOPs.

max number hands error
domisjustanumber commented 4 months ago

Hey @ethanproia thanks for reporting this - I had a typo in the parameter name, so have fixed it for future releases.

If you want to fix it in the mean-time, you can do so in TD.

  1. Right-click on the MediaPipe component and select "Customize Component..."
  2. Go to the Hands section
  3. Find Hnumhands and change it to Gnumhands

image