Forum Discussion
Altera_Forum
Honored Contributor
15 years agoits pretty straight forward to build a core that only passes on the video data not the control packets. at every SOP and VALID, check the DATA least significant nibble for control or data. if the type is data then pass on the following DATA packets when VALID is asserted until EOP (or a new SOP). i did something similar in my packet decoder:
http://www.alterawiki.com/wiki/vip_control_decoder i'm not sure what you're going to do with the data to get it to your PC