Code snippets that were important to the build process.
Open NI install on a Raspberry Pi. We need to get a few dependencies first.
sudo apt-get install git g++ python libusb-1.0-0-dev freeglut3-dev doxygen graphviz
Pull OpenNI from their GitHub
git clone https://github.com
/OpenNI/OpenNI2
…more to come