webkamera

Obrázek se aktualizuje každých 10s.

Zdrojový kód:

verze pro xhtml s javou:

	    <script type="text/javascript" src="http://filip.csvts.cz/webcam/webcam.js"></script>
	    <img id="theImage" src="http://filip.csvts.cz/webcam/image.jpg?" height="480" width="640" alt="webkamera" />
	    

verze s iframe:

	    <iframe src="http://filip.csvts.cz/webcam/webcam.html" width="640" height="480" scrolling="no" frameborder="0" ></iframe>