Adapting C# sample program to acquire joint positions with time

Hello, I am a beginner in the use of Nuitrack and have successfully implemented the C# sample (provided in the documentation) when combined with an Orbbec Astra Pro device. However, as part of a university project, I would like to extract the skeleton data (i.e. joint positions at a given time) such that this data can be further analysed. I am also relatively new to C# programming. Any suggestions to proceed/information as to help my lack of understand would be greatly appreciated.

Hi!

Unfortunately, we don’t have tutorials on developing in pure C#, but you can see a lot of interesting things in the Unity documentation, since the same API and C# are used there.

To get data about the skeleton, this tutorial can help you.

You can also study tutorials in video format on our YouTube channel!

See also: C# API