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

Add ability to store & use backgrounds across app sessions #87

Closed mattfelsen closed 9 years ago

mattfelsen commented 9 years ago

Got this working. There are maybe some UX issues around settings checkboxes & such...I will intentionally leave this vague to see if this makes sense to you as-is. Let me know what you think!

mattfelsen commented 9 years ago

Oh, related, some of the newer versions of addons that got updated in 56f53b2116d5c8b3b6cbab34b4ae58bbecf1e1c5 won't compile now. I moved ofxCv back to kylemcdonald/ofxCv@ac235abd6b0674d61a110ec21bbf9a87f927c9d9 and ofxLibwebsockes to labatrockwell/ofxLibwebsockets@386ec67f3b319a05dc1d8183d51a80d8faacd1fa and we're back in business

robotconscience commented 9 years ago

OK great! Will check this out Thursday. Thanks for jamming!

Saw you forked that 3D tracker; would be awesome to try that with TSPS as well... :+1:

mattfelsen commented 9 years ago

You merged before testing it? You must really trust me!

Yea, I was looking at the 3D blob tracking to see if it helps with the 2D occlusion/people merging into one blob. Trying to get the blob finder working with Kinect2 – will keep you up to date!