Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

How to setup video interface

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 ).