D-Link Images

Thomas Arman tarman at nc.rr.com
Sun May 1 17:28:38 PDT 2005


To capture one image from my D-Link wireless camera every ~1 minute I 
run this shell script. It time-stamps each image's filename.

while true
do
curl -s -u userid:password 192.168.1.20/IMAGE.JPG/ > 
/Volumes/32GB4/Pictures/`date +%C%y%m%d%H%M`.jpg
sleep 55
done

Tom
>
> On Behalf Of Christian Boyce
> Sent: Sunday, May 01, 2005 1:15 AM
> To: xtensionlist at shed.com
> Subject: Re: XTensionlist Digest, Vol 2, Issue 122
>
>
> That sounds interesting. Moving the cameras around would be fun, and
> useful. But, my problem is, I can't figure out how to get these camera
> images into my Mac. I am currently using two DLink wireless webcams
> (thanks to a recommendation from the list) and they ought to continue
> to work while on the Ninja camera mounts. I'd also like to work some
> still-image cameras into the mix. Is there a preferred camera out
> there? Any recommendations? My XTension Mac is an iBook without
> FireWire ports (but it does have USB).
>
> Thanks--
>
> cb
>



More information about the XTensionlist mailing list