December 19th, 2010
Jit.freenect examples
Download the patch here: Jit.freenect examples (2628 downloads) (or right click and select “Save as”)
Using Jean-Marc Pelletier’s amazing Jit.freenect grab tool I was able to join in on the Microsoft Kinect party. I haven’t made anything nearly as impressive as the myriad of videos flying around youtube and vimeo, but it was fun to play with the depth information for the first time.
I’m more of a max/msp guy, so I just threw together a few examples based on what came to mind in the first few hours of playing with one. Haven’t really touched it with Openframeworks or anything like that yet, but that’s definitely the tool of choice for most people. The first time I played with the tool in Jitter, I had trouble getting the right kind of data treatment in order to get interesting looking things, but this time i was able to cobble together things based on suggestions from users on the Cycling 74 forums. Hopefully my simple experiments will be helpful to someone else. Unfortunately, I was borrowing my kinect so I’m sort of flying blind in terms of updating the example. Hopefully I didn’t break anything when I cleaned it up…
In the example you can get a slice of the depth info and use that as a simple controller, you can control a goofy theremin, map the depth info onto 3d nurbs, and colorize the depth info.
Screenshots are below…I have video, but it’s not very interesting, so a photo will have to do.
(CLICK FOR LARGER VERSION)
October 19th, 2010
Jitter example: Lightpainting
In this example, I’m giving you code to do live interactive light painting. The typical way to do this is by taking several extended exposure photographs which are then sequenced into a stop motion video. My method uses jitter to isolate the brightest parts of the scene and then applies additional processing to make it a more interesting experience. Once again, the patch is extremely commented, but let me know if you’re stuck on something. I made the patch for an image processing class originally, so I have some detailed documentation of it. Below the download is a series of images detailing the processing steps to get the lightpainting effect.
Lightpainting example (1535 downloads) (Right click and choose “Save As”)
October 18th, 2010
Jitter example: Color Channel Delay
I’ve always had trouble with the jit.matrixset object so this was sort of an excuse to play with it a little more. Someone had asked a question about this kind of effect on a Cycling 74 forum a few weeks ago, so I decided to try and re-create it recently with pretty decent results. I commented the hell out of it so you should be able to figure out what’s going on if you’re curious. Hopefully this will be the beginning of a series of Jitter examples…I will post lightpainting and the color a sound patch very soon. In the meantime, enjoy this one and let me know if you’re having difficulties in the comments:
Color channel delay example (1128 downloads) (Right click and choose “Save As”)
3 Comments »