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. Touch caliberation issue for qt-4.8.7 version with qws

Touch caliberation issue for qt-4.8.7 version with qws

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 150 Views
  • 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.
  • MijazM Offline
    MijazM Offline
    Mijaz
    wrote on last edited by
    #1

    Hi,
    I have cross-compiled QT-4.8.7 to ADRV9361 SDR board. I have successfully deployed application to board and it is woking fine with

    ./keypade -qws
    

    My application woking fine with external mouse. I have capacitve touch screen but touch is not woking fine. Courser is moving away form the fingure where I touched.

    I have tried to install

    sudo apt-get install xserver-xorg-input-libinput
    

    but pakaged not found .

    QT_QPA_PLATFORM=xcb
    QT_QPA_FB_TSLIB=1
    QT_PLUGIN_PATH=/usr/local/Qt-4-8-7/plugins
    QT_QPA_PLATFORM_PLUGIN_PATH=/usr/local/Qt-4-8-7/plugins/platforms
    QT_QPA_GENERIC_PLUGINS=libts-0.0-0:/dev/input/touchscreen
    TSLIB_TSEVENTTYPE=INPUT
    TSLIB_FBDEVICE=/dev/fb0
    TSLIB_TSDEVICE=/dev/input/touchscreen
    TSLIB_CALIBFILE=/etc/pointercal
    TSLIB_CONFFILE=/etc/ts.conf
    TSLIB_PLUGINDIR=/usr/local/lib/ts
    

    but still not woking.
    any suggestion please.
    How can I solve this problem ?

    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