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

Kinect 2? #80

Open kitschpatrol opened 10 years ago

kitschpatrol commented 10 years ago

Is anyone working on Kinect 2 support for TSPS?

I was thinking of taking a stab at this over the weekend... either in the form of a stand-alone OSC bridge based on the OF addon @joshuajnoble has started, or by trying to integrate with TSPS.

Just wanted to check before possibly duplicating effort.

marnickmenting commented 7 years ago

Anyone successfully compiled this on Windows?

mattfelsen commented 7 years ago

Hey @innovaat, I'm planning to use TSPS with Kinect2 on Windows for a project I'm working on now, so I will probably getting a working binary together in the next week or so. I can share a download when I do!

makingpippop commented 6 years ago

hey @mattfelsen, do you still have the binaries for windows ?

Thanks !

mattfelsen commented 6 years ago

Sorry @dagelabi , I ended up writing a different piece of software to handle the Kinect tracking for that project. It looks like the master branch has the Kinect 2 stuff merged in -- are you having trouble compiling that?