Altera_Forum
Honored Contributor
15 years agoVideo Compression
Hi All,
I'm doing a University project and my biggest hurdle is Video Compression. I have a Terasic D5M camera which i want to send its video over ethernet. I'm working on the ethernet part (thats another story). Because i want to display the video in Windows, i imagine i really should get the video into some sort of streaming standard, MPEG, MJPEG h.264 or something like that. This is problem is threatening my project. What format can i send the video in so i can decode it easily at the other end? I've done a alot of research and haven't been able to find a solution. I can't find any open source encoders in HDL. I can't use C ones because the Nios won't be fast enough. Any ideas? Perhaps a C code encoder and a "C to Verilog Converter" Is that reliable? Know of any HDL encoders? Do you know how to convert raw RGB into a video stream in windows?