genekogan/KinectProjectorToolkit

Kinect 1414

robotconscience opened this issue · 0 comments

This is actually a SimpleOpenNI issue but: it's possible to get Kinect 1414 (and ostensibly K4W) working with the toolkit by hacking SimpleOpenNI a little bit:

  • Download or compile the newest version of https://github.com/OpenKinect/libfreenect
  • Rename libfreenect.0.4.0.dylib to libfreenect.0.1.2.dylib to match one included by SimpleOpenNI
  • Replace version in SimpleOpenNI/library/osx/OpenNI2/Drivers with new version

Only tested on OS X...