Andy12437 said:
I'm sorry, i don't understand about 'building a web page' or HTML, is there
a program which will do this automatically for me ?
the logitech did, but beside messing the pc, the page took half screen and
was ugly.
if you know nothing about html, here's a sample page:
<html>
<head>
<title>javacam</title>
<meta http-equiv="refresh" content="30">
</head>
<body>
<center>
<img src="
http://www.sundaysw.com/kodak/capture.jpg" border=0>
</center>
</body>
</html>
paste the above lines in notepad (not word), save them on your desktop as
'webcam.html' or the like, then doubleclick it. you should get my webcam
into your preferred browser.
i just tested in ie6, but the 'refresh' tag should work with other browsers
too.
if your webcam can save its snapshots somewhere on your disk -- i believe it
depends on which cam -- the most important thing is a cable, dsl or any line
always connected, for sending the snapshot every 30". of course you cant
dialup once a minute.
after that, your isp should have given you the way to setup an ftp upload to
your webspace.
then camcommander (or, as suggested by steven, hylo's tincam -- lit too
looks cool) does all the work. it opens an ftp connection, uploads the snap,
and closes the connection.
in time you can use any free html editor to build a more complex site. but
with this sample you'd have your webcam setup and running in 15'.
(steve, i kinda feel andy's not yet ready to any vnc software...)