Hi
Is there a method that gives me the angle of a joint? If not how could it be done?
Like the imagem bellow
Thanks,
Raniel
Hi
Is there a method that gives me the angle of a joint? If not how could it be done?
Like the imagem bellow
Thanks,
Raniel
Hi Raniel,
You can get skeleton joints and distance between them (vectors) using Nuitrack API, please see our online documentation. There’s no special method to find the angle between two joints, however, you can calculate it yourself using a scalar product of two vectors.