|
Syllabus / KinectWithPocode
Follow these instructions in this sequence: For Mac, you will need to install the latest LibUSB. 1. MacPorts from: http://distfiles.macports.org/MacPorts/MacPorts-1.9.2-10.6-SnowLeopard.dmg https://distfiles.macports.org/MacPorts/MacPorts-2.0.3-10.7-Lion.dmg and run sudo port -v selfupdate 2. libUSB -> Run: sudo port install libusb-devel +universal Note: Do not forget the +universal, it's very important!! If you're previously already installed libusb-devel then use "sudo port uninstall libusb-devel" and reinstall it again with the +universal flag. 3. Install openNI - Install unstable OpenNI Download and extract: http://75.98.78.94/downloads/openni-bin-dev-macosx-v1.5.2.7.tar.bz2 rename the directory from ”openni-bin-dev-macosx-v1.5.2.7” to just OpenNI move the directory to your root folder, this is where poCode will look for the library files. Go into that directory and run: sudo ./install.sh 4. Install Sensor Download and extract: https://github.com/avin2/SensorKinect/raw/unstable/Bin/SensorKinect091-Bin-MacOSX-v5.1.0.25.tar.bz2 Go into that directory and run: sudo ./install.sh The source code for this version is available at: https://github.com/avin2/SensorKinect |