Thread HTTP Get Image von einer Kamera (5 answers)
Opened by Kean at 2016-05-13 09:19

Kean
 2016-05-13 10:40
#184722 #184722
User since
2004-08-18
463 Artikel
BenutzerIn

user image
Das ganze sieht im Entwicklungstool so aus:

Code: (dl )
1
2
3
4
5
6
7
8
9
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
<title>CGIProxy.fcgi (1280×960)</title>
</head>
<body style="margin: 0px;">
<img style="-webkit-user-select: none; cursor: zoom-in;" src="http://192.168.1.25:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&amp;usr=admin&amp;pwd=123456" width="634" height="475">
</body>
</html>


Sieht du da einen Hinweis? Liefert das Script ein HTML Dokument zurück statt eines JPG Bildes?
Last edited: 2016-05-13 10:41:32 +0200 (CEST)

View full thread HTTP Get Image von einer Kamera