I've got an openframeworks app that captures points from motion capture through a ps3 Cam and sends information via TUIO to any TUIO Client.
time after time all points of every detected blob is sent.... I was tryint to use TUIO.jar to make a Processing Client
to manipulate TUIO data incoming from openframework application, but TUIIO.jar just implements 2Dcursor and 2Dobj....
I need a way to read all TUIO data (blob points) that comes from C++.... is there any Processing .jar that could help me with that? I've tryed to recompile TUIO.jar , but its not too easy