Difference between revisions of "Equipment/Webcams"

From London Hackspace Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
=='''Warning'''==
 
=='''Warning'''==
 
The java app on the main admin page of the camera tends to lockup firefox
 
The java app on the main admin page of the camera tends to lockup firefox
 +
 +
===Access===
 +
IP: 192.168.1.6
 +
Username: admin
 +
Password: hackspace
  
 
===Inferred led control===
 
===Inferred led control===
Line 19: Line 24:
  
 
===How to get an image===
 
===How to get an image===
 
+
==Single frame==
 
http://192.168.1.6/cgi-bin/getimage
 
http://192.168.1.6/cgi-bin/getimage
 +
==Streaming mjpg==
 +
http://192.168.1.6/cgi-bin/getimage?java=1
  
 
== From outside the space==
 
== From outside the space==
  
Currently http://hack.rs:8002/
+
Currently http://hack.rs:8002 or http://knuth.london.hackspace.org.uk:8002

Revision as of 21:49, 23 March 2010

The IP Secure300r webcam

Warning

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

Access

IP: 192.168.1.6 Username: admin Password: hackspace

Inferred led control

To toggle the ir leds:

wget 192.168.1.6/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

Single frame

http://192.168.1.6/cgi-bin/getimage

Streaming mjpg

http://192.168.1.6/cgi-bin/getimage?java=1

From outside the space

Currently http://hack.rs:8002 or http://knuth.london.hackspace.org.uk:8002