Adding fixed point question

Hi, I have a question.

If I want to add a just fixed point (ex: 0.1, 0.1, 1500) and connect to the skeleton model, is it possible?

I am working on GLSample using d435.

What I really want to do is getting one point from another camera and connect to the nuitrack.

thank you in advance.

Nuitrack provides a fixed set of skeleton points (we call them “skeleton joints”). All in all, there are 19 joints tracked by Nuitrack, see the scheme in our docs. All joints in this sample are connected by lines. Unfortunately, it’s not possible to “add” another joint to Nuitrack skeleton, if we understand your request correctly.