Gesture recognition over OSC

Hi,

I would like to know if it would be possible, using the samples in the SDK, to send the gestures recognized over OSC (to touchdesigner, for instance).

Sensor: Realsense D435
Platform: Windows 10

Thanks!

Hi Sael,

For your case, you have to develop some kind of “Nuitrack manager” or “Nuitrack plugin” for TouchDesigner using our public Nuitrack API (C# or C++), which will collect skeleton data from a sensor and feed the data to TouchDesigner for further processing. For reference, you can take a look at our C++ and C# samples. Unfortunately, we haven’t worked with TouchDesigner, so it’s difficult for us to recommend the best way to create “Nuitrack manager” for this case.