About Me Joel Lord Development Manager Javascript junkie, technology enthusiast, IoT hobbyist. Macadamian http://www.macadamian.com Twitter: @joel__lord Github: github.com/joellord
Why • Worked with Nodebots for a while now • Wanted to explore other possibilities of NodeJs • Because controlling a robot with a Kinect is pretty cool
Gestures 101 Introducing kinect-gestures • Gesture detection using a base class • Tracks the skeleton for an initial condition • Checks every 100ms to see if the condition is still met
Gestures 101 Introducing kinect-gestures • Gesture detection using a base class • Tracks the skeleton for an initial condition • Checks every 100ms to see if the condition is still met • If the final condition is met, trigger an event
Gestures 101 Introducing kinect-gestures • Gesture detection using a base class • Tracks the skeleton for an initial condition • Checks every 100ms to see if the condition is still met • If the final condition is met, trigger an event • Other classes are used to define the actual gestures