This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

24 bit RGB for DVI output

Other Parts Discussed in Thread: DM3730

Hi,

I am currently working on a AM/DM37X Mistral evaluation board (DVSDK 04.03.00.06), and trying to output plain 8-bit RGB video using the DVI output.

I adapted the video playback exercise (lab07c) from the "linux embedded system design workshop". I was able to successfully change the UYVY output to RGB565, but when I change to RGB888 the program fails on the first Display_put() and then hangs on the next Display_get() function.

Is there any limitations to the color depth output on a DM3730 ? Can I program the device to use 24 bit RGB colorspace (all the functions in the DMAI library use 16bit YUV default values) ?

My ultimate goal is to output plain RGB video with 2Kx2K video resolution at 60 frames per second, but now I can just work with lower resolutions (like 1280x720). I want to have a playback application running, to verify decoding of my compression algorithm.

I appreciate your help.

Best regards,

Danillo