----- Original Message -----
From: "listbox" <[EMAIL PROTECTED]>
[snip]
Hi,
I have a network camera server but it seems to only stream video, and I
can't figure out how to take a snapshot without using their own windows
native gui ap.
Here is a demo of their network camera: http://guest:@61.59.37.153/ and
http://guest:@61.59.37.153/GetData.cgi is most likely the place to take a
snapshot.
When I go:
[snip]
BTW, when I just kill wget as it's saving, the contents look like so in a
text viewer:
--WINBONDBOUDARY
Content-Type: image/jpeg
digital stuff...
--WINBONDBOUDARY
Content-Type: image/jpeg
digital stuff...
etc. So what I have to do is somehow pipe the output of wget to something
that would either split each individual picture in that file, or just write
out the 1st entire picture and exit. It's too bad I don't have access to
that raw GetData.cgi file as that might be able to tell me where it's
drawing the image from and what it's called.
If anyone can help, I'd appreciate it!