Colorspace conversion DX11 - YUV to RGB

So how to convert YUV to RGB in DX11? I tried the converter that comes with the Blackmagic Decklink DX11 plugin but it does not work.
Current case is Blackmagic ATEN 4K streaming to Datapath Vision E1s with OpenCV Videoin.
Simone

i quick google for “YUV to RGB HLSL” gave me this code:

should be easy to make a texture fx or so out of it.

1 Like

I implemented it but it does not work. We had an easy way out using an HDMI out from the PC. Anyway something that should be taken into account.
S.

here is also one:
http://developer.download.nvidia.com/shaderlibrary/webpages/hlsl_shaders.html

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.