JCorfer
1 month agoStart Member
How to get finger strength individually
Hi community!
I'm using OVRHand to tack my hands and detects if the hand is in fist shape. For this, I'm using GetFingerPinchStrength method to get the Finger's strength by each finger. The issue is that the GetFingerPinchStrength method only returns values if the Thumb finger is strengh has wall (pitch gesture) but I need get to te Finger's strenght individually withouth depend of Thumb finger, how can I archive this?
Thank you!!
Hey Taylor! Thank you for you info, I'll check It soon.
Finally I could calculate the angles between the finger's phalangs, so now I can get 0 is the finger is extends until 1 if it is furl, by each one independently. This fixed my critical issue!
Thanks!