2

I've been racking my brain trying to figure this out and I'm stumped. I'm currently following this tutorial:

http://examples.oreilly.com/0636920022657/Hack%2023%20Create%20Hand%20Tracking%20Trails%20Using%20Cinder/SimpleHandTracking.txt

However, step 7 says to add the Kinect.cpp file and the Cinder-Kinect repo that they mention https://github.com/cinder/Cinder-Kinect does not have this file.

Also, open to new ways of handling the issue.

Kat
  • 475
  • 1
  • 6
  • 21

2 Answers2

0

Kinect Cinder SDK contains Kinect.cpp file and Kinect.h file. Most Probably, they are talking about these files.

Note : Above sdk is for kinect v1.

Rafaf Tahsin
  • 7,652
  • 4
  • 28
  • 45
  • So I tried https://github.com/wieden-kennedy/Cinder-KCB (the one you posted is no longer supported) and there are additional header files in KinectCommonBridgeLib.h which can't be found. – Kat Jun 11 '15 at 14:03
  • Is [this](https://github.com/wieden-kennedy/Cinder-KCB/tree/master/lib) what you are looking for? – Rafaf Tahsin Jun 12 '15 at 02:45
  • No, because that header files requires additional windows header files. :/ – Kat Jun 12 '15 at 14:20
0

I wound up using this blog which I found extremely helpful: http://blog.nelga.com/setup-microsoft-kinect-on-mac-os-x-10-9-mavericks/

Along with this cinder block: https://github.com/wieden-kennedy/Cinder-OpenNI

Kat
  • 475
  • 1
  • 6
  • 21