1,143
edits
No edit summary |
|||
Line 1: | Line 1: | ||
=The IP Secure300r webcam= | =The IP Secure300r webcam= | ||
The camera is [http://www.geniusnet.com/geniusOnline/online.portal?_nfpb=true& | 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]. | ||
=='''Warning'''== | =='''Warning'''== | ||
Line 38: | Line 30: | ||
* [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 | * [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: | ||
mkfifo campipe; nc -l -p 8011 | mkfifo campipe; nc -l -p 8011<campipe | nc netcam 80|sed -r 's/(boundary=)--sonixboundary/\1sonixboundry/'>campipe | ||
And stream from [http://localhost:8011/cgi-bin/getimage?motion=1 there]. On [[Babbage]], the script | 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). |
edits