Kinect: Difference between revisions

From Medien Wiki
mNo edit summary
Line 5: Line 5:
* [http://www.dailymail.co.uk/sciencetech/article-1190240/You-controller-Microsoft-unveils-Xbox-360-device-banishes-joypad-puts-player-IN-game.html www.dailymail.co.uk/sciencetech]
* [http://www.dailymail.co.uk/sciencetech/article-1190240/You-controller-Microsoft-unveils-Xbox-360-device-banishes-joypad-puts-player-IN-game.html www.dailymail.co.uk/sciencetech]


== Apps ==
== Software ==
* [http://fernlightning.com/doku.php?id=randd:kinect Cocoa freenect App] by Robert Pointon
=== Apps (ready to run) ===
* [http://fernlightning.com/doku.php?id=randd:kinect Cocoa freenect App] (OS X) by Robert Pointon
* [https://code.google.com/p/tuiokinect TUIO Kinect] lets you define a depth range where multiple blobs can be detected. No actual depth information can be extracted.
 
=== Frameworks and Libraries ===
==== Depth image ====
* [http://openkinect.org openkinect.org] Drivers, Installation
* [http://openkinect.org openkinect.org] Drivers, Installation
* [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/ofTheo/ofxKinect ofxKinect] openFramworks Kinect integration
* [https://github.com/ofTheo/ofxKinect ofxKinect] openFramworks Kinect integration
* [https://code.google.com/p/tuiokinect TUIO Kinect] lets you define a depth range where multiple blobs can be detected. No actual depth information can be extracted.
 
==== Skeleton data ====
* [http://www.openni.org/Downloads.aspx OpenNI]
* [http://www.openni.org/Downloads.aspx OpenNI]
* [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 (binaries work without any compiling)
* [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.
* [https://github.com/pd-projects/pd-kinect-skeleton skeleton data] Linux, osceleton, OpenNI, Pd
* [https://github.com/pd-projects/pd-kinect-skeleton skeleton data] Linux, osceleton, OpenNI, Pd

Revision as of 15:33, 6 December 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.

About

Software

Apps (ready to run)

  • Cocoa freenect App (OS X) by Robert Pointon
  • TUIO Kinect lets you define a depth range where multiple blobs can be detected. No actual depth information can be extracted.

Frameworks and Libraries

Depth image

Skeleton data