Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Asamasach opened this issue May 2, 2022 · 3 comments

Comments

@Asamasach
Copy link

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
Copy link
Owner

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
Copy link
Author

I encounter another probelm :/

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

can anybody help?

@gengauss
Copy link

gengauss commented Jun 1, 2022

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?

ibaiGorordo added a commit that referenced this issue Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants