Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Enable hardware acceleration in QtWebEngine.

Enable hardware acceleration in QtWebEngine.

Scheduled Pinned Locked Moved Solved QtWebEngine
2 Posts 2 Posters 619 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.
  • sepera_okeqS Offline
    sepera_okeqS Offline
    sepera_okeq
    wrote on last edited by sepera_okeq
    #1

    Hello, I would like to know how to solve the problem with WebEninge. I don't understand how I can enable Out-of-process Rasterization, Rasterization, Hardware Protected Video Decode. I was able to activate WebGL and other necessary things, but specifically hardware acceleration I do not understand how to enable. I found options with command-line arguments, but for me this method is not acceptable. Thank you in advance!

    4fba0155-4b41-48a0-ab32-6deca9afe218-image.png

    raven-worxR 1 Reply Last reply
    0
    • sepera_okeqS sepera_okeq

      Hello, I would like to know how to solve the problem with WebEninge. I don't understand how I can enable Out-of-process Rasterization, Rasterization, Hardware Protected Video Decode. I was able to activate WebGL and other necessary things, but specifically hardware acceleration I do not understand how to enable. I found options with command-line arguments, but for me this method is not acceptable. Thank you in advance!

      4fba0155-4b41-48a0-ab32-6deca9afe218-image.png

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @sepera_okeq said in Enable hardware acceleration in QtWebEngine.:

      I found options with command-line arguments, but for me this method is not acceptable

      AFAIK this is the only way to configure webengine "deeply".
      You can also use the QTWEBENGINE_CHROMIUM_FLAGS env variable to set the same flags, e.g. via qputenv() in your main method (before constructing a QApplication instance)

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved