sabaatworld / HyperionScreenCap

Screen capture program for Hyperion ambilight. Updated to support DirectX 11, multiple displays and multiple Hyperion servers.
MIT License
118 stars 18 forks source link

Blown out HDR image with DirectX11 #63

Open judehunter opened 10 months ago

judehunter commented 10 months ago

Hi, it seems that, while using HDR, the DirectX11 capturing blows out the image.

image

I guess it's some sort of color format issue with DirectX11. Interestingly, I can't even use DirectX9 as the program crashes. But ideally, the image should be unaltered with DX11.

I tried doing my own screencap implementation with node.js and ffmpeg and that is giving me correct images. But I couldn't figure out proto/flatbuf... Anyway, I'd appreciate if you could have a look if it would be possible to maybe use a third capture method or there's a bug somewhere?