some updated info:
if you want to find ONLY cameras that are streaming video:
inurl:axis-cgi/mjpg/video.cgi
this works with more than Google
"mjpg" is Motion JPEG
cam's serving stills can almost always be manipulated to stream. their URL's look like:
/axis-cgi/jpg/image.cgi
just change as per above and you get it to stream
more parms to play with:
barcoord=n,n -- this seems to be the P/T coordinates for the camera in the format of "123,12" (of course the cam has to be on a PZT mount)
barzoom=n -- zoom
camera=1 -- the camera number. i've found several more cameras for a particular site by changing this
showlength=1 -- no idea
resolution=704x480 -- popular large resolutions seem to be 640x480 and 704x480
text=1 -- 1/0 draw text
compression=n -- default seems to be 2 digits (50)
color=1 -- 1/0 color/greyscale i think
clock=1 -- draws time
date=1 -- draws date
dummy=n -- can be a long string of numbers. no idea
if you get a small image, you can almost always change the resolution by changing the "resolution=" parm, or adding it if no exist.
in many cases you can add the parms you want if no exist and get more to play with.
the minium URL requirnment for most of the cams is like:
domain-name/axis-cgi/mjpg/video.cgi
a lot of the cams i found can be controlled (PZT). easiest way is to go up 2 directories and you end up at the cam's webpage for it's internal http server. requires JS.
default auth for admin settings can be found in the Axis manuals. of course all of above is for Axis cams only -- haven't tried any others yet.
now i'm off to collect more cams
This post has been edited by atomizer: 08 October 2006 - 02:12 PM