Altera_Forum
Honored Contributor
10 years agoDeveloping a DVI to USB video capture program
Hi guys,
I'm developing a DVI grayscale video capture and outputting the stream of video serialized via USB. Since the normal USB won't handle data transmission at 800x600 resolution, ​139 MHz clock (60 FPS) and using 1 pixel (24 bits) per clock, I was thinking about implementing a UVC (USB Video Class) with NiosII. Is there any resources for implementing an UVC on NiosII? Any example or an Altera IP Core? Also, am i in the right track with the UVC idea? Is there an easier/faster way? Thanks for the help. EDIT: Forgot to say that i'm using a DE2-115 board. I'll input the DVI pins into the GPIO pins. EDIT2: Can also use Ethernet as the interface to stream the video to the PC.