Altera_Forum
Honored Contributor
15 years agoVIP protocol: control packet after clipper
Hello,
i've got a question to the VIP protocol. In the control data packets of the Altera video streaming protocol there were some informaton like width and high of the videostream sent. I've got the following design: CVI (1280 * 720 pixels) -> FrameBuffer -> Clipper (192 * 128 pixels) -> own component In my own component I read the control data packet and there I get still a resolution of 1280 * 720 pixels. But why??? Shouldn't the clipper change the control data packet information to the current resolution (192 * 128 pixels)? Or did I get something wrong? Thanks for every hint! Best regards...