Alebo napríklad veľmi jednoduchý nástroj BooruWebCam.
A jednoducho si nastavíš v tom programe svoju stránku, FTP a tak... a na stránku si vložíš zobrazovací script:
kamera.html
Kód:
<html>
<head>
<title>Webkamera</title>
<meta http-equiv="refresh" content="7;">
<meta http-equiv="Cache-Control" content="must-revalidate, post-check=0, pre-check=0">
<meta http-equiv="Pragma" content="public">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<style>
body {margin: 0px;}
</style>
</head>
<body>
<img src="kamera.jpg" height="120" width="160" alt="Webkamera">
</body>
</html>
a toto do index.htmlKód:
<iframe src="kamera.html" width="160" height="120"></iframe>
Odporúčam si prečítať:
http://www.jakpsatweb.cz/clanky/webcam.html