A previous workshop

Kinect Workshop (with OpenFrameworks 0071)

Instructor: Jeff Crouse www.jeffcrouse.info

This workshop will provide an introduction to creating interactive software with the Kinect, a $140 consumer depth+RGB camera that provides some of the same functionality as professional hardware that can cost many times more. We will learn skeleton tracking, player masking, and accessing depth measurements. These techniques allow us to create simple apps that make use of whole-body interaction.

We will use the newly released Microsoft Kinect SDK Version 1.5 to access the device, openFrameworks 0071 to create the apps, and the ofxKinectNui addon as the bridge between the two.

Kinect cameras will be provided if you do not have your own. I will distribute the addon and some sample apps at the beginning of the workshop.

Requirements: A basic understanding of openFrameworks A computer that meets the minimum system requirements here: http://www.microsoft.com/en-us/kinectforwindows/develop/readme.htm#System Note: a Macbook running Bootcamp+Windows 7 works well Download and install the latest Kinect SDK here: http://www.microsoft.com/en-us/kinectforwindows/develop/developer-downloads.aspx Download and install openFramworks 0071 for Visual Studio as described here: http://www.openframeworks.cc/setup/vs-2010/