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

Resurrecting the project for oF 0.9.x and macOS 10.2 #98

Closed anselanza closed 6 years ago

anselanza commented 6 years ago

I think the openTSPS addon is still extremely useful (at least I can say for sure that I need it), but it seems to be a little neglected lately.

I'm busy trying to get things working on oF 0.9.8 and macOS 10.12.6, but running into a few troubles.

So far, I've had to change some instances of .getPixels() to .getPixels().getData() (which is presumably a change from oF 0.8 to 0.9?) but then getting a whole bunch of build errors relating to getPixelsRef().

Anyone out there willing to help out?

robotconscience commented 6 years ago

Hey @anselanza! Yes, I have sadly not had a ton of time to keep up TSPS, but super excited you're digging into it.

Can you post the errors you're getting?

Also, I believe you're going to want to change getPixelsRef() -> getPixels(), as well