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. VideoOutput in multiple threads rendering flicker

VideoOutput in multiple threads rendering flicker

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 203 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.
  • W Offline
    W Offline
    Whary
    wrote on last edited by
    #1

    hi, We use VideoOutput for rendering YUV frames. but encounter some trouble as follows:

    1. it works well when a few channels of video rendered, and every single of channel is rendered through a thread with Qml's VideoOutput type.
    2. when we increase the number of video channnels up to 10, the render windows flicker sometimes at random. this kind of issue seems that the frame belong to window-A is rendered in window-B actually.
      is there anyone meet the same issue?
      it's apprecaite for any help.
      P.S: our QT version is 5.6.2.(on Windows OS), and the the same bug on Linux with QT 5.9.8.
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You should provide a minimal compilable example that shows that behaviour.

      You should also test your application against a more current version like the latest LTS or even Qt 5.14.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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