Forum Discussion
Altera_Forum
Honored Contributor
10 years agoadding altera vip to existing qsys design
Hi everyone, I have a Cyclone V GX kit in addition to a Terasic 5 MP camera. I would like to add altera video and image processing ip's to the output of the camera, and view the effects on a co...
Altera_Forum
Honored Contributor
10 years agoIf you decouple the input and the FIR with Framebuffers like I recommended for first tests, the frequencys should be okay.
but if you have no decoupling around the FIR, this is not enough, it is an easy calculation: pixelclock for 720p is 74.25MHz, if you have for example RGB as colorspace, you will get 3 colorplanes per tick, if you try to process them in sequence you will need 3 times the pixelclock to be safe, which is quite to much for the whole pipeline. Regards