Prototyping 2014-01-20 (Lens Based Media): Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
* 1 Infrared emitter
* 1 Infrared emitter
* Microphone array (4) for voice commands
* Microphone array (4) for voice commands
[explanation video]


== 3 important Kinect techniques ==
== 3 important Kinect techniques ==
Line 16: Line 15:


== Resources==
== Resources==
* crosslab.wdka.hro.nl/diy/downloads
* http://processing.org/
* http://crosslab.wdka.hro.nl/diy/downloads/
* https://code.google.com/p/simple-openni
* https://code.google.com/p/simple-openni



Latest revision as of 15:53, 20 January 2014

Kinect Introduction

  • MicroSoft Xbox device


Technical Specs

  • 1 RGB camera
  • 1 Infrared camera
  • 1 Infrared emitter
  • Microphone array (4) for voice commands

3 important Kinect techniques

  • Point Cloud Data - Depth points of the IR-camera to re-create a 3d scene
  • Blob detection - Recognising a moving shape (body figures)
  • Skeleton detection

Resources

Demos

gameplay

pointcloud / particle



Blob Detection

Skeleton Tracking / Motion Capture





Assignment