Equipment/Webcams: Difference between revisions

From London Hackspace Wiki
m (moved IPWebcam to Webcams)
(update needed to suit current infra)
 
(103 intermediate revisions by 16 users not shown)
Line 1: Line 1:
=The IP Secure300r webcam=
{{EquipmentInfobox
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].
|name=Webcams <!-- Name of the item. -->
|image=Ground_floor_webcam.jpg <!-- Image of the item. Leave with placeholder image if none exists. -->
|model=Unknown <!-- Model -->
|category=Equipment <!-- Main category. Please leave alone to keep item in this category -->
|subcat=Safety<!-- Sub-category if one exists. Please check main listing to see other categories contained within the main one -->
|status=<!-- Set to one of; Good working order, Faulty, Out of order, Under construction, Out of consumables, Scrapped, or Unknown -->
|consumables=Unknown <!-- Any items used up in normal operation, such as; ink, paper, saw-blades, cutting disks, oil, etc.. -->
|accessories=Unknown <!-- Any items associated with the equipment but not consumable, such as; drill bits, safety gloves, goggles, etc.. -->
|reqtraining=no
|trainlink=Unknown <!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. -->
|acnode=no
|owner=Unknown <!-- Provide a link to owners members page if other than LHS -->
|origin=Unknown <!-- If via pledge, please link to the completed pledge page on the wiki -->
|location=Throughout the Hackspace<!-- Floor, room/zone and location within that area -->
|maintainers=Fridgehead <!-- NO LINKS PLEASE; it currently breaks the template. If someone is nominated as managing the upkeep of this item, please list them here. -->
|template_ver=1.1 <!-- Please do not change. Used for tracking out-of-date templates -->
}}
This content is largely outdated but serves as a historical reference to the previous usage of cameras at the hackspace.  


=='''Warning'''==
[https://london.hackspace.org.uk/members/webcams.php Webcams link for members is here].
The java app on the main admin page of the camera tends to lockup firefox


===Access===
[[Maintenance/Adopt-a-Spanner|Adopted]] by [[User:Fridgehead|Tom]]
* IP: 172.31.24.169
This page is mostly dead.
* Host: netcam
* Username: admin
* Password: hackspace


===Infrared led control===
The different cameras we use:
=== [http://www.dahuasecurity.com/products/ipc-hfw4300s-398.html Dahua IPC-HFW4300S] (Main Room & Ground Floor)===
As of October 2015, the main room camera is now a 3.0 megapixel (capable) camera.  These cameras have an infrared output that shows a black and white image when the lights are turned off.  The Dahua was chosen for its [http://www.usefulramblings.org/?page_id=4974 easy integration into ZoneMinder], its impressive price-performance ratio, and simple management.


To toggle the ir leds:
=== [http://www.linksys.com/us/support-product?pid=01t80000003K7ZkAAK Linksys WVC54GCA] ===
We have a physically-modified version outside pointed at the gate.


wget netcam/goform/WebCam_MotoForm?MotoBut=Light --http-user=admin --http-password=hackspace
===Dormant===
<s>[[Webcams/EasyN FS-618A-M136|EasyN pan/tilt]] (Quiet Room/Lobby)</s>


you will get a page returned as either:
<s>[[Webcams/Doorcam|PCI composite video capture card]] on [[Babbage]] (Door)</s> not used atm


webcam_logoIROff.htm (Meaning the leds are on)
<s>[[Webcams/Foscam FI8908W|Foscam pan/tilt]] was used in the workshop</s>


or
[[File:omnomnom.jpg]]


webcam_logoIROn.htm (Meaning the leds are off)
[[Category:Infrastructure]]
 
[[Category:Update Needed]]
===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.
 
== From outside the space==
 
Currently http://hack.rs:8001 or http://knuth.london.hackspace.org.uk:8001
 
[http://lhs.tormentedtechnologies.com/daySoFar.avi The Day So Far]

Latest revision as of 19:04, 21 October 2021

Webcams
Ground floor webcam.jpg
Model Unknown
Sub-category Safety
Last updated 21 October 2021 19:04:00
Consumables Unknown
Accessories Unknown
Training requirement no
Training link Unknown
ACnode no
Owner Unknown
Origin Unknown
Location Throughout the Hackspace
Maintainers Fridgehead

This content is largely outdated but serves as a historical reference to the previous usage of cameras at the hackspace.

Webcams link for members is here.

Adopted by Tom This page is mostly dead.

The different cameras we use:

Dahua IPC-HFW4300S (Main Room & Ground Floor)

As of October 2015, the main room camera is now a 3.0 megapixel (capable) camera. These cameras have an infrared output that shows a black and white image when the lights are turned off. The Dahua was chosen for its easy integration into ZoneMinder, its impressive price-performance ratio, and simple management.

Linksys WVC54GCA

We have a physically-modified version outside pointed at the gate.

Dormant

EasyN pan/tilt (Quiet Room/Lobby)

PCI composite video capture card on Babbage (Door) not used atm

Foscam pan/tilt was used in the workshop

Omnomnom.jpg