Seite 1 von 1

Webseite für 4 Cams (Pearl, Foscam bis FI1080)

Verfasst: 13 Feb 2019, 22:42
von dirkbanze
Für die meisten Pearl / Foscam Kameras
gibt es diese index.html für die 4 Kameras.

Es muss aber in den Cams ein Besucher (Visitor) eingerichtet werden mit dem Namen none und em Passort none, der eben nur die einfachsten Berchtigungen, also nur anschauen, hat.

HTML-Code:
<html>
<head></head>
<body bgcolor=white>
<div style="float:left;width:50%;">
<embed src="http://ipderCam:Port/videostream.cgi?user=none&pwd=none" style="width: 640px; height: 480px;"></embed>
</div>
<div style="float:left;width:50%;">
<embed src="http://ipderCam:Port/videostream.cgi?user=none&pwd=none" style="width: 640px; height: 480px;"></embed>
</div>
<div style="clear:both;"></div>


<br />


<div style="float:left;width:50%;">
<embed src="http://ipderCam:Port/videostream.cgi?user=none&pwd=none" style="width: 640px; height: 480px;"></embed>
</div>
<div style="float:left;width:50%;">
<embed src="http://ipderCam:Port/videostream.cgi?user=none&pwd=none" style="width: 640px; height: 480px;"></embed>
</div>
<div style="clear:both;"></div>
</html>