Re: GStreamer, d3d11screencapturesrc and HDR
Davide Perini via gstreamer-devel <[email protected]> Wed, 08 Nov 2023 22:38:59 +0100
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Bumping the question in the hope to get more audience :) In data 23 ottobre 2023 16:48:02 Davide Perini via gstreamer-devel <[email protected]> ha scritto: > 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