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.

How to grab a single frame in VPFE (video_loopback) on DM6437?

Hi,

I need to test some image processing algorithm with DM6437. It seems to me that using the example video_loopback (VPFE, VPBE) is the simplest way to build up a testing platform. I will use a s-video from a DVD as an input and s-video to a TV as the output.

My question is how to grab a single frame between VPFE and VPBE to perform the algorithm. Just use 'video_buffer' as the address to acquire the single frame of the video? Shall I put my algorithm in While(1) loop or between ' vpfe_init( ntsc_pal_mode );' and 'vpbe_init( LOOPBACK, ntsc_pal_mode, output_mode );'?

Thank you very much!