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. Qt Quick Scene Graph doesn't display anything on embedded system (Yocto).
QtWS25 Last Chance

Qt Quick Scene Graph doesn't display anything on embedded system (Yocto).

Scheduled Pinned Locked Moved Solved Mobile and Embedded
qsgyoctolinuxfbarm
2 Posts 1 Posters 440 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.
  • J Offline
    J Offline
    JL SABATIER
    wrote on last edited by
    #1

    Good Morning,

    Qt Quick Scene Graph doesn't display any acquisition curve on the screen of our imx6 board. (the rest of our QML GUI works fine, but the component supposed to show a curve remains blank).

    About QSG: Is it combatible with platform "linuxfb"? or does it assume we've openGL (we have neither openGL nor any hardware graphic acceleration)...

    I've attempted to add into the code the following instructions:

    QLoggingCategory::setFilterRules("qt.scenegraph.general=true");
    <...>
    QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);

    but that doesn't show much more...

    Thanks for your reading and thanks in advance for your help!

    JLS

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JL SABATIER
      wrote on last edited by
      #2

      Sorry folks, the question was vague and the begining of a development...
      Apparently to make Qt Quick Scene Graph work on an embedded system displaying GUI on the frame buffer, we need to recompile Qt on Yocto, and provide fake/dummy libraries ligEGL.so and libGLES.so
      Obviously it will be rendered using software, as there is no hardware graphic support in that case, but it still needs "empty" libGLES.so to do so.
      ...

      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