-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bright colors are clipped when windows 10 HDR color is enabled. #343
Comments
It seems like you need to make use of |
I think this is just how the API handles HDR source right now, see here:
try with WinAPI grabber just to see what happens, it could be same (if they do the same conversion), or even more broken (if they give the raw 2,10,10,10 bit components), or working I guess |
Just found out that desktop grabbing does not work properly with "Win8 Desktop Duplication" mode and HDR enabled in Windows 10 (heavy colors flickering). Is this limitation/issue by design or can be fixed? Found related issue: #255 |
Maybe this one can help? https://docs.microsoft.com/en-us/windows/win32/api/dxgi1_5/ns-dxgi1_5-dxgi_hdr_metadata_hdr10 |
When enabling HDR color in the windows 10 settings, bright colors get clipped.
It appears like Teamviewer is having similar issues. You can see an image of what a color picker looks like in teamviewer bewow.
It seems like Prismatik is showing the same behaviour. As soon as a color becomes brighter than about rgb 127,127,127 it shows up as completely white in the device tab in prismatik.
I'm not sure if there is a way to fix this, or if it's an issue with the Desktop Duplication API with no workaround.
The text was updated successfully, but these errors were encountered: