labatrockwell / openTSPS

TSPS is a cross platform Toolkit for Sensing People in Spaces. It performs openCV operations on live video (Kinect, web camera, etc) and sends it to clients as JSON (via WebSockets), OSC, TUIO, or TCP.
http://www.openTSPS.com
194 stars 51 forks source link

VS2015 Win8 compiling error with OF 0.8.0 #100

Open widapraponco opened 6 years ago

widapraponco commented 6 years ago

there is too much missing header such a GL/glu.h and gl.h, there is no glu.h in GL folder and I can't found winsock2.h but I got winsock.h inside windows kits 8.0, and now I can't move forward to compile openTSPS on VS2015 with Win8.1? any advice?

widapraponco commented 6 years ago

i've tried to compile with vs2015 win kits 8.1, OF 0.9.8 and always get so many error with unresolve symbols, nothing to do again

widapraponco commented 6 years ago

Update:

I've finally succeed compiling and running standalone project basic and multicam v1.3.8 using windows 8.1 vs2015 using OF 0.9.8. I've just realized that tsps project was not ready for vc14 so i just using addons from OF and it works fine for using any camera, but it doesn't work on kinect.

by the way I need to stream multi kinect v1 to get the depth image and then stitch/combine it.

I tried 1.3.7 kinect is identified as OpenNIxx but in my compiling code that use 1.3.8 usb_get_busses in libusbemu cannot find my kinect, after that I've tried to install LibusbK Xbox NUI Camera and Xbox NUI Motor, i got this issue from libfreenect github. and that was succes to detect kinect as well, but tsps was freeze cause reaping request failed wrong parameter.