Ok, now I am getting the events for fingertracking just fine but as soon as I try to use the fiducials in the TUIOSimulator I get crap.
Here is just a little trace from within the processMessage() method in TUIO.as
I just did trace(path,type); within the method right after the two variables where declared.
If I am just using fingers I get clean output like this:
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
/tuio/2Dcur set
/tuio/2Dcur fseq
/tuio/2Dcur alive
But as soon as I drag a fiducial onstage I get this crap:
/tuio/2Dobj set
??h>
tuio/2Do
/tuio/2Dobj alive
/tuio/2Dobj set
??Y>
ô¦>æÚ¿ tuio/2Do
/tuio/2Dobj alive
/tuio/2Dobj set
ÍÌL>
UÕ>UU? tuio/2Do
/tuio/2Dobj alive
/tuio/2Dobj set
“"B>
ÌÌ>«ªª¾ tuio/2Do
/tuio/2Dobj alive
/tuio/2Dobj set
¼»;>
ÈÂ>?^¾ tuio/2Do
/tuio/2Dobj alive
/tuio/2Dobj set
??9>
tuio/2Do
/tuio/2Dobj alive
/tuio/2Dobj set
Would that tell me that object tracking is not supported in the modified TUIO.as?? Because the TUIOSimulator works just fine and I had fiducial tracking working fine when I was using TUIOLib-0_5.swc.
Best,
Sammi