[Gllug] Linux based Doggie-CAM

Daniel Andersson daniel at septum.org
Fri Mar 21 09:28:45 UTC 2003


no idea how the logitech webcam works

i've got a axis 2100 network cam and i fetch images using a bit a php (with
html)


<html>
<body>
<?
    system("wget http://192.168.1.xxx/axis-cgi/jpg/image.cgi? -O
image.jpg");
?>
<img src="image.jpg" border="0">
</body>
</html>


not the perfect solution, but works very well (unless you have a few
viewers)

/ d

----- Original Message -----
From: "Simon Morris" <simon at penguinit.com>
To: <gllug at linux.co.uk>
Sent: Friday, March 21, 2003 8:46 AM
Subject: [Gllug] Linux based Doggie-CAM


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> GLLUGers,
>
> Finally got together all the components for my Linux based Doggie-cam
>
> * Red Hat Linux 8.0
> * USB Logitech WebCam
> * NTL Cable modem connection and Public IP address
> * Doggie <http://www.simonmorris.uklinux.net/doggie/>
>
> So what I'm trying to achieve is to set up a HTTP site on Apache with the
> WebCam feeding it images every 15 secs or so. This way I can keep an eye
> on doggie from work and see what it is up to.
>
> The Logitech box comes with bundled software to create a web-cam site but
> it is Windows only.
>
> Any software out there to achieve this or should I look at a cron job to
> dump an image from the camera into a file every couple of secs that Apache
> would then serve up
>
>
>  --
> Best Regards
>
> Simon Morris
> simon.morris at penguinit.com
>
> GPG Public key at <http://www.simonmorris.uklinux.net/smorris.pub-gpg.txt>
>
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
>
> iD8DBQE+etGDww7vdjjHclcRAjxgAKCqXG5ZSsK6oGzbiQSDLEHnpVfZzgCgmNE5
> 5UYGistjf59whz5+pOTTSaY=
> =+JIm
> -----END PGP SIGNATURE-----
>
>
> --
> Gllug mailing list  -  Gllug at linux.co.uk
> http://list.ftech.net/mailman/listinfo/gllug
>


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list