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. Get raw video buffer from QML
Forum Updated to NodeBB v4.3 + New Features

Get raw video buffer from QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlpkmraw data
1 Posts 1 Posters 309 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.
  • V Offline
    V Offline
    vmkan
    wrote on last edited by vmkan
    #1

    Hi.

    I want to write application, which will stream QML from Sender to QML (whole interface, or several items -- that doesn't matter). Latency and network usage are foremost, so, no grabToImage\etc, that's too slow.

    As far as I know, the best practice is to extract raw video data from Sender, transfer it with via network, and upload it on Client directly in video memory on GPU. I've found article on KDAB https://www.kdab.com/efficiency-matters/ which can help with Client's code, but I don't understand, how to extract necessary data on Sender (lack of deep understanding of QML rendering pipeline :( ). I can't use 5.13 and it's native support of KTX\PKM formats, my Qt version is limited to 5.6.3.

    Would be grateful for any hints. Thank you!

    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