Difference between revisions of "Equipment/Webcams/IPSecure300r"

From London Hackspace Wiki
Jump to navigation Jump to search
m (Reverted edits by 203.122.32.204 (Talk) to last revision by Ms7821)
Line 1: Line 1:
[http://www.articlesbase.com/supplements-and-vitamins-articles/my-weight-loss-experience-with-the-acai-berry-diet-1726693.html Acai Berry], [http://ezinearticles.com/?Acai-Berry---How-I-Lost-30-Pounds-in-Under-30-Days-Using-The-Acai-Berry&id=1998407 Acai Berry Detox] dietary supplement and a good source of fiber is higher than the property make this detoxification process effectively. Fibers are popular with the toxin binding, detaching the accumulation of toxic your colon and intestinal walls are easier to them out of the water body as part of fecal waste. Furthermore, detoxification is very effective, and its effect is almost completely eliminate all toxins from accumulating in your system, while helping you reduce the pressure because of the efficient use of toxic waste, weighing approximately nine fifty-five pounds, depending on the regular use of unhealthy foods.
+
=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].
  
Another great thing about [http://www.buzzle.com/articles/the-facts-and-half-truths-about-the-acai-berry-diet.html Acai Berry] is that it is a good source of amino acids that make it useful for people who want to accumulation of muscle mass and regular exercise in the gym. [http://www.acaiberryinformations.com/ Acai Berry Supplements] detox diet can help to increase metabolism and burn calories faster during exercise, in place since the incredible amount of extra pounds on your body on the road.
+
=='''Warning'''==
 +
The java app on the main admin page of the camera tends to lockup firefox
 +
 
 +
===Access===
 +
* IP: 172.31.24.169
 +
* Host: netcam
 +
* Username: admin
 +
* Password: hackspace
 +
 
 +
===Infrared led control===
 +
 
 +
To toggle the ir leds:
 +
 
 +
'''wget netcam/goform/WebCam_MotoForm?MotoBut=Light --http-user=admin --http-password=hackspace'''
 +
 
 +
you will get a page returned as either:
 +
 
 +
'''webcam_logoIROff.htm''' (Meaning the leds are on)
 +
 
 +
or
 +
 
 +
'''webcam_logoIROn.htm''' (Meaning the leds are off)
 +
 
 +
===How to get an image===
 +
* [http://netcam/cgi-bin/getimage Single 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:
 +
 
 +
  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 <code>netcamfix</code> is started automatically from <code>xinetd</code> and does the same (this feeds into motion).

Revision as of 08:09, 15 October 2010

The IP Secure300r webcam

The camera is one of these.

Warning

The java app on the main admin page of the camera tends to lockup firefox

Access

  • IP: 172.31.24.169
  • Host: netcam
  • Username: admin
  • Password: hackspace

Infrared led control

To toggle the ir leds:

wget netcam/goform/WebCam_MotoForm?MotoBut=Light --http-user=admin --http-password=hackspace

you will get a page returned as either:

webcam_logoIROff.htm (Meaning the leds are on)

or

webcam_logoIROn.htm (Meaning the leds are off)

How to get an image

  • Java a stream of width and size followed by JPEG.
  • M-JPEG returns a multipart/x-mixed-replace stream. However, the boundary provided is incorrect, which motion does not appreciate, so use:
  mkfifo campipe; nc -l -p 8011<campipe | nc netcam 80|sed -r 's/(boundary=)--sonixboundary/\1sonixboundry/'>campipe

And stream from there. On Babbage, the script netcamfix is started automatically from xinetd and does the same (this feeds into motion).