Closed yuukireina05 closed 2 years ago
I fixed this problem by installing libk4abt1.1-dev
. After installing it I can find the k4abt.h
and its related header files in /usr/include
and run the example code of the repo.
Also for the building of Azure-Kinect-Samples. I succeeded in the building after installing the dev and doing the following procedures:
git submodule update --init --recursive
in the repo directory.target_link_libraries
in CMakeLists.txt of simple_3d_viewer.Thank you for the information in this nice community!
My Desktop information
Describe the bug
I can run the
k4abt_simple_3d_viewer
by callingk4abt_simple_3d_viewer CPU
in my terminal. Also no problem with the running ofk4aviewer
by calling it in the terminal. But failed to find the header files of k4abt in/usr/include/
. There is no 'libk4abt.so' in/usr/lib/
neither. It makes me unable to finish my coding with body-tracking sdk. Maybe something wrong with the installation but I can't get it.Edit: I found
libk4abt.so
in/usr/lib/
now. But still not find its header files and can't make the Samples repo due to the following error log. Edit: Adjusting format.Another clue:
I also try to Cmake the repo of Azure-Kinect-Samples by calling
cmake .. -GNinja
. But it returned the error that it couldn't find make files about k4abt.The log follows: