I would like to output to a VGA PC monitor. I have a lead that has 3 RCA plugs (coloured R, G and B!) and goes to a VGA connector to a PC monitor.
My first question is hardware related before I get into the software: Can the DM6437 video board actually do RGB? (I have already got the demo to operate with composite and S-video)
My second question is if it can then how do I adapt the demo code that comes with the DM6437 video board to do such?
I have looked at the code in app_block_video_output where in the demo the self->vpbeVencConfigParams.displayStandard is assigned to PSP_VPBE_DISPLAY_PAL_INTERLACED_COMPOSITE (for example). PSP_VPBE_DISPLAY_PAL_INTERLACED_S_VIDEO also works. I have tried PSP_VPBE_DISPLAY_PAL_INTERLACED_COMPONENT but the PC monitor does not respond.
I wondered if it was because YCbCr was being generated rather than RBG, so I changed self->viddecParams.forceChromaFormat from XDM_YUV_422ILE to XDM_RGB in app_block_video_decode but it did not make a difference.
If RBG is possible then where in the documentation is it specified which DAC outputs drive each: I looked at the code, schematics, PDFs that come with the board but no clues.