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. EGLFS application with concurrent Qt Quick WebGL?
Forum Updated to NodeBB v4.3 + New Features

EGLFS application with concurrent Qt Quick WebGL?

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

    Hi,

    I'm reading up on Qt Quick WebGL which seems like quite an interesting proposition.

    From what I'm reading, in the current versions of Qt it can be utilised by running the application with the -platform flag:

    ./application-name -platform webgl:port=80

    Suppose I have a Qt Quick application running on a device (via EGLFS), and I'd like to also output the QML to the web, is it possible to run both -platform eglfs and -platform webgl at the same time? I understand that WebGL issues browser input to the Qt application on the host, which in this scenario may/may not be desired, but I wanted to check in the first instance whether this QML/GUI streaming approach is supported at present.

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAIR, it's currently not supported to output on several QPA backends in parallel.

      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
      • J Offline
        J Offline
        jars121
        wrote on last edited by
        #3

        Thanks @SGaist I didn't think so but felt it worth asking.

        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