<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skid</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Skid"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Skid"/>
	<updated>2026-04-19T17:43:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Kodicom_4400r&amp;diff=6337</id>
		<title>Kodicom 4400r</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Kodicom_4400r&amp;diff=6337"/>
		<updated>2014-08-06T14:37:44Z</updated>

		<summary type="html">&lt;p&gt;Skid: /* Add a single card */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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)&lt;br /&gt;
&amp;lt;br&amp;gt;/dev/video0 (3) assigns composit input 3 to the first device&lt;br /&gt;
&amp;lt;br&amp;gt;/dev/video1 (0) assigns composit input 0 to the second device etc...&lt;br /&gt;
More information can be obtained at [http://vamostech.com/gps-tracking GPS Tracking]&lt;br /&gt;
&lt;br /&gt;
For video display in ZonEMindeR, make sure you select &amp;quot;Video For Linux Version 1&amp;quot; and the proper resolution for the camera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Add a single card==&lt;br /&gt;
modprobe bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4&amp;lt;br&amp;gt;&lt;br /&gt;
or &amp;lt;br&amp;gt;&lt;br /&gt;
edit your modprobe.conf (on modern linux distributions, the options below should be placed in /etc/modprobe.d/bttv.conf)  to include &amp;lt;br&amp;gt;&lt;br /&gt;
options bttv  gbuffers=16 card=133,132,133,133 tuner=4,4,4,4&amp;lt;br&amp;gt;&lt;br /&gt;
requires a 2.6.12 kernel but fully supported in a 2.6.13&amp;lt;br&amp;gt;&lt;br /&gt;
I tried and failed on the 2.6.12 but succeeded on the 2.6.13&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When using all 16 channels plug the additional BNC&amp;#039;s onto the headers bearing in mind the first 4 are on the card.&lt;br /&gt;
but the order of the channels is&lt;br /&gt;
1,2,3,4,9,8,5,4,13,12,11,10,15,14,7,6&lt;br /&gt;
&lt;br /&gt;
*James Wilson&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s very important to set: &amp;lt;br /&amp;gt;&lt;br /&gt;
options -&amp;gt; config -&amp;gt; V4L_MULTI_BUFFER = &amp;#039;&amp;#039;&amp;#039;disabled&amp;#039;&amp;#039;&amp;#039;  &amp;lt;br /&amp;gt;&lt;br /&gt;
Otherwise, you will get half picture from one camera and half picture from other camera. &amp;lt;br /&amp;gt;&lt;br /&gt;
and &amp;lt;br /&amp;gt;&lt;br /&gt;
options -&amp;gt; config -&amp;gt; CAPTURES_PER_FRAME = &amp;#039;&amp;#039;&amp;#039;4&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
or something between 2 or 4, otherwise you could get two cameras swapping back and forth. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Options_kodicom_zoneminder.PNG]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Two Cards in a single box ****==&lt;br /&gt;
Two 4400r cards - labeled as se-120 (4 8778 chips/card). In an IBM 342 Server. FC4&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is setup with :&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video0 channel 0&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video1 channel 1&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video2 channel 2&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video3 channel 3&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/dev/video4 channel 0&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video5 channel 1&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video6 channel 2&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video7 channel 3&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#modprobe.conf&amp;lt;br&amp;gt;&lt;br /&gt;
alias char-major-81 bttv&amp;lt;br&amp;gt;&lt;br /&gt;
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=4&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==If color cameras show black and white==&lt;br /&gt;
Adding chroma_agc=1 to your modprobe line might fix it. &lt;br /&gt;
&lt;br /&gt;
Eg.&lt;br /&gt;
&lt;br /&gt;
options bttv gbuffers=16 card=133,132,133,133 chroma_agc=1&lt;/div&gt;</summary>
		<author><name>Skid</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Kodicom_4400r&amp;diff=6048</id>
		<title>Kodicom 4400r</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Kodicom_4400r&amp;diff=6048"/>
		<updated>2014-01-15T18:20:11Z</updated>

		<summary type="html">&lt;p&gt;Skid: /* Add a single card */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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)&lt;br /&gt;
&amp;lt;br&amp;gt;/dev/video0 (3) assigns composit input 3 to the first device&lt;br /&gt;
&amp;lt;br&amp;gt;/dev/video1 (0) assigns composit input 0 to the second device etc...&lt;br /&gt;
More information can be obtained at [http://vamostech.com/gps-tracking GPS Tracking]&lt;br /&gt;
&lt;br /&gt;
For video display in ZonEMindeR, make sure you select &amp;quot;Video For Linux Version 1&amp;quot; and the proper resolution for the camera.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Add a single card==&lt;br /&gt;
modprobe bttv gbuffers=16 card=133,132,133,133&amp;lt;br&amp;gt;&lt;br /&gt;
or &amp;lt;br&amp;gt;&lt;br /&gt;
edit your modprobe.conf (on modern linux distributions, the options below should be placed in /etc/modprobe.d/bttv.conf)  to include &amp;lt;br&amp;gt;&lt;br /&gt;
options bttv  gbuffers=16 card=133,132,133,133&amp;lt;br&amp;gt;&lt;br /&gt;
requires a 2.6.12 kernel but fully supported in a 2.6.13&amp;lt;br&amp;gt;&lt;br /&gt;
I tried and failed on the 2.6.12 but succeeded on the 2.6.13&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When using all 16 channels plug the additional BNC&amp;#039;s onto the headers bearing in mind the first 4 are on the card.&lt;br /&gt;
but the order of the channels is&lt;br /&gt;
1,2,3,4,9,8,5,4,13,12,11,10,15,14,7,6&lt;br /&gt;
&lt;br /&gt;
*James Wilson&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s very important to set: &amp;lt;br /&amp;gt;&lt;br /&gt;
options -&amp;gt; config -&amp;gt; V4L_MULTI_BUFFER = &amp;#039;&amp;#039;&amp;#039;disabled&amp;#039;&amp;#039;&amp;#039;  &amp;lt;br /&amp;gt;&lt;br /&gt;
Otherwise, you will get half picture from one camera and half picture from other camera. &amp;lt;br /&amp;gt;&lt;br /&gt;
and &amp;lt;br /&amp;gt;&lt;br /&gt;
options -&amp;gt; config -&amp;gt; CAPTURES_PER_FRAME = &amp;#039;&amp;#039;&amp;#039;4&amp;#039;&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
or something between 2 or 4, otherwise you could get two cameras swapping back and forth. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Options_kodicom_zoneminder.PNG]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Two Cards in a single box ****==&lt;br /&gt;
Two 4400r cards - labeled as se-120 (4 8778 chips/card). In an IBM 342 Server. FC4&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is setup with :&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video0 channel 0&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video1 channel 1&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video2 channel 2&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video3 channel 3&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/dev/video4 channel 0&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video5 channel 1&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video6 channel 2&amp;lt;br&amp;gt;&lt;br /&gt;
/dev/video7 channel 3&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#modprobe.conf&amp;lt;br&amp;gt;&lt;br /&gt;
alias char-major-81 bttv&amp;lt;br&amp;gt;&lt;br /&gt;
options bttv gbuffers=32 card=0x85,0x84,0x85,0x85,0x85,0x84,0x85,0x85 tuner=4&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==If color cameras show black and white==&lt;br /&gt;
Adding chroma_agc=1 to your modprobe line might fix it. &lt;br /&gt;
&lt;br /&gt;
Eg.&lt;br /&gt;
&lt;br /&gt;
options bttv gbuffers=16 card=133,132,133,133 chroma_agc=1&lt;/div&gt;</summary>
		<author><name>Skid</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=File:Options_kodicom_zoneminder.PNG&amp;diff=6047</id>
		<title>File:Options kodicom zoneminder.PNG</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=File:Options_kodicom_zoneminder.PNG&amp;diff=6047"/>
		<updated>2014-01-15T18:18:07Z</updated>

		<summary type="html">&lt;p&gt;Skid: Two important options to set when you use V4L1 in ZoneMinder with Kodicom 4400r card and probably with anything with the bt878 chip.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Two important options to set when you use V4L1 in ZoneMinder with Kodicom 4400r card and probably with anything with the bt878 chip.&lt;/div&gt;</summary>
		<author><name>Skid</name></author>
	</entry>
</feed>