i want make ubuntu touch(i know has function that) want using tuio send touch events/inputs in ubuntu computer, knows how it?
thank you!
i'm not sure you're asking heres problem going explain how solve: have touch surface capable of generating tuio events, , have ubuntu machine want operate using touch.
this can solved using utouch stack in ubuntu 12.10.
if touch surface has dvi / hdmi port, connect ubuntu machine , have display mirrored across both displays show same thing.
now assuming able generate tuio events touch device need set few dependencies , run script convert these tuio events down native uinput.abs_mt events ubuntu's native multitouch events.
a guide can found here
after completing set should test tuio event detection running tuio utouch script, events detected printed out console.
after thats set can run tuiotoutouch script, send in commands --host"" --port"3333" --no-mouse-emu , generating native ubuntu touch events. unfortunately there isn't software uses these events, test working i'd recommend using kivy's touchtracer example.
to test need run tuio utouch script first, creates device detected touchtracer, run touchtracer, make sure run sudo otherwise won't able listen device.
if can clear question bit more provide more specific answer.
Comments
Post a Comment