Forum Discussion
SDasa2
New Contributor
6 years agoReg :VIP suite
Hi Sir, How to read frame buffer contents? I have to read the frame and process it and write the processed frame to frame buffer again in NIOS2 ECLLIPSE . where can i get the brief description ...
Ahmed_H_Intel1
Frequent Contributor
6 years agoHi,
Did you check the available examples for VIP on our design store? Please check the following and let me know if this was useful for you.
https://fpgacloud.intel.com/devstore/?search=VIP
Regards,
SDasa2
New Contributor
6 years agoDear Sir,
I worked on AN 776 uhd video reference design with the development kit ARRIA10GX .
The source is from Graphics Card and Destination 4K TV.
the display is coming on the TV.
now from that design i need only CLOCKED VIDEO INPUT and FRAME BUFFER and CLOCKED VIDEO OUTPUT and other I2C peripherals.
so i want to read the frame data RGB DATA and do some modifications on that frame data and rewrite back that data .
How can i access frame buffer contents for our customization?