forked from kronihias/freenect
-
Notifications
You must be signed in to change notification settings - Fork 0
pure data external to control Kinect tilt, led and output accelerometer data
ranjithshegde/freenect
This branch is up to date with kronihias/freenect:master.
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
freenect (0.1) ====================================== pure data external to control Kinect tilt, led and output accelerometer data. useful if you use OpenNI with SensorKinect (eg. pix_openni) which currently can't access these functions. * depends on libfreenect (v0.1 !!) Tested with 1 Kinects, but should work with multiple (C) 2011/2012 by Matthias Kronlachner __________________________________________________________ ::INSTALL:: tested and compiled for Ubuntu 11.10 and MacOS 10.6.8 use binaries from build folder or build yourself OSX: make sure that libfreenect.0.0.1.dylib and libusb-1.0.0.dylib provided in build folder are in the same folder than freenect.pd_darwin! * get/install pd including src (http://puredata.info) * get and install latest libfreenect from https://github.com/OpenKinect/libfreenect help with compiling: #...> git clone https://github.com/OpenKinect/libfreenect.git #...> cd libfreenect #.../libfreenect> mkdir build #.../libfreenect> cd build #.../libfreenect/build> ccmake ../ --> choose BUILD_EXAMPLES OFF (ON only if you have GLUT) CMAKE_OSX_ARCHITECTURES i386;x86_64 press [c] (configure), [g] generate, [q] exit #.../libfreenect/build> cmake ../ #.../libfreenect/build> make #.../libfreenect/build> sudo make install * #.../pix_freenect> make * have a look at the freenect-help.pd file! _______________ :::CHANGELOG::: 0.1 * first release ________________ :::KNOWN BUGS::: ________________ :::THINGS TO DO::: questions: m.kronlachner@gmail.com
About
pure data external to control Kinect tilt, led and output accelerometer data
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 79.7%
- Pure Data 20.3%