Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCVI distortion
hi, I'm experiencing distortion in my VIP path where I'm mixing two video streams: TPG (800x600p RGB) -> MIXER_DIN_0 CVI (640x480p RGB) -> FRAMEBUFFER -> MIXER_DIN_1 The VIP chai...
Altera_Forum
Honored Contributor
14 years agoIt seems I managed to figure this one out.
The Framebuffer read/write masters were accessing the same DDR2 SDRAM memory locations as an deinterlacer was using. This was causing the strange patterns in the output video. I changed the memory location for the FrameBuffer and now the output distortion is gone. Regards, Saber890