Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved QVideoWidget can't change saturation on macOS

    General and Desktop
    qvideowidget macos catalina
    2
    3
    133
    Loading More Posts
    • 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
      Snowdrop last edited by Snowdrop

      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 Reply Quote 0
      • Kent-Dorfman
        Kent-Dorfman last edited by

        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 Reply Quote 0
        • S
          Snowdrop last edited by

          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 Reply Quote 0
          • First post
            Last post