Livelink fusion in Touchdesigner

Hello guys,
Can I do something like Livelink fusion in UE5 in Touchdesigner?

Best regards,
Jakub

Hi,

We do not provide a ready-to-use solution for that but I think its completely doable.

You can take a look at our “livelink for unity” sample (GitHub - stereolabs/zed-unity-livelink: ZED Livelink plugin for Unity) where we basically send the skeleton data using UDP from a c++ sample to Unity.

For touch designer, you will have to implement the receiver-part inside TD to be able to receive and parser the data sent by the ZED SDK.