Other Parts Discussed in Thread: SPRC264
Hi All,
I am using DM6446 video processor with DVSDK 2_00_00_22.
And I need YUV to RGB conversion with a fast process speed. I have tried VLIB's VLIB_convertUYVYint_to_RGBpl() function; however, it fills the arrays of Red,Green and Blue seperately, not combined RGB array. When I combine these three r,g,b arrays into one(using for loops), process time gets slower.
Please recommend a fast way to perform RGB conversion.
Thanks in advance
--Volkan Cetin