Software Archive
Read-only legacy content
17061 Discussions

Getting Hand-Joint Speed

alex_f_2
Beginner
639 Views

Hello, I searched everywhere for an example getting the speed of a hand joint and found nothing.

can anyone recommend me an example or write a code how to get that?

thanx

0 Kudos
2 Replies
Ariska_Hidayat
Beginner
639 Views

I also try this code:

float speed = nodes[0].speed.x;

But I just get the value zero. So, I suggest making its own count of the change in position and time. thx.

0 Kudos
alex_f_2
Beginner
639 Views

Ariska Hidayat wrote:

I also try this code:

float speed = nodes[0].speed.x;

But I just get the value zero. So, I suggest making its own count of the change in position and time. thx.

Hello Ariska, could you please explain the variables you used?

for example the second speed is it : PXCMHandData.JointSpeedType jointSpeed ??

I tried to enable tracking the joint speed like this handConfig.EnableJointSpeed(jointLabel, jointSpeedType, time);

but it didnt work and i got an error, any ideas?

0 Kudos
Reply