could help me with a code to count fingers processing , and similarly identify which finger it is??
created
Jun '15
last reply
Dec '18
- 4
replies
- 3.1k
views
- 3
users
- 3
links
could help me with a code to count fingers processing , and similarly identify which finger it is??
All five fingers of a detected hand are always reported (with estimated positions, if they can't be directly observed). If you want to get the extended fingers, you can use the extended()33 function on the FingerList from hand.fingers().
You can use Finger.type()26 to determine which finger it is.
The best way to learn is to try it yourself. There's a processing example that does something a bit different in the docs102. Try to adapt it to what you need. If it doesn't work, post your code here and we'll help you get it working.