Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Altera VIP core Video Flickring Issue

Im using Altera VIP cores in my project. Everything is working fine but Output Video has minor flickering (shaking movement). Im suspecting it as De-interlacer algorithm problem. We are using De-interlacer IP with Bob-scanline duplication method. If we use De-interlacer-II with motion adaptive algorithm , this problem may solve.

Can you please confirm me whatever im suspecting is proper or if its not, can you telll me the root cause for this?

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I have the same problem, I dont use the De-interlacer, I think is related to frame buffer or alpha mixer

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    "flickering" can originate with the frame buffer component when it is either not connected correctly, or is connected correctly but there is insufficient bandwidth to the memory to handle the video.

    It's the first thing I would look at.

    My suggestion is to put SignalTap on all the frame buffer ports (din/dout, reader/writer masters) and rule it out. On the master ports, you're looking for nice long continuous bursts (as long as the burst length you have programmed). On din/dout, it depends on your system, but in general you're looking for deassertions of the 'ready' and/or 'valid' signals.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Problem solved, in my case, I have expanded the frame buffer avalon master width,read burst width and write burst width from 32bits to 64 bits