alishak / interactiveWallV2

Multi Touch on Flexible Wall Displays with Kinect V2
GNU General Public License v3.0
32 stars 13 forks source link

Troubles with step 8 #4

Open verogeorl opened 7 years ago

verogeorl commented 7 years ago

Hi !

I'm currently trying to use a kinect v2 to detect foot steps when the kinect is put on the floor. Your project seemed to be a good starter. However, I did all the steps but I can't understand what you mean in step 8. Which file of "ofxKinectForWindows2Lib.vcxproj" do I need to modify? I am on Visual studio 2015 but have also the 2013 installed (Windows 10)

Best regards,

alishak commented 7 years ago

Hello @verogeorl,

The https://github.com/liquidzym/openFrameworks/tree/VS2013 fork of openFrameworks seems to no longer be available online and has issues being compiled with newer versions of visual studio (the modification of the ofxKinectForWindows2Lib.vcxproj file was also only tested with VS2013). You might have trouble getting the current code to work on Visual Studio 2015. You are better off trying one of two things:

  1. Downloading an older version of Visual Studio (2013 or 2012) - Older VS versions OR
  2. Attempting to port this code to work with a later version of openFrameworks that compiles on VS2015. In this case you shouldn't need to make the changes in the .vcxproj file.

Hope this helps, I don't have a KinectV2 handy at the moment so let me know how this goes!

alishak