ibaiGorordo / pyKinectAzure

Python library to run Kinect Azure DK SDK functions
MIT License
446 stars 114 forks source link

Failed to load body tracker library k4abt.so: cannot open shared object file: No such file or directory #59

Open Asamasach opened 2 years ago

Asamasach commented 2 years ago

Hi everyone

we have trouble with this error, I've checked the PATH, and to be sure, we've export PATH="/path/to/module"

can anybody help? I appreciate that, I guess it should be easy to resolve

ibaiGorordo commented 2 years ago

You can set the path manually when you initialize the libraries doing something like this:

pykinect.initialize_libraries(track_body=True, module_k4abt_path=path_to_your_library)
Asamasach commented 2 years ago

I encounter another probelm :/

examples git:(master) ✗ python examplePlaybackBodyTracker.py 
[1]    13889 segmentation fault (core dumped)  python examplePlaybackBodyTracker.py

can anybody help?

gengauss commented 2 years ago

I encounter another probelm :/

examples git:(master) ✗ python examplePlaybackBodyTracker.py 
[1]    13889 segmentation fault (core dumped)  python examplePlaybackBodyTracker.py

can anybody help?

I also met segmentation fault (core dumped), could you solve it yet?