Altera_Forum
Honored Contributor
15 years agoVideo deinterlacing with sopc builder
Hello all,
I need help about deinterlacing using Video processing in SOPC builder, without the use of external memory. I have done a simple project with: Test pattern generator -> deinterlacer -> clocked video output Test pattern generator is configured as 800x600, RGB, interlaced (F1 first); deinterlacer is configured as 800x600, F1 as default initial field, Bob-scanline duplication as deinterlacing method (no buffering); clocked video output is configured as 800x600, 800 pixels fifo size, 0 pixel for fifo level at which to start output, and appropriate horizontal and vertical sync. The output video clock is 35.8MHz. When I look at the output video, the video is shifted horizontally and vertically... What can be wrong? (When I add a frame buffer after the deinterlacer, the video is correctly displayed, but I think it can be possible not to use a frame buffer…) Thanks in advance,