Offseting avatar positions from multiple cameras - Livelink/Unreal

Hi there,

Is there a way to offset avatar positions when working with multiple ZEDs. Example is having two livelinks feeding skeletal data into one UE application. Curently all detected avatars from both ZEDs overlap in UE. Is there a way to do offset in livelink or UE side?

Hi,

You can set an initial position to the ZED Camera when enabling the positional tracking (here in the code : https://github.com/stereolabs/zed-livelink-plugin/blob/main/Source/Private/main.cpp#L208).
That will change the origin of the World frame and therefore, offset all the skeleton data.

Best,
Benjamin Vallon

Stereolabs Support