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.

Problems outputting digital and analog video simultaneously with DM355

I'm working with DM355 and I would like to output analog and digital video simultaneously through the VPBE, My application already outputs analog video without any trouble. Then I added a couple of ioctl callings (FBIO_QUERY_TIMING and FBIO_SET_TIMING) and managed to output digital video perfectly. But at this point the analog video had disappeared.

What could I do to get both of them at the same time? I'm studying the situation but I just can't see the way to do it.

Thanks in advance!

  • I believe the only way to do this is to place VPBE hardware is standard timing mode (BT.656 mode).  You see, the video back end has a single video timing generator that feeds into both analog and digital output interfaces.  Therefore, you cannot support one resolution via analog output interface and a different one via digital video output interface; both interfaces need to support the same exact resolution in order to view both simultaneously.  Since analog interface only supports standard timing (NTSC or PAL), it implies that digital output interface should be placed in standard timing mode (BT656 for NTSC or PAL).

  • Thanks for your answer Juan.

    I forgot to say it, but we are already using BT.656 for the digital video. Anyway, you have confirmed our initial suspects: both video outputs (analog and digital) must be the same size. Anyway I'm still working on it because I can't find the point why the analog video disappears. I'll be back as soon as I can give more information about it.

    Meanwhile, any idea is welcome.

  • Ok, I got it! I had the DAC set in power-down mode. Now it works. Thanks again Juan!

  • that is great news!