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. QVideoWidget can't change saturation on macOS
QtWS25 Last Chance

QVideoWidget can't change saturation on macOS

Scheduled Pinned Locked Moved Unsolved General and Desktop
qvideowidgetmacoscatalina
3 Posts 2 Posters 455 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.
  • S Offline
    S Offline
    Snowdrop
    wrote on 13 Aug 2021, 00:25 last edited by Snowdrop
    #1

    Calling QVideoWidget::setSaturation(...) has no effect on macOS. I tried moving the call so it is executed after a video was loaded and playing, as suggested here, but that didn't make any difference.

    The same code works as expected on Linux.
    UPDATE: I have also tested the code on Windows 10, and the problem is present there as well.
    I am using Qt 5.15.2, and macOS Catalina 10.15.7.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Kent-Dorfman
      wrote on 13 Aug 2021, 03:06 last edited by
      #2

      this will depend on the video pipeline capabilities. Many of these real-time video processing functions are handled in hardware now, so I think it's important to know whether your tests are on different machines, or the same machine that is bootable with windoze, linux, and macos? Also, remember that multi-media in Qt is handled by an OS platform specific backend. Maybe the mac backend doesn't support that function.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Snowdrop
        wrote on 13 Aug 2021, 03:29 last edited by
        #3

        Windows is running in a Virtual Machine (KVM) with Linux as its host, and the macOS is a Mac Mini Classic at MacInCloud.

        1 Reply Last reply
        0

        1/3

        13 Aug 2021, 00:25

        • Login

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