mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
* [https://github.com/badgeek/fux_kinect fux_kinect Object] for Pd | * [https://github.com/badgeek/fux_kinect fux_kinect Object] for Pd | ||
* [https://github.com/Sensebloom/OSCeleton OSCeleton] takes kinect skeleton data from the OpenNI framework and spits out the coordinates of the skeleton's joints via OSC messages. These can can then be used on your language / framework of choice. | * [https://github.com/Sensebloom/OSCeleton OSCeleton] takes kinect skeleton data from the OpenNI framework and spits out the coordinates of the skeleton's joints via OSC messages. These can can then be used on your language / framework of choice. | ||
* [http://pkmital.com/home/2011/01/24/streaming-motion-capture-data-from-the-kinect-using-osc-on-mac-osx sceleton data] OS X, macports, openNi, Max/MSP (or Pd) | |||
[[Category:Pure Data]] | |||
[[Category:3D]] | |||
[[Category:Movement]] | |||
[[Category:Interaktion]] | |||
[[Category:Interfaces]] | |||
[[Category:Interactive]] | |||
[[Category:Max/MSP]] |
Revision as of 11:58, 28 November 2011
Thr Microsoft® XBOX 360 Kinect is a motion controller. It projects a pattern with infrared light and calculates a depth image using a camera. It also has a color camera and four microphones. The Y axis of the sensor is remote controllable with an in-build motor.
- official site
- www.dailymail.co.uk/sciencetech
- openkinect.org Drivers, Installation
- ofxKinect openFramworks Kinect integration
- TUIO Kinect lets you define a depth range where multiple blobs can be detected. No actual depth information can be extracted.
- OpenNI
- Pd-LA Install Kinect on OS X
- install openni kinect drivers and NITE on OS X 10.6 gentoo Linux
- pix_freenect for Pd (binaries work without any compiling)
- fux_kinect Object for Pd
- OSCeleton takes kinect skeleton data from the OpenNI framework and spits out the coordinates of the skeleton's joints via OSC messages. These can can then be used on your language / framework of choice.
- sceleton data OS X, macports, openNi, Max/MSP (or Pd)