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 | * [https://github.com/pd-projects/pd-kinect-skeleton skeleton data] Linux, osceleton, OpenNI, Pd | ||
* [http://pkmital.com/home/2011/01/24/streaming-motion-capture-data-from-the-kinect-using-osc-on-mac-osx skeleton data] OS X, macports, openNi, Max/MSP (or Pd) | |||
* [http://mansteri.com/2011/01/osceleton-with-quartz-composer skeleton data in Quartz Composer via Max/MSP] | * [http://mansteri.com/2011/01/osceleton-with-quartz-composer skeleton data in Quartz Composer via Max/MSP] | ||
Revision as of 12:02, 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.
- skeleton data Linux, osceleton, OpenNI, Pd
- skeleton data OS X, macports, openNi, Max/MSP (or Pd)
- skeleton data in Quartz Composer via Max/MSP