Using the kinect component, I’m able to get the kinect working with Touchdesigner and interact with a simple particle system. However, I want this motion to trigger some interaction in Unreal Engine. How can I send out the data through OSC? In what format should it be sent out?
You can use OSC DAT or OSC CHOP to send OSC data. How you send it completely depends on your application! If you’re using skeleton data, you can probably just send the needed skeleton channels directly through the OSC CHOP
Thank you! I ended up using OSC Chop operator.