Page 1 of 1

TUIO

Posted: 28 Oct 2015, 10:43
by Rajesh
Hi everyone,

Am trying to integrate RadarTouch with Ventuz, haven't used OSC node before so have no idea how to use it to get the information from Radar touch. I understand it can be done with a C# script but am unable to locate any script as the old links which are mentioned elsewhere on forum no longer work.

Would be obliged if someone can point me in right direction about how to go about getting the TUIO information into Ventuz.

PS: The radartouch is generating information correctly, tested it using Touch designer.


Thanks and Regards,
Rajesh

Re: TUIO

Posted: 28 Oct 2015, 11:21
by lerou
You don't have to use OSC nodes to get TUIO signals. They are handled by Ventuz. Make sure you've configured your Ventuz correctly (check the port in config). Then the touch nodes should work.

Best,
rou

Re: TUIO

Posted: 28 Oct 2015, 12:45
by Rajesh
Thanks a ton! Lerou,

My bad, I had misunderstood , thought i need to interpret via OSC node and pass info to various nodes. Tried the Touch translation example and it works fine, altough am not able to see any response in the touch button example, is there any method of using with touch button node, because thats what i have to use, am making a touch screen based quiz.

Sorry for all these questions, am a newbie in TUIO scene and haven't had time to study this, kinda jumped right in due to short time to complete this project. :oops:

Still experimenting... :)

Re: TUIO

Posted: 28 Oct 2015, 13:02
by ErikB
Hey,

the problem with single tap is that it works with a time window (i.e. any touch longer than X miliseconds, but shorter than Y will be considered a tap) - which is impossible to get right with the radar touch. So, instead most people use the touch enter and touch leave events instead.

that should work fine!

-E

Re: TUIO

Posted: 28 Oct 2015, 13:11
by lerou
I always use the TouchPressed boolean and pipe that into an event (into the boolean parameter in the event). That way the event is fired when the touch begins and I caputure involuntary drags etc.

Re: TUIO

Posted: 28 Oct 2015, 13:46
by Rajesh
Thanks a lot Lerou and Erik will try these suggestions out. :D

Re: TUIO

Posted: 12 Jun 2019, 21:38
by pmunoz
Thanks! We have a touch screen ELO, and aways must to change the interaction parameters, but it´s so dificult to get an always singletab event...
I think that the lerou suggestion it´s the best solution... but you must to create a event node for each touch button...

THANKS!!!