Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou can certainly use the recovered clock from your video input to clock your output if you have it available. The flow control will not affect the frame rate as long as you don't overflow. In this case your output is synchronous to your input. If this is what you want to do then by all means do it.
If you are going to handle asynchronous video, then yes I would recommend enabling both frame dropping and repeating (as you don't know if the input is faster or slower than the output).