libfreenect v0.4.0 Oracle
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