Skip to content

code for Blink performance project -- classification of KinectV2 dancer gestures/poses -> write Arduino code

Notifications You must be signed in to change notification settings

benmanw/Kinect2Gesture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kinect2Gesture + Blink

Kinect2Gesture is an application which trains a classifier to recognize custom gestures, which are collected via KinectV2 skeleton tracker. The gestures are synchronized to a metronome to determine the initial and final poses. Once trained, the classifier predicts gestures and sends the predictions over OSC. See the tutorial video and instructions to set it up.

Blink is the specific version of Kinect2Gesture which was used in a performance piece made with Nancy Nowacek, Morgan Hille Refakis, and Dave Scheinkopf. In the piece, we used the gesture classifier to turn choreographed dance poses into Arduino code statements, which were then fed to a computer to generate the Arduino blinky script. The piece was performed live at Debaun Performing Arts Center in Hoboken, NJ, October 2015.

Requirements

Additionally, the application requires a Microsoft KinectV2, whose data is streamed over OSC from a Windows machine to the machine running this. Follow the instructions at ofxKinectV2-OSC to get that setup.

About

code for Blink performance project -- classification of KinectV2 dancer gestures/poses -> write Arduino code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%