Draw skeleton bones on live feed from fused skeleton data

Do you have a sample project where you draw skeleton data on top of the live feed of a single camera when using fused data? Basically the same as the following project, only you are using multiple cameras to obtain the skeleton data: zed-sdk/body tracking/body tracking at master · stereolabs/zed-sdk (github.com).

Also, is it possible to run the project I linked above on a single camera connected through the network instead of a direct USB connection to the computer? How can I do so?

Hi,

This feature is not available in our Fusion sample natively. However, it is possible to add this type of display if the cameras are connected to USB. Indeed, the fusion API does not send the images to the fusion receiver yet.

Yes it is possible to stream the ZED images on the local network, I suggest taking a look at our documentation : https://www.stereolabs.com/docs/video/streaming/

Best,
Benjamin Vallon

Stereolabs Support