This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 5
Jun 2015

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

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.

could you send me a code example ?? I am new to programming

3 years later