<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 03/13/2013 18:07,
      <a class="moz-txt-link-abbreviated" href="mailto:mengyu.xia@cn.alps.com">mengyu.xia@cn.alps.com</a> wrote:<br>
    </div>
    <blockquote
cite="mid:OF6F0EC8B0.10D9A2C6-ON48257B2E.0003E872-48257B2E.00063357@alps.com.hk"
      type="cite"><br>
      <font face="sans-serif" size="2">I got an idea.</font>
      <br>
      <br>
      <font face="sans-serif" size="2">Add custom gesture recognition to
        touchpad
        and touchscreen driver module</font>
      <br>
      <font face="sans-serif" size="2">Difficulty: Medium </font>
      <br>
      <font face="sans-serif" size="2">Skills Required: C </font>
      <br>
      <font face="sans-serif" size="2">Description: </font>
      <br>
      <font face="sans-serif" size="2">This project can allow user to
        create
        custom gesture for special function, like turn off notebook, </font>
      <br>
      <font face="sans-serif" size="2">start a speciel application, and
        so
        on. we need a GUI for user to config and input the gesture, and</font>
      <br>
      <font face="sans-serif" size="2">add the recognition code to
        synaptics
        module or a new created module. </font>
      <br>
      <font face="sans-serif" size="2"> </font>
      <br>
    </blockquote>
    <br>
    This can also be potentially useful on the desktop with at least
    this one type of mouse:
    <a class="moz-txt-link-freetext" href="http://www.microsoft.com/hardware/en-us/p/touch-mouse">http://www.microsoft.com/hardware/en-us/p/touch-mouse</a><br>
    It has the matrix of sensors and there is an open source adapter for
    it allowing to extract
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="https://github.com/mcuelenaere/mstouchmouse/">https://github.com/mcuelenaere/mstouchmouse/</a>
    finger touch picture.<br>
    <br>
    If the gesture recognition, as an algorithm and gui, is properly
    implemented (as a user-land library), it is very easy to set up such
    mouse as a gesture based keyboard.<br>
    Microsoft driver for it does just that on Windows.<br>
    <br>
    Yuri<br>
  </body>
</html>