This is a blatant hack of Peter Housel's "vid" program for capturing
individual frames from an OV511 based webcam.  This version outputs a stream
of JPEGs, MIME separated to do server push to a Netscape browser.

To make the whole thing work, as root run:

/path/to/stream | /path/to/mimecast -p 8765

(or whatever port you want to listen on)

Then just have a webpage with the HTML:

<img width="320" height="240" src="http://servername:8765/">

Please ignore all the flags that stream claims it takes; I'm lazy and haven't
taken them out.  This is horribly, horribly bastardized code.

My friend Michael Constant wrote the mimecaster in perl.

--David Bushong

stream: http://bushong.net/dave/sw/
   vid: http://members.home.com/housel/projects.htm
