I need a solution for my project

Hi, I need some information for my project … I installed the sdk of nuitrack and use a RealSense Depthcamera d435. How do I acquire a skeleton from depth data?
Thanks in advance for your help

Hi guido12,

You can use Nuitrack in WPF, please take a look at the C# sample.

To use this sample’s code in WPF, create a Windows Forms project, import nuitrack.net.dll reference to your project (you can find this file in Nuitrack SDK) and then copy the sample’s code (nuitrack_csharp_sample/Program.cs) to the project.