Not Monitored
Tag not monitored by Microsoft.
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?