Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QQuickWindow flickering (QT 5.14)
Qt 6.11 is out! See what's new in the release blog

QQuickWindow flickering (QT 5.14)

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 741 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
    Swoncen
    wrote on last edited by
    #1

    Hi,

    First of all, the flickering was even worse in 5.12.5, but is still there, depending on the performance of the host device.
    I have a class, which is a QQuickWindow and receives a QML including WebChannel and the WebEngineView. I'm rendering an image, which I get from an external camera and 3D content as overlay (so that you know, it is an AR application). I have the following issues:

    • The rendering of the camera image already takes up a lot of the GPU resources.
    • The WebView is extremely slow. I also observed it from the "Qt Simple Browser" example in Qt. The same things I do there, in a normal chrome browser it runs much faster
    • Flickering happens, when I use Intel Integrated Graphics (on NVidia it is not there or only minimal) - on Windows. On Linux it doesn't really happen.

    I tried a few things already, I cannot count them all. For example, I disabled AA_EnableHighDpiScaling or activated Qt::AA_UseOpenGLES and some other things.

    So, there are actually 3 problems I cannot find a solution to:
    1.) Image rendering takes up too many resources
    2.) Webview is extremely slow
    3.) The flickering problem

    Can anyone help me out?

    Thanks in advance.

    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