Bild
Herzlich willkommmen in diesem Forum.....

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

Hilfe und Tipps zu Reparaturen etc.
Antworten
Benutzeravatar
dirkbanze
Site Admin
Beiträge: 15
Registriert: 03 Feb 2019, 12:48
Wohnort: Sinzig
Kontaktdaten:

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

Beitrag von dirkbanze » 13 Feb 2019, 22:42

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>
___________________________________________________________________________
Tippfehler sind nicht beabsichtigt, Ihr könnt sie aber behalten.....
Antworten