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. Using Metal to rendering video frame with VideoOutput on macOS
Qt 6.11 is out! See what's new in the release blog

Using Metal to rendering video frame with VideoOutput on macOS

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 315 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.
  • D Offline
    D Offline
    Dylan Deng
    wrote on last edited by
    #1

    I am using the VideoOutput component to render my own video frame data, but on macOS the GPU footprint is much higher than the native application.
    I tried to use

    QQuickWindow::setSceneGraphBackend(QSGRendererInterface::MetalRhi);
    

    to set the rendering engine, but found that although the UI can be displayed, the video cannot be rendered properly.
    Has anyone encountered a similar problem? Or what location class should I modify to use Metal to render video?

    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