Forum Discussion

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

FPGA to communicate with webcam

Hi, I am not too sure whether this is achievable or not, but I am thinking to get the image from a webcam connected to any FPGA dev kit. But the webcam normally has its driver. My question is: is it possible for FPGA dev kit to communicate with Webcam?

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Regarding system design, you may want to review the previously mentioned appnote and the Altera Video and Image Processing Suite of IP that it references. It would be reasonable to make your new encoding algorithm block to be compliant with that interface protocol (Avalon-ST packets).

    If you choose to do that, then you have access to BFM's for your simulation development, as well as a surrounding set of useful blocks. NTSC/PAL/DVI/others are implemented via the "Clocked Video Input" block supplied with that suite. With this approach, the input source for your video stream is "dont-care" for your encoding IP.

    Unrelated to the topic at hand, since you sound like you are just getting started, you might enjoy this book:

    http://www.amazon.com/design-embedded-image-processing-fpgas/dp/0470828498

    Good luck!
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I believe Altera Video and Audio IP reference design also uses Terasic and HSMC daugther card in certain area.

    in fact my budget is limited, that is why I am looking for some "cheap" method to work on this projevt...