mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
* [http://pd-la.info/kinect/kinect-mac-os-x Pd-LA Install Kinect on OS X] | * [http://pd-la.info/kinect/kinect-mac-os-x Pd-LA Install Kinect on OS X] | ||
* install openni kinect drivers and NITE on [http://kinecthesis.bakedmac.com/2011/01/11/installing-openni-kinect-drivers-and-nite-on-mac-os-x-10-6 OS X 10.6] [http://www.keyboardmods.com/2010/12/howto-kinect-openninite-skeleton.html gentoo Linux] | * install openni kinect drivers and NITE on [http://kinecthesis.bakedmac.com/2011/01/11/installing-openni-kinect-drivers-and-nite-on-mac-os-x-10-6 OS X 10.6] [http://www.keyboardmods.com/2010/12/howto-kinect-openninite-skeleton.html gentoo Linux] | ||
* [http://www.matthiaskronlachner.com/?p=299 pix_freenect] for Pd | * [http://www.matthiaskronlachner.com/?p=299 pix_freenect] for Pd (binaries work without any compiling) | ||
* [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. |
Revision as of 11:54, 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.