Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Very strange phenomenon in QML animation with openGL
Qt 6.11 is out! See what's new in the release blog

Very strange phenomenon in QML animation with openGL

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 2.3k 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.
  • A Offline
    A Offline
    aabc
    wrote on last edited by
    #1

    I have a QDeclarativeView running a Qml application which performing animation (Property animation). My QApplication using openGL as the graphics system.
    When my display refresh rate is 60Hz the CPU consumption is about 65% but when i change
    the display refresh rate to 75Hz the CPU consumption went down to about 5%.

    Does anyone know the reason for that ?

    1 Reply Last reply
    0
    • frankcyblogic.deF Offline
      frankcyblogic.deF Offline
      frankcyblogic.de
      wrote on last edited by
      #2

      Just a note: The animation timer inside the Animation framework is limited to 60 Hz. Just checked it some days ago on Qt 4.7 . Therefore you won't get more frames, but just more property updates. It's difficult to tell what your problem is about, without knowing the code.

      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