Hi All.
I've built the ov51x webcam driver for the foxboard to use it with an
Hercules Deluxe webcam that gives a better image than the Labtech Webcam Pro. I've built a streaming server named mjpegserv that makes an mjpeg streaming like the one used by Axis IP cameras. This solution is the best one because we don't have to use specific program on the client side, just Firefox. To use it with Internet Explorer, we need to have an ActiveX control...
Once the driver and the mjpegserv compiled and copied on the foxboard. Start them :
insmod videodev
insmod ./ov51x.ko
./mjpegserv -d 640x480 -m -p 8888 &
And with firefox :
http://192.168.0.90:8888/ (press F5 to start streaming).
For Internet Explorer :
http://www.axis.com/techsup/cam_servers/tech_notes/205_live_video.htmfor french peoples : http://www.psykokwak.com/blog/index.php/2007/07/30/26-ov51x-driver-on-foxboard-and-mjpegserv-http-streaming-server