[Prev][Next][Index][Thread]

Re: live qcam video on web: server push




On Wed, 10 Jan 1996 T.Wagner@trier.fh-rpl.de wrote:

> web_qcam.c
> 
> cgi-bin that provides the possibility to show continuously
> qcam frames on a www page using "server push".

Or if you only have a modem connection ...like me....it's (obviously) one
snapshot.. pretty simple :) ...the user hits reload to get a new image.

I'm bring my camera to work today.... so mine is down.

---

#!/usr/bin/perl

print "Content-type: image/jpeg\n\n" . `qcam | cjpeg`;



                                       ---
                    alster@interport.net allen@metaverse.com


References: