TUIO Simple Object Demo Class in SC

I have created a class named TUIO_Simple_Object_Demo. This class is based to TUIO_Simple_Demo blob detection class developed on 11/12/09. Aiming towards an object/fiducial detection, by tracking data through the Reactivision v1.4 software, this time i have tested the /tuio/2Dobj protocol set profile. It worked fine as the /tuio/2Dcur profile does.

The TUIO_Simple_Object_Demo  class detects 3 types of events:

objectBorn = A new object is born
objectDied = A object has died
objectMoved = A object has moved

It was tested with data received from Reactivision (v1.4). Run on MAC OS Snow Leopard 10.6.2

Although all data that is sent from Reactivision to SC include both blobs (2Dcur) and objects(2Dobj) - this because i am appearing on cam as well, the /tuio/2Dobj set profile perfectly detects all objectIDs and ignores all the rest. This also works vice versa with the /tuio/2Dcur set profile.

Cygnus Tue, 12 January 2010, 11:54AM