Altera_Forum
Honored Contributor
17 years agovideo streaming protocol
Hey
As explained in the documentation ' video and image processing ' ips use a video protocol, including ' video data packets' and 'control packets'. Also at every 'SOP' signal, theres a header identifying the start of packet. When i use a sgdma to transfer the data into memory, the header and even the 'control packets' will be saved, i guess. So should I develop a component to remove all the control packets and the header and then store them in frame buffer(in memory) ? Is my understanding correct of the video streaming correct? I need to do further processing on frame buffer. With Regards Aditya