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.

Home Page:http://www.openTSPS.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building on linux

cjwills opened this issue · comments

Is building on linux currently supported? The only reference I can find is #19 from 2011.

In particular having the addons split between openTSPS and those shipped with OF is proving problematic (unless I am missing something obvious).

Hello! Check @emmanuelgeoffray's branch here: https://github.com/emmanuelgeoffray/openTSPS

It's a little behind the current build, but should still be in a pretty good place. If you're able to get his running and are interested in merging in the latest changes and submitting a PR, that'd be amazing!

Thanks! That's very useful.

Looks like the hard part is keeping all the addons in sync so they actually build...