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!