Difference between revisions of "Kodicom 4400r"

From ZoneMinder Wiki
Jump to navigationJump to search
 
(21 intermediate revisions by 12 users not shown)
Line 1: Line 1:
Add
This card works a little different than the others. The inputs are not bound to any spacific bt878 chip but go through a crosspoint video switch. The way this works is you have inputs (channles) 0-15 and you can assign them to any of the video devices (bt878 chips /dev/video 0-3)
modprobe bttv gbuffers=16 card=133,132,133,133
<br>/dev/video0 (3) assigns composit input 3 to the first device
<br>/dev/video1 (0) assigns composit input 0 to the second device etc...
More information can be obtained


or
For video display in ZonEMindeR, make sure you select "Video For Linux Version 1" and the proper resolution for the camera.
edit your modprobe.conf to include


options bttv  gbuffers=16 card=133,132,133,133


requires a 2.6.12 kernel but fully supported in a 2.6.13
==Add a single card==
I tried and failed on the 2.6.12 but succeeded on the 2.6.13
modprobe bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4<br>
or <br>
edit your modprobe.conf (on modern linux distributions, the options below should be placed in /etc/modprobe.d/bttv.conf)  to include <br>
options bttv  gbuffers=16 card=133,132,133,133 tuner=4,4,4,4<br>
requires a 2.6.12 kernel but fully supported in a 2.6.13<br>
I tried and failed on the 2.6.12 but succeeded on the 2.6.13<br>


James Wilson
When using all 16 channels plug the additional BNC's onto the headers bearing in mind the first 4 are on the card.
but the order of the channels is
1,2,3,4,9,8,5,4,13,12,11,10,15,14,7,6


KMC-4400r<br>
*James Wilson
http://www.anko-tech.com/products/


While setting up a new server I omitted the "card=" and had the 133,132,133,133.
It's very important to set: <br />
This resulted in just blue screens. Once I figured out I had omitted the phrase "card=" and add it the card worked.
options -> config -> V4L_MULTI_BUFFER = '''disabled''' <br />
Greg
Otherwise, you will get half picture from one camera and half picture from other camera. <br />
and <br />
options -> config -> CAPTURES_PER_FRAME = '''4'''<br />
or something between 2 or 4, otherwise you could get two cameras swapping back and forth. <br />
<br />
[[File:Options_kodicom_zoneminder.PNG]]<br />


Two Cards in a single box ****
==Two Cards in a single box ****==
Two 4400r cards - labeled as se-120 (4 8778 chips/card)
Two 4400r cards - labeled as se-120 (4 8778 chips/card). In an IBM 342 Server. FC4<br>
In an IBM 342 Server
FC4


It is setup with :
It is setup with :<br>
/dev/video0 channel 0
/dev/video0 channel 0<br>
/dev/video1 channel 1
/dev/video1 channel 1<br>
/dev/video2 channel 2
/dev/video2 channel 2<br>
/dev/video3 channel 3
/dev/video3 channel 3<br>


/dev/video4 channel 0
/dev/video4 channel 0<br>
/dev/video5 channel 1
/dev/video5 channel 1<br>
/dev/video6 channel 2
/dev/video6 channel 2<br>
/dev/video7 channel 3
/dev/video7 channel 3<br>


#modprobe.conf<br>
alias char-major-81 bttv<br>
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=4<br>




#modprobe.conf
 
alias eth0 e100
==If color cameras show black and white==
alias scsi_hostadapter aic7xxx
Adding chroma_agc=1 to your modprobe line might fix it.  
alias scsi_hostadapter1 ips
 
alias char-major-81 bttv
Eg.
alias usb-controller ohci-hcd
 
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=-1
options bttv gbuffers=16 card=133,132,133,133 chroma_agc=1

Latest revision as of 05:19, 27 January 2016

This card works a little different than the others. The inputs are not bound to any spacific bt878 chip but go through a crosspoint video switch. The way this works is you have inputs (channles) 0-15 and you can assign them to any of the video devices (bt878 chips /dev/video 0-3)
/dev/video0 (3) assigns composit input 3 to the first device
/dev/video1 (0) assigns composit input 0 to the second device etc... More information can be obtained

For video display in ZonEMindeR, make sure you select "Video For Linux Version 1" and the proper resolution for the camera.


Add a single card

modprobe bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4
or
edit your modprobe.conf (on modern linux distributions, the options below should be placed in /etc/modprobe.d/bttv.conf) to include
options bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4
requires a 2.6.12 kernel but fully supported in a 2.6.13
I tried and failed on the 2.6.12 but succeeded on the 2.6.13

When using all 16 channels plug the additional BNC's onto the headers bearing in mind the first 4 are on the card. but the order of the channels is 1,2,3,4,9,8,5,4,13,12,11,10,15,14,7,6

  • James Wilson

It's very important to set:
options -> config -> V4L_MULTI_BUFFER = disabled
Otherwise, you will get half picture from one camera and half picture from other camera.
and
options -> config -> CAPTURES_PER_FRAME = 4
or something between 2 or 4, otherwise you could get two cameras swapping back and forth.

Options kodicom zoneminder.PNG

Two Cards in a single box ****

Two 4400r cards - labeled as se-120 (4 8778 chips/card). In an IBM 342 Server. FC4

It is setup with :
/dev/video0 channel 0
/dev/video1 channel 1
/dev/video2 channel 2
/dev/video3 channel 3

/dev/video4 channel 0
/dev/video5 channel 1
/dev/video6 channel 2
/dev/video7 channel 3

  1. modprobe.conf

alias char-major-81 bttv
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=4


If color cameras show black and white

Adding chroma_agc=1 to your modprobe line might fix it.

Eg.

options bttv gbuffers=16 card=133,132,133,133 chroma_agc=1