Install pynuitrack on Jetson orin AgX

HI,

I tried to install pynuitrack on Jetson Orin Agx board. Initially, I tried using pip installation with .whl files fro arm64, which are provided in nuitrack-sdk/PythonNuitrack-beta at v0.37.16 · 3DiVi/nuitrack-sdk · GitHub but it did not work. When I import it core is dumped.

then i build the library from the source code available at GitHub - silasalves/pynuitrack: Python wrapper for NuiTrack skeleton tracking library. it working, but the source code is too old. It does not support the latest functions.

How do I install the latest versions of PyNuitrack on Jetson orin AgX. I cannot find the latest source codes.

Please note that i have installed Nuitrack SDK and it is working well. i used this GitHub - 3DiVi/nuitrack-sdk at v0.35.6

Moved to Jetson AGX Orin forum


David.

thanks @dhart . looking for some directions

Hi,

It looks like the package doesn’t have a prebuilt for the Jetson environment.
Have you tried to build it from the source to see if it works?

Thansk.