Skip to content

Get KinectV2 skeletons into openFrameworks on your Mac

Notifications You must be signed in to change notification settings

danzeeeman/ofxKinectV2-OSC

 
 

Repository files navigation

ofxKinectV2-OSC

Easily get the Kinect V2 sensor's realtime skeleton data into openFrameworks on a Mac.

A Kinect V2 sensor

If you are used to using openFrameworks on a Mac, and all you want is skeletal data, this addon is for you.

You still need Windows

For the foreseeable future, the Kinect V2 sensor runs only on Windows 8.1 using a USB3 port. There's no way around that, but what you can do is have a small, simple program on your Windows computer, which broadcasts to a Mac.

Then you can just leave Windows running and get back to doing the rest of your coding on a Mac. The Windows and Mac computers will of course have to be on the same network.

Instructions

  • On your Windows machine, follow the instructions to clone and run this repo: KinectV2-OSC
  • That's a little WPF app which broadcasts the Kinect's skeletal data across the network
  • On your Mac, clone and run ofxKinectV2-OSC (this repo)
  • Once you fire up the example, you should see a skeleton that looks a bit like you!

Screenshots

This is what you'll see on your Windows machine:

KinectV2-OSC running on Windows

This is what you'll see on your Mac:

ofxKinectV2-OSC running on Mac

See the red and green hands? That's showing detection of open or closed hand states.

And the thin lines on the legs? That's where the bones are inferred (low confidence).

Project dependencies

About

Get KinectV2 skeletons into openFrameworks on your Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • Makefile 1.6%