This is a starting point for k4a-C++ projects, kept here for reference.
Instruction:
- Install Azure Kinect Sensor SDK (C++ Library).
- Compile from source
sudo make installafter compilation
mkdir buildcd buildcmake ..make -j$(nproc)
You should see the fastpcd executable if everything works fine.