Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Important color formats missing in QAbstractVideoSurface received from VideoOutput QML object

Important color formats missing in QAbstractVideoSurface received from VideoOutput QML object

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 696 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.
  • A Offline
    A Offline
    ayberkozgur
    wrote on last edited by
    #1

    The list of supported color formats in the QAbstractVideoSurface received from a VideoOutput QML Object is the following for both desktop and Android:

    @Format_YUV420P
    Format_YV12
    Format_RGB565
    Format_RGB32
    Format_ARGB32
    Format_BGR32
    Format_BGRA32@

    Here, RGB888 (a.k.a RGB24 in the Qt world) and YUV420sp are missing. Once there are renderers (which I assume are GL renderers but I haven't checked the code) for RGB32 and YUV420p, I can think of no reason why RGB24 and YUV420sp are absent other than not spending time writing the code.

    Is there a good reason for omitting them (i.e cross-platform issues) or they would be added in the future?

    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