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 Rotation = Video lock-up?

Touchscreen Rotation = Video lock-up?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 216 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.
  • B Offline
    B Offline
    b.mcwilliams
    wrote on last edited by
    #1

    I've been battling an issue while porting my application from Qt 5.5 to Qt 5.11.
    Our systems have two different touchscreens that can be installed in them.
    One of the touchscreens is rotated by 180 degrees.
    I have a boot script that detects which touchscreen is installed in the system (using "lsusb") and, if the rotated touchscreen is installed, sets the environment variable...

    QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS="rotate 180"

    When that environment variable is set, videos will not play (application locks up).
    Videos play just fine when this isn't set.

    Has anybody else had this issue? What was done to resolve it?
    Any tips would be appreciated!

    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