Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

How to setup video interface

Altera_Forum
Honored Contributor II
1,054 Views

Hello, I'm new to this field. I'm using DE1-SOC + Intel FPGA for OpenCL v16.0 to develop the project. My project requires an usb camera that record real time video-feed into the ARM (c code) then parsed to FPGA for processing (cl kernel) and output to vga monitor. Can you suggest an interface that i can use? eg. I saw few examples use SDL lib for image processing. Opencv also seem nice but i am worried about possible compilation failure due to the insufficient on-chip memory ( 1GB ).

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
316 Views

1.On-chip memory is built by M10k, (about 512k). 

2.you can use my repo. more detail in https://github.com/thinkoco/c5soc_opencl.git
0 Kudos
Altera_Forum
Honored Contributor II
316 Views

Thanks thinkoo, i have followed your work. It is really helpful.

0 Kudos
Reply