Skip to content

libfreenect v0.4.0 Oracle

Compare
Choose a tag to compare
@piedar piedar released this 15 Feb 16:22
· 206 commits to master since this release
v0.4.0

Features and Fixes

  • Motor support and OSX freeze fix for 1473/K4W (@ofTheo) #362
  • Rename examples to avoid collisions; fakenect man page (@nbourdau) #278
  • Standardize headers (see Notes) #210
  • Execute fwfetcher.py with python2 #370
  • Minor bug fixes #223 #346 #365

Notes

  • All examples are now prefixed with "freenect-" (e.g. glview -> freenect-glview).
  • All headers (including libfreenect.hpp) are now installed to $PREFIX/include/libfreenect/.
  • Rename libfreenect-audio.h -> libfreenect_audio.h and libfreenect-registration.h -> libfreenect_registration.h. This makes them consistent with other libraries.

THIS IS A BREAKING CHANGE; UPDATE YOUR INCLUDES