Comments on: Making Things See: A Book for O’Reilly about the Kinect http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/ Thu, 19 Jun 2014 09:26:37 +0000 hourly 1 By: Allison Eve Zell http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/#comment-620 Wed, 10 Aug 2011 14:18:34 +0000 http://urbanhonking.com/ideasfordozens/?p=457#comment-620 Wow Greg. I’ve just come around to reading this… congrats! So looking forward to having you around my thesis year. See you in a few.

]]>
By: ChuckEye http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/#comment-619 Thu, 09 Jun 2011 18:37:17 +0000 http://urbanhonking.com/ideasfordozens/?p=457#comment-619 I just used Casey’s “brightest pixel” algorithm (brute force) on the depth channel. I mapped the X coordinate to panning, the Y to pitch (on a fixed pentatonic scale), and the brightness to volume.

I also used an OpenGL 3D routine to generate stereo 3D visualization that I’ve scaled for both a 4k stereo projection theater and a 60″ 3D TV.

I’m interested in some of the skeletal stuff, so I’ll give OpenNI a look.

]]>
By: greg http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/#comment-618 Wed, 08 Jun 2011 17:47:13 +0000 http://urbanhonking.com/ideasfordozens/?p=457#comment-618 That sounds like a cool project. Did you use skeleton tracking or just closest-point in the depth image?

I’m using Simple OpenNI: http://code.google.com/p/simple-openni It’s cross-platform, comes with a double-click installer for OpenNI and NITE and has pretty extensive support for most of the functionality exposed in OpenNI including extensive access to the skeleton data. I used Shiffman’s when I was first getting started with the Kinect back last October/November, but for the book I need something that has support for the skeleton data. Since Shiffman’s library is based on libfreenect, which doesn’t have a skeleton implementation, there’s no way for him to add it without duplicating a huge amount of the work done in simple-openni.

Shiffman is actually a professor of mine (I guess now technically one of my bosses since I graduated and am now working for the department as a resident researcher). He and I have talked some about merging his library with simple-openni into some kind of mega Processing kinect library that could use either libfreenect or OpenNI and have an API that was possibly more accessible than the raw OpenNI API exposed by simple-openni. That work is only in the very early brainstorming/chatting stages now, though.

]]>
By: ChuckEye http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/#comment-617 Wed, 08 Jun 2011 04:07:04 +0000 http://urbanhonking.com/ideasfordozens/?p=457#comment-617 I did a residency with the Texas Learning & Computation Center at the University of Houston last year, and the end product of my work there was a Kinect based theremin-like instrument, using Processing for gesture tracking and passing out MIDI notes to Max/MSP for sound-making. There was definitely a lot more that I could have done with the project, because the possibilities are so wide-open.

Which Processing library are you using for Kinect work? I’d done all my stuff with Paul King’s library, but wanted to give Schiffman’s a look at some point. (His is cross-platform, yes? King’s was Mac-only)

]]>
By: greg http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/#comment-616 Tue, 07 Jun 2011 16:48:25 +0000 http://urbanhonking.com/ideasfordozens/?p=457#comment-616 Definitely planning to cover that. My outline includes an entire chapter dedicated to taking a scan, outputting it in a printable format, processing it with other applications and preparing it for fabrication using a variety of printing techniques.

]]>
By: Oliver Rokison http://urbanhonking.com/ideasfordozens/2011/05/31/making-things-see-a-book-for-oreilly-about-the-kinect/#comment-615 Tue, 07 Jun 2011 12:36:49 +0000 http://urbanhonking.com/ideasfordozens/?p=457#comment-615 I’d really like to see some 3D scanning applications, especially if they can then link to a 3D printer.

]]>