Kinect Headtracking with OSC Support

left: GEM Window, right: head pose estimation by G.Fanellibased on
Real Time Head Pose Estimation from Consumer Depth Cameras by Gabriele Fanelli [ref name=”fanelli”]http://www.vision.ee.ethz.ch/~gfanelli/head_pose/head_forest.html[/ref]

======================================
download source and windows/OSX binaries: https://github.com/kronihias/head-pose-estimation

Application that detects head position from a depth image provided by Microsoft Xbox Kinect Sensor in x,y,z and Euler Angles (pitch, yaw, roll) from multiple persons.

–> needs no calibration!!

Application sends data as OSC[ref name=”osc”]Open Sound Control (OSC) is a message based communication protocol for multimedia systems.[/ref] Message in the format:

/head_pose [User_ID] [x] [y] [z] [pitch] [yaw] [roll]
Continue reading