Joint Operations

Author: John Summary: Drawing in space with a camera strapped to your foot. Abstract: Joint Operations is an exploration of three dimensional drawing. The system tracks a user's skeleton and binds 'pens' and a 'camera' to an invisible virtual body to facilitate performative drawing in a digital 3d environment. Simply follow the onscreen instructions to try it. Repository: https://github.com/johngruen/jointOperations

Joint Operations from john gruen on Vimeo.

The Big Idea

Joint Operations grew out of my previous project in which I explored using a Microsoft Kinect to draw using gestures. This project extends the functionality of my past work in several key ways to make it more fun and more responsive.

  1. It’s truly 3 dimensional and makes use of the Kinect’s depth tracking capabilities.
  2. It makes use of the Kinect’s strengths and masks its weaknesses by affording free play and exploration over fine, detailed drawing.
  3. It allows up to 14 simultaneous meshes for drawing.
  4. It uses simple gestural controls not dependent on the user’s absolute position.
  5. It looks badass.

Screen Shot 2013-05-02 at 6.07.29 PM

The system is built on OpenFrameworks, and works by reading skeleton data sent from a Kinect through Synapse. I’ve used the synapseStreamer class to make this a bit easier. Raw skeleton data is eased to stabilize motion, and then pushed into a a mesh. There are fourteen meshes in total, one for each joint tracked by the Kinect.

Users are given control over the the display of each mesh, and can set a virtual camera to any of the 14 eased joint positions. This affords two key features. Aesthetically, it allows a heightened sense of immersion as users can explore their drawings as sthey are created in a virtual 3D environment. In more piratical terms, it obviates any need to remap the raw Kinect joint data (a true pain in the ass) to account for the variable width of the sensor’s field of vision at different depths.

Users are able to change and modify their pen and camera selections at any time. The system stores up to 100 previous meshes for display.

Screen Shot 2013-05-06 at 11.12.53 PM

Controls and Details

Joint Operations is made up of three primary screens:

  1. Before Synapse recognizes the user, a the system displays an instruction page.
  2. Once Synapse detects a skeleton, a control page is displayed to allow users to toggle pens on and off and select a camera
  3. When a camera is selected the user begins to draw, and the joint selected as camera will remain at the center of the view window.

One of the primary challenges in this project was figuring out how to handle a gestural UI for pen and camera selection. The system I implemented affords a degree of forgiveness for the necessarily coarse movements of users bodies. I’ve used a clock metaphor within which users can point with their left arm (because I’m left handed and wanted to be slightly devious). Users point to the camera or pen they’d like to select and wait for the button to ‘fill up’ with color. Do deselect, they have to ‘drain’ the button. Adding a time-based component to selection greatly reduces the likelihood of accidental selection.

Screen Shot 2013-05-06 at 11.10.26 PM

In addition to the clock control, there are a few other minor controls available.

  1. In draw, users can hold their hands together above their head to return to the selection menu.
  2. In draw, users can hold their arms out and back to clear their drawings.
  3. the B,S, and T keys toggle some debug settings such as making joints and a registration grid visible.

Screen Shot 2013-05-08 at 1.01.02 AM

Conclusions and Considerations

All in all, this was a really fun project, and I got great feedback while showing it. I’m still really interested in trying to figure out novel UI structures for the Kinect. For example, how might I make the system capable of lifting the pen (ie drawing only part of the time instead of continuously), and how might I make a more intuitive UI for such a new type of interaction?

This entry was posted in final-project, project-4 on by .

About John

I’m a 2nd year IxD masters student. Before coming back to school I designed websites, built props and taught. I’m interested in making things that make noise [possibly instruments, possibly not], things that make people work together, and things that look very very nice. I’ve got a lot of experience in HTML/CSS, JS, Processing and Max/MSP, and Adobe CS. I’m generally much more comfortable with software than with hardware and I’d like to change that.

Leave a Reply