Unreal, 2 zedx and an Orin Box

Do you need to see the video of the cameras, not only get the skeletons, on the PC?
Since that’s not the use case of Live Link alone, which is only streaming skeleton data, I assumed you did not need the video.

If you need the video, you can either use ZED Hub or not use it to run a streaming app on the jetsons. Then you can connect to it through the ZED360 file by setting the right parameters, something like:

{
    "12345678": {
        "input": {
            "zed": {
                "type":  "STREAM",
                "configuration": "192.168.12.34:30000"
            },
            "fusion": {
                "type": "INTRA_PROCESS",
                "configuration": ""
                }
            }
        },
        "world": {
            "rotation": [ // orientation of the camera in radians
                0,
                0,
                0
            ],
            "translation": [ // position of the camera in meters
                0,
                0,
                0
            ]
        }
    },
// ...
// [same pattern for the other cameras]
// ...
}

If you need to use ZED Hub and can’t run the edge agent, please share any error/useful screenshot you get.