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. Touchscreen calibration on linuxfb embedded application

Touchscreen calibration on linuxfb embedded application

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 3.2k 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.
  • L Offline
    L Offline
    luca
    wrote on last edited by
    #1

    Hi all,
    I have a BeagleBone Black board with a BB-View touchscreen display.
    Now I have Qt 5.3 on my board and I can build and run Qt applications this way:
    @
    export QT_QPA_PLATFORM=linuxfb:size=480x272
    ./styleexample -plugin evdevtouch
    @

    The problem is that the touchscreen pointer is not very accurate.
    I know that for Xorg there is xinput_calibrator but it doesn't works for non X systems.

    Is there a way to get TS more accurate in linuxfb mode?

    thanks

    1 Reply Last reply
    0
    • L Offline
      L Offline
      luca
      wrote on last edited by
      #2

      I actually found a workaround:
      @
      X &
      ./styleexample -platform xcb &
      @

      This way I have a calibrated touchscreen (I calibrated it before with xinput_calibrator).

      But I'd like to have the TS working in linuxfb platform...

      1 Reply Last reply
      0
      • A Offline
        A Offline
        agocs
        wrote on last edited by
        #3

        If this is a resistive, single touch only touchscreen, you could try using the tslib plugin instead of evdevtouch.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luca
          wrote on last edited by
          #4

          [quote author="agocs" date="1403705071"]If this is a resistive, single touch only touchscreen, you could try using the tslib plugin instead of evdevtouch.
          [/quote]

          Running apps with tslib plugin the TS doesn't works... I don't know why.

          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