mtdev2tuio

mtdev2tuio is a simple application for converting touch events captured from the mtdev library to the TUIO 1.1 protocol.

Authors: Paolo Olivo (based on mtdev2tuio)

Compiling

Compiling the application requires the mtdev library, and the library liblo, for sending OSC packets.

To compile the tIO demo applications, type:

> make

Running the application

To run the application, type:

> sudo ./mtdev2tuio [options] <device> [osc.udp://<address>:<port>]

To discover the avalaible devices type the following:

> sudo apt-get install input-utils

...

> sudo lsinput

(e.g. the device must be specified like /dev/input/event5 )