Search found 2 matches

by sacx13
Thu Sep 28, 2006 3:20 pm
Forum: Hardware Queries
Topic: JJTech / Gadspot NC1200 W10 - Image capture error
Replies: 38
Views: 47774

Hi, is a wire connection ... I don't know how to see the firmware version... Probably somewhere in configuration (at upload firmware) ? Now I don't have access to this cameras because are in other network and I cannot access them ... sorry . Regards P.S. Tell me if your content type returned by ...
by sacx13
Tue Sep 26, 2006 11:20 am
Forum: Hardware Queries
Topic: JJTech / Gadspot NC1200 W10 - Image capture error
Replies: 38
Views: 47774

I had the same problem with NC1200 and I made the following script to return the correct Content-type: <? $host=$_GET['host']; if ($host!="") { $x = file_get_contents("http://".$host."/cgi-bin/getimage.cgi?motion=0"); header("Content-type: image/jpeg"); header("Content-Length: ".strlen($x)); echo $x ...