Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Large QQuickFramebufferObject slow down the scene graph thread using camera
Forum Updated to NodeBB v4.3 + New Features

Large QQuickFramebufferObject slow down the scene graph thread using camera

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 169 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.
  • P Offline
    P Offline
    PowerNow
    wrote on 24 Mar 2020, 08:29 last edited by
    #1

    Hi, I use Qml (Android) with the Camera/VideoOutput items and an embedded large QQuickFramebufferObject which contains the AR content. Now the behavior is the larger (amount of vertices) the QQuickFramebufferObject the more the VideoOutput starts to jerk, but the QQuickFramebufferObject stays smooth.

    main.qml

    Window {
       Camera {
       ...
       }
       
       VideoOutput {
       ...
      }
    
    Loader {
       active: true
       visible: status == Loader.Ready
       source: "qrc:/mdl/qml/fbo.qml"
    }
    }
    

    fbo.qml

    Fbo {
       anchors.fill: parent
       mirrorVertically: true
    }
    

    Is there a way to control the framerate of the Camera/Videoutput from the scene graph thread somehow to make it more smooth?

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zerone
      wrote on 8 May 2021, 08:16 last edited by
      #2

      have you resolved this problem? I met the same 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