Anonymous

Equipment/Denning: Difference between revisions

From London Hackspace Wiki
info about the new capture card.
(add a brief how to on removing users.)
(info about the new capture card.)
Line 22: Line 22:
Runs the non-vital services that used to run on [[Boole]]. Might get used for other stuff as well. Same hardware as [[Boole]]
Runs the non-vital services that used to run on [[Boole]]. Might get used for other stuff as well. Same hardware as [[Boole]]


Runs zone minder and has a not very good 4 port TV [http://www.zoneminder.com/wiki/index.php/Pico2000 capture card] in it, currently connected to the 3 yard cameras and the rear lobby camera.
Runs zone minder, see below.


Also a netboot server, provides:
Also a netboot server, provides:
Line 35: Line 35:
Also runs [http://www.ansibleworks.com/docs/intro_getting_started.html ansible] for setting up machines in the space.
Also runs [http://www.ansibleworks.com/docs/intro_getting_started.html ansible] for setting up machines in the space.


== Zoneminder/cctv ==
Has an 8 port video capture card in it. It's currently connected to the 3 yard cameras and the rear lobby camera. The other 4 inputs are disabled until we put more cameras up.
The card is one of these (or a clone):
* http://www.zoneminder.com/wiki/index.php/File:Karta.jpg
* http://www.zoneminder.com/wiki/index.php/Kodicom_8800
The modprobe.d settings I'm using are:
<code>
options i2c-algo-bit bit_test=1
options tuner debug=1
options bttv gbuffers=16 card=102,102,102,102,102,102,102,102 radio=0,0,0,0,0,0,0,0 tuner=4,4,4,4,4,4,4,4 audiodev=-1,-1,-1,-1,-1,-1,-1,-1 v4l2=1 bttv_verbose=1 chroma_agc=1 combfilter=2 full_luma_range=1 coring=1
</code>
Each input is configured with:
* fps: 10
* alarm fps: 25
* palette: BGR24
* resolution: 640 x 480
This might just about work with all 4 inputs, we may have to drop the resolution to 360 x 288
The [http://www.zoneminder.com/wiki/index.php/Pico2000 old card].


== Issues ==
== Issues ==