GStreamer, d3d11screencapturesrc and HDR
Davide Perini via gstreamer-devel <[email protected]> Mon, 23 Oct 2023 16:41:00 +0200
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, is there a way to make d3d11screencapturesrc "HDR aware"? When capturing the screen with d3d11screencapturesrc on SDR contents, the colors are accurate, when capturing the screen with HDR contents, the colors are not accurate. Is there a way to improve my pipeline for HDR contents? ./gst-launch-1.0 d3d11screencapturesrc ! d3d11convert ! d3d11download ! autovideosink Thanks