Hi,
I have been trying to display YUV420 video on DM355 using X11 library functions available with the board tools. I have tried using XPutImage( ) function. But I get the following error message sequence -
Couldn't create display...
Error in getting context...
Error initialising ENXvImageSink.
Is is possible to use this method to display YUV420 / RGB sequence on this board or is there any other method to do the same.
P.S: I have also tried converting YUV420 to YUV422 (UYVY) format and it has worked well. But the problem with this method is it consumes almost 60% or more of the processor bandwidth.
Regards,
Sandeep