Linux inputResearchers had suggested it for decades: humans do not have a left hand with 101 fingers and a right hand with 1 to 3 fingers. Now that the computing industry is realising this, we need operating systems with a rich enough input model. Contributing to Linux-based operating systems is a good reality check for the lab's research on input management in interactive software. It can also help the aeronautical industry to better understand some issues associated to modern input systems. The lab's involvement in Linux started with multitouch devices. Ultimately, we hope to be able to contribute to the evolution of input management so as to support a wider range of input configurations, and even multimodal input. Public resources
Related projectsShareIT, IstarRelated publications
Contact: chatty at
January 2011: multi touch typing
How it works: Our experimental multitouch gesture recognition algorithm feeds simulated keyboard events to the Linux kernel. Linux does the rest.
Contact: chatty at , pengfei.zheng at eleve.
January 2011: The tuiototouch bridge
You need: How it works: The tuiototouch bridge converts multitouch events emitted by the vision software on TUIO and injects it in the kernel, simulating a standard multitouch panel. Ubuntu Unity or your favorite multitouch-compatible software does the rest.
Contact: chatty at , charvet at
December 2009: Support for multitouch in XorgThis video made by Benjamin Tissoires, Stéphane Chatty and Gilles Tabart from the Interactive Computing Lab at ENAC demonstrates how Stephane's kernel drivers and Benjamin's patched X.org evdev driver allow to use existing applications with multitouch displays.
You need:
How it works:
Actually, most of the work is done by MPX.
When loading the customized evdev driver, the multitouch device is recognized as a touchscreen. The daemon "multitouchd" monitors/controls the property and creates the master devices. It hides or shows the cursors depending on their valuator "TrackingID" and also sends the press/release events at the beginning/end of movements. We split the creation of subdevices and cursors in order to be able to implement a gesture recognition in user-space (TODO). To understand what is actually happening inside your server, the command "xinput" is very useful! Context: This work was done as part of project ShareIT, a research project in which we collaborate with our good friends the multitouch hardware makers at Stantum, the multitouch software and interaction experts at IntuiLab and the aircraft cockpit designers at Thales Avionics to explore the use of multitouch user interfaces in cockpits. But no, there is no plan to use Linux in the cockpit, this is just for the lab's research :-)
Multitouch? Here is more information about
multitouch interaction and available devices, multitouch on Linux, etc.
June 2009: Linux drivers for multitouch screensThis demo made by Mohamed-Ikbel Boulabiar, Stéphane Chatty and Sébastien Hamdani from the Interactive Computing Lab at ENAC shows how one can use the multi-touch capabilities that Henrik Rydberg added to the Linux input system.
You need:
How to use the code:
The roadmap:
Context:
Multitouch?
Contact: chatty at
|
|
来自: dwlinux_gs > 《UNIX AND LINUX》