How can i do monitoring the location of joint in generated skeleton?

Hello. I’m trying to make semi-infinite line that connects elbow and wrist. For this, I should know the real-time location of elbow and wrist.
How can I do this?

Hi @GNU

You can get elbow and wrist joints via SkeletonTracker of Nuitrack SDK.
Check our Examples to get an idea.
Here link to piece of code that goes through list of skeleton joints

Hi @GNU

Do you still have questions?

I found the way to solve this through your answer. Thanks.