Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
296 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I just follow the instruction published in official repository Azure-Kinect-Samples I've already installed the prerequistes
apt install libk4abt1.1-dev
apt install libxi-dev
and git clone the repository
after that
mkdir build
cd build
cmake .. -GNinja
but when finally ninja, I meet the following question, how do I fix this?