Equipment/Webcams/IPSecure300r: Difference between revisions

From London Hackspace Wiki

no edit summary
(Undo revision 5927 by 115.111.42.74 (Talk) Not sure I want to visit that, guessing vandalism)
No edit summary
Line 1: Line 1:
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://ekygelymib.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
----
=[http://ekygelymib.co.cc CLICK HERE]=
----
</div>
=The IP Secure300r webcam=
=The IP Secure300r webcam=
The camera is [http://www.geniusnet.com/geniusOnline/online.portal?_nfpb=true&productPortlet_actionOverride=/portlets/productArea/category/queryPro&_windowLabel=productPortlet&productPortletproductId=1144147&_pageLabel=productPage&test=portlet-action one of these].
The camera is [http://www.geniusnet.com/geniusOnline/online.portal?_nfpb=true&amp;productPortlet_actionOverride=/portlets/productArea/category/queryPro&amp;_windowLabel=productPortlet&amp;productPortletproductId=1144147&amp;_pageLabel=productPage&amp;test=portlet-action one of these].


=='''Warning'''==
=='''Warning'''==
Line 30: Line 38:
* [http://netcam/cgi-bin/getimage?java=1 Java] a stream of width and size followed by JPEG.
* [http://netcam/cgi-bin/getimage?java=1 Java] a stream of width and size followed by JPEG.


* [http://netcam/cgi-bin/getimage?motion=1 M-JPEG] returns a multipart/x-mixed-replace stream.  However, the boundary provided is incorrect, which <code>motion</code> does not appreciate, so use:
* [http://netcam/cgi-bin/getimage?motion=1 M-JPEG] returns a multipart/x-mixed-replace stream.  However, the boundary provided is incorrect, which &lt;code&gt;motion&lt;/code&gt; does not appreciate, so use:


   mkfifo campipe; nc -l -p 8011<campipe | nc netcam 80|sed -r 's/(boundary=)--sonixboundary/\1sonixboundry/'>campipe
   mkfifo campipe; nc -l -p 8011&lt;campipe | nc netcam 80|sed -r 's/(boundary=)--sonixboundary/\1sonixboundry/'&gt;campipe


And stream from [http://localhost:8011/cgi-bin/getimage?motion=1 there].  On [[Babbage]], the script <code>netcamfix</code> is started automatically from <code>xinetd</code> and does the same (this feeds into motion).
And stream from [http://localhost:8011/cgi-bin/getimage?motion=1 there].  On [[Babbage]], the script &lt;code&gt;netcamfix&lt;/code&gt; is started automatically from &lt;code&gt;xinetd&lt;/code&gt; and does the same (this feeds into motion).
103

edits