Forum Discussion
Altera_Forum
Honored Contributor
13 years agoVideostrem synchronisation
Hello,
I have a Altera Cyclone III Development Board and try to synchronize some Videostreams. They are delayed horizontal and vertical. Is it possible to synchronize them onboard without using external elements? GenLock seems not to work, because I don't have a VCXO onboard. Thank you12 Replies
- Altera_Forum
Honored Contributor
I'm not familiar with Altera's VIP, so I can't comment on specifics.
However, since you are taking one input video source and slicing it up into 9 images, you should have a common clock and you don't need to worry about genlock. In order to align all of your images to keep you mixer happy, you will have to delay the readout of each frame buffer to the one that will be the last to arrive. In your case, the clipper for the lower right image. - Altera_Forum
Honored Contributor
--- Quote Start --- In order to align all of your images to keep you mixer happy, you will have to delay the readout of each frame buffer to the one that will be the last to arrive. In your case, the clipper for the lower right image. --- Quote End --- Hi mess, until yesterday, I thought that my pictures are delayed only horizontal and so I delayed all other streams till they are on the position of the last one. But I have done this with onchip FIFOs. And now, when I see that I have a vertical delay, my onchip memory for the FIFOs is much to small to do this job. =(