Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe big advantage of this camera over other ones is that you can directly plug it on your kit and it will be connected to the FPGA. If you want to connect a cheap usb webcam it is a lot more difficult because you would need to implement a USB master on the FPGA, and I don't think the DE2 provides this.
To transfer the image to PC the more efficient way is Ethernet. You may be able to transfer data on the USB blaster interface through JTAG but this is quite slow, probably too slow for video.