Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Multi-touch not working using mtdev packages in Qt for embedded linux

Multi-touch not working using mtdev packages in Qt for embedded linux

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sachintm
    wrote on last edited by
    #1

    Hi,

    I am following the steps specified in the mtdev installation guide for enabling multi-touch support for Embedded Qt "LINK":http://www.ptrackapp.com/apclassys-notes/embedded-linux-multitouch/

    When I run the pinchzoom example provided in the qTUIO/examples on my device, I am getting only QEvent::TouchBegin and QEvent::TouchEnd, but not getting QEvent::TouchUpdate. The multi-touch events are received as multiple touch events with only QEvent::TouchBegin/TouchEnd.

    After some debugging I found that, qTUIO is not getting the calls to QTuio::updateTuioCursor() function, which is responsible for sending the QEvent::TouchUpdate event to Qt framework.

    How do I fix this issue ?

    Device details:
    ARM compiler
    Qt 4.8.5 for embedded linux
    mtdev, tslib libraries

    Thanks and Regards,
    Sachin

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved