<?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=Jackster</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=Jackster"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Jackster"/>
	<updated>2026-04-20T00:09:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5599</id>
		<title>Pico2000</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5599"/>
		<updated>2013-01-05T02:17:03Z</updated>

		<summary type="html">&lt;p&gt;Jackster: /* ZoneMinder configuration 2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a cheap DVR card that works well with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
=== Name origination ===&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;PICO2000,&amp;quot; though often used, is technically not correct.  PICO2000 is the name of proprietary software that was bundled with this class of cards.&lt;br /&gt;
&lt;br /&gt;
PICO2000 is available under many different brand names such as &amp;#039;&amp;#039;&amp;#039;Star Imavision Video Capture&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 848&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 878&amp;#039;&amp;#039;&amp;#039;.  They are generally stated as &amp;#039;&amp;#039;&amp;#039;PICO2000 compatible&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a quad camera input PCI card.  The card uses a single Conexant 878A chip.  In addition, some models have 1 audio input jack; it has not been tested with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
* Compression: MPEG4&lt;br /&gt;
* Display Resolution: 352 x 240 (NTSC)&lt;br /&gt;
* Screen Display: 1/4/7/10/13/16 multi-view or full screen&lt;br /&gt;
* Multiple cards allowed as per your PCI slot allocation&lt;br /&gt;
* Minimum PC capability: Pentium III 800 MHz or equivalent&lt;br /&gt;
* 30 FPS (degrades as the channels are utilized; expect ~2 FPS with all four channels capturing)&lt;br /&gt;
&lt;br /&gt;
=== Purchase information ===&lt;br /&gt;
&lt;br /&gt;
A PICO2000 costs about US$5.00 in China with free shipping.&lt;br /&gt;
&lt;br /&gt;
For the United States, ebay may be the best place to purchase a PICO2000.  As of January of 2010, they are $30 each (including shipping from China). An ebay search for &amp;quot;PICO CCTV&amp;quot; will return results.&lt;br /&gt;
&lt;br /&gt;
== Linux driver ==&lt;br /&gt;
&lt;br /&gt;
Linux kernels after 2.6.2x appear to have the driver for this card bundled in. Further info can be found at [http://linux.bytesex.org/v4l2/bttv.html http://linux.bytesex.org/v4l2/bttv.html].&lt;br /&gt;
&lt;br /&gt;
=== Linux configurations and experiments ===&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For one card:&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
For two cards:&lt;br /&gt;
 options bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
And so on.&lt;br /&gt;
&lt;br /&gt;
Also, if during bootup your system hangs for 5 minutes or more at &amp;quot;Setting clock (utc)&amp;quot;:&lt;br /&gt;
 options i2c-algo-bit bit_test=1&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
The order of the lines is important.&lt;br /&gt;
&lt;br /&gt;
In Ubuntu 12.04 server, &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt; is gone, so you need to create a config file in &amp;lt;tt&amp;gt;/etc/modprobe.d/&amp;lt;/tt&amp;gt;:&lt;br /&gt;
* call it bttv.conf (the name doesn&amp;#039;t really matter), and it contains:&lt;br /&gt;
&lt;br /&gt;
 alias char-major-81-0 bttv&lt;br /&gt;
 options bttv card=77 pll=1&lt;br /&gt;
&lt;br /&gt;
On an AMD 6-core running zm 1.25 on Centos 6 I got this error a couple times&lt;br /&gt;
a second in /var/log/messages -- kernel: bttv0: PLL can sleep.  The remedy was&lt;br /&gt;
to remove the options from a file in modprobe.d and put it in /etc/rc.d/rc.local as&lt;br /&gt;
&lt;br /&gt;
  modprobe bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0  &lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration ==&lt;br /&gt;
&lt;br /&gt;
Settings under source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; general...&lt;br /&gt;
&lt;br /&gt;
The following settings depend on your camera.  Check your camera&amp;#039;s specification sheet (try the suggested starting values in brackets):&lt;br /&gt;
&lt;br /&gt;
* Device format [NTSC, PAL]&lt;br /&gt;
* Capture pallet [GREY]&lt;br /&gt;
* Dimensions [X=320, Y=240]&lt;br /&gt;
&lt;br /&gt;
When you have multiple cameras sharing one Pico card, you may have issues where:&lt;br /&gt;
&lt;br /&gt;
* An image from one camera shows up on more than one input&lt;br /&gt;
* Blank images on certain inputs&lt;br /&gt;
* Mixed images between inputs.&lt;br /&gt;
&lt;br /&gt;
The reported solution for these problems has varied.  You may want to try each of the following options one at a time.  Remember to restart ZoneMinder after each change.&lt;br /&gt;
&lt;br /&gt;
* Disable V4L_MULTI_BUFFER (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Change CAPTURES_PER_FRAME to a value such as 2 or 4 (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Use Video For Linux version 1 for each input (found in source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; capture method)&lt;br /&gt;
* In ZoneMinder 1.25, I had to use V4L2 to get it to work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration 2.0 ==&lt;br /&gt;
This is working for me. Might not work for others. &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This card is very 50/50 when getting it to work. Each system is different!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
I live in UK so for me I use PAL.&lt;br /&gt;
PAL is 768x576&lt;br /&gt;
NTCS should be 640x480 (NOT TESTED).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My settings are just like the other ones but like so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the ZoneMinder Console, Add/edit a camera to this.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| {{table}}&lt;br /&gt;
|-&lt;br /&gt;
| Device Path||         /dev/video0&lt;br /&gt;
|-&lt;br /&gt;
| Capture Method||         Video for Linux Version 2&lt;br /&gt;
|-&lt;br /&gt;
| Device Channel||X&lt;br /&gt;
|-&lt;br /&gt;
| Device Format||         PAL&lt;br /&gt;
|-&lt;br /&gt;
| Capture Palette||         YUYV (Tested most of them, half work, half working ones are B/W or wrong color).&lt;br /&gt;
|-&lt;br /&gt;
| Capture Width (pixels)||768&lt;br /&gt;
|-&lt;br /&gt;
| Capture Height (pixels) ||576&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
X = what input you are using. I have a image on the bottom of this page showing what inputs are what.&lt;br /&gt;
(NTSC should be 640x480)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In your /etc/modprobe.d/bbtv.conf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| alias char-major-81-0 bttv&lt;br /&gt;
|-&lt;br /&gt;
| options bttv gbuffers=32 card=77 tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Expect about 7-15FPS, 10 average at this resolution. &lt;br /&gt;
I have added a photo of a night garden shot. More to come.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?f=29&amp;amp;t=20692&amp;amp;p=78737#p78737&lt;br /&gt;
TBH, This capture card is a waste of time and money unless if you are happy with 1-2FPS 4 channel or 1 channel 10FPS.&lt;br /&gt;
&lt;br /&gt;
Test with config 2.0 &lt;br /&gt;
Night garden http://img163.imageshack.us/img163/6170/capturexwm.png&lt;br /&gt;
&lt;br /&gt;
Card input numbers. http://img803.imageshack.us/img803/8941/inputsfw.png&lt;br /&gt;
&lt;br /&gt;
== Chip history ==&lt;br /&gt;
&lt;br /&gt;
The Conexant Fusion 878A is the newer version of the Brooktree Bt878A.  The Brooktree Bt878A is the successor to the Bt848.&lt;br /&gt;
&lt;br /&gt;
Video capture software supporting Bt878A that is not designed for CCTV will likely only allow you to access one camera port at a time.  &lt;br /&gt;
&lt;br /&gt;
[http://wiki.robotz.com/index.php/Pico_Install_Instructions_4_Port_CCTV_DVR_Card#Conexant_Fusion_878A http://wiki.robotz.com/images/d/da/Conexantfusion878A.png]&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
[[Image:4ch DVR card.jpg|220px|Pico2000 photo 3]]&lt;br /&gt;
[[Image:Pico2000_1.jpg|200px|Pico2000 photo 1]]&lt;br /&gt;
[[Image:Pico2000_2.jpg|200px|Pico2000 photo 2]]&lt;/div&gt;</summary>
		<author><name>Jackster</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5598</id>
		<title>Pico2000</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5598"/>
		<updated>2013-01-05T02:06:18Z</updated>

		<summary type="html">&lt;p&gt;Jackster: /* ZoneMinder configuration 2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a cheap DVR card that works well with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
=== Name origination ===&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;PICO2000,&amp;quot; though often used, is technically not correct.  PICO2000 is the name of proprietary software that was bundled with this class of cards.&lt;br /&gt;
&lt;br /&gt;
PICO2000 is available under many different brand names such as &amp;#039;&amp;#039;&amp;#039;Star Imavision Video Capture&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 848&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 878&amp;#039;&amp;#039;&amp;#039;.  They are generally stated as &amp;#039;&amp;#039;&amp;#039;PICO2000 compatible&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a quad camera input PCI card.  The card uses a single Conexant 878A chip.  In addition, some models have 1 audio input jack; it has not been tested with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
* Compression: MPEG4&lt;br /&gt;
* Display Resolution: 352 x 240 (NTSC)&lt;br /&gt;
* Screen Display: 1/4/7/10/13/16 multi-view or full screen&lt;br /&gt;
* Multiple cards allowed as per your PCI slot allocation&lt;br /&gt;
* Minimum PC capability: Pentium III 800 MHz or equivalent&lt;br /&gt;
* 30 FPS (degrades as the channels are utilized; expect ~2 FPS with all four channels capturing)&lt;br /&gt;
&lt;br /&gt;
=== Purchase information ===&lt;br /&gt;
&lt;br /&gt;
A PICO2000 costs about US$5.00 in China with free shipping.&lt;br /&gt;
&lt;br /&gt;
For the United States, ebay may be the best place to purchase a PICO2000.  As of January of 2010, they are $30 each (including shipping from China). An ebay search for &amp;quot;PICO CCTV&amp;quot; will return results.&lt;br /&gt;
&lt;br /&gt;
== Linux driver ==&lt;br /&gt;
&lt;br /&gt;
Linux kernels after 2.6.2x appear to have the driver for this card bundled in. Further info can be found at [http://linux.bytesex.org/v4l2/bttv.html http://linux.bytesex.org/v4l2/bttv.html].&lt;br /&gt;
&lt;br /&gt;
=== Linux configurations and experiments ===&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For one card:&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
For two cards:&lt;br /&gt;
 options bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
And so on.&lt;br /&gt;
&lt;br /&gt;
Also, if during bootup your system hangs for 5 minutes or more at &amp;quot;Setting clock (utc)&amp;quot;:&lt;br /&gt;
 options i2c-algo-bit bit_test=1&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
The order of the lines is important.&lt;br /&gt;
&lt;br /&gt;
In Ubuntu 12.04 server, &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt; is gone, so you need to create a config file in &amp;lt;tt&amp;gt;/etc/modprobe.d/&amp;lt;/tt&amp;gt;:&lt;br /&gt;
* call it bttv.conf (the name doesn&amp;#039;t really matter), and it contains:&lt;br /&gt;
&lt;br /&gt;
 alias char-major-81-0 bttv&lt;br /&gt;
 options bttv card=77 pll=1&lt;br /&gt;
&lt;br /&gt;
On an AMD 6-core running zm 1.25 on Centos 6 I got this error a couple times&lt;br /&gt;
a second in /var/log/messages -- kernel: bttv0: PLL can sleep.  The remedy was&lt;br /&gt;
to remove the options from a file in modprobe.d and put it in /etc/rc.d/rc.local as&lt;br /&gt;
&lt;br /&gt;
  modprobe bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0  &lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration ==&lt;br /&gt;
&lt;br /&gt;
Settings under source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; general...&lt;br /&gt;
&lt;br /&gt;
The following settings depend on your camera.  Check your camera&amp;#039;s specification sheet (try the suggested starting values in brackets):&lt;br /&gt;
&lt;br /&gt;
* Device format [NTSC, PAL]&lt;br /&gt;
* Capture pallet [GREY]&lt;br /&gt;
* Dimensions [X=320, Y=240]&lt;br /&gt;
&lt;br /&gt;
When you have multiple cameras sharing one Pico card, you may have issues where:&lt;br /&gt;
&lt;br /&gt;
* An image from one camera shows up on more than one input&lt;br /&gt;
* Blank images on certain inputs&lt;br /&gt;
* Mixed images between inputs.&lt;br /&gt;
&lt;br /&gt;
The reported solution for these problems has varied.  You may want to try each of the following options one at a time.  Remember to restart ZoneMinder after each change.&lt;br /&gt;
&lt;br /&gt;
* Disable V4L_MULTI_BUFFER (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Change CAPTURES_PER_FRAME to a value such as 2 or 4 (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Use Video For Linux version 1 for each input (found in source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; capture method)&lt;br /&gt;
* In ZoneMinder 1.25, I had to use V4L2 to get it to work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration 2.0 ==&lt;br /&gt;
This is working for me. Might not work for others. &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This card is very 50/50 when getting it to work. Each system is different!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
I live in UK so for me I use PAL.&lt;br /&gt;
PAL is 768x576&lt;br /&gt;
NTCS should be 640x480 (NOT TESTED).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My settings are just like the other ones but like so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the ZoneMinder Console, Add/edit a camera to this.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| {{table}}&lt;br /&gt;
|-&lt;br /&gt;
| Device Path||         /dev/video0&lt;br /&gt;
|-&lt;br /&gt;
| Capture Method||         Video for Linux Version 2&lt;br /&gt;
|-&lt;br /&gt;
| Device Channel||X&lt;br /&gt;
|-&lt;br /&gt;
| Device Format||         PAL&lt;br /&gt;
|-&lt;br /&gt;
| Capture Palette||         YUYV (Tested most of them, half work, half working ones are B/W or wrong color).&lt;br /&gt;
|-&lt;br /&gt;
| Capture Width (pixels)||768&lt;br /&gt;
|-&lt;br /&gt;
| Capture Height (pixels) ||576&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
X = what input you are using. I have a image on the bottom of this page showing what inputs are what.&lt;br /&gt;
(NTSC should be 640x480)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In your /etc/modprobe.d/bbtv.conf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| alias char-major-81-0 bttv&lt;br /&gt;
|-&lt;br /&gt;
| options bttv gbuffers=32 card=77 tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Expect about 7-15FPS, 10 average at this resolution. &lt;br /&gt;
I have added a photo of a night garden shot. More to come.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?f=29&amp;amp;t=20692&amp;amp;p=78737#p78737&lt;br /&gt;
TBH, This capture card is a waste of time and money unless if you are happy with 1-2FPS 4 channel or 1 channel 10FPS.&lt;br /&gt;
&lt;br /&gt;
== Chip history ==&lt;br /&gt;
&lt;br /&gt;
The Conexant Fusion 878A is the newer version of the Brooktree Bt878A.  The Brooktree Bt878A is the successor to the Bt848.&lt;br /&gt;
&lt;br /&gt;
Video capture software supporting Bt878A that is not designed for CCTV will likely only allow you to access one camera port at a time.  &lt;br /&gt;
&lt;br /&gt;
[http://wiki.robotz.com/index.php/Pico_Install_Instructions_4_Port_CCTV_DVR_Card#Conexant_Fusion_878A http://wiki.robotz.com/images/d/da/Conexantfusion878A.png]&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
[[Image:4ch DVR card.jpg|220px|Pico2000 photo 3]]&lt;br /&gt;
[[Image:Pico2000_1.jpg|200px|Pico2000 photo 1]]&lt;br /&gt;
[[Image:Pico2000_2.jpg|200px|Pico2000 photo 2]]&lt;/div&gt;</summary>
		<author><name>Jackster</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5597</id>
		<title>Pico2000</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5597"/>
		<updated>2013-01-05T02:05:23Z</updated>

		<summary type="html">&lt;p&gt;Jackster: /* ZoneMinder configuration 2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a cheap DVR card that works well with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
=== Name origination ===&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;PICO2000,&amp;quot; though often used, is technically not correct.  PICO2000 is the name of proprietary software that was bundled with this class of cards.&lt;br /&gt;
&lt;br /&gt;
PICO2000 is available under many different brand names such as &amp;#039;&amp;#039;&amp;#039;Star Imavision Video Capture&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 848&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 878&amp;#039;&amp;#039;&amp;#039;.  They are generally stated as &amp;#039;&amp;#039;&amp;#039;PICO2000 compatible&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a quad camera input PCI card.  The card uses a single Conexant 878A chip.  In addition, some models have 1 audio input jack; it has not been tested with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
* Compression: MPEG4&lt;br /&gt;
* Display Resolution: 352 x 240 (NTSC)&lt;br /&gt;
* Screen Display: 1/4/7/10/13/16 multi-view or full screen&lt;br /&gt;
* Multiple cards allowed as per your PCI slot allocation&lt;br /&gt;
* Minimum PC capability: Pentium III 800 MHz or equivalent&lt;br /&gt;
* 30 FPS (degrades as the channels are utilized; expect ~2 FPS with all four channels capturing)&lt;br /&gt;
&lt;br /&gt;
=== Purchase information ===&lt;br /&gt;
&lt;br /&gt;
A PICO2000 costs about US$5.00 in China with free shipping.&lt;br /&gt;
&lt;br /&gt;
For the United States, ebay may be the best place to purchase a PICO2000.  As of January of 2010, they are $30 each (including shipping from China). An ebay search for &amp;quot;PICO CCTV&amp;quot; will return results.&lt;br /&gt;
&lt;br /&gt;
== Linux driver ==&lt;br /&gt;
&lt;br /&gt;
Linux kernels after 2.6.2x appear to have the driver for this card bundled in. Further info can be found at [http://linux.bytesex.org/v4l2/bttv.html http://linux.bytesex.org/v4l2/bttv.html].&lt;br /&gt;
&lt;br /&gt;
=== Linux configurations and experiments ===&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For one card:&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
For two cards:&lt;br /&gt;
 options bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
And so on.&lt;br /&gt;
&lt;br /&gt;
Also, if during bootup your system hangs for 5 minutes or more at &amp;quot;Setting clock (utc)&amp;quot;:&lt;br /&gt;
 options i2c-algo-bit bit_test=1&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
The order of the lines is important.&lt;br /&gt;
&lt;br /&gt;
In Ubuntu 12.04 server, &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt; is gone, so you need to create a config file in &amp;lt;tt&amp;gt;/etc/modprobe.d/&amp;lt;/tt&amp;gt;:&lt;br /&gt;
* call it bttv.conf (the name doesn&amp;#039;t really matter), and it contains:&lt;br /&gt;
&lt;br /&gt;
 alias char-major-81-0 bttv&lt;br /&gt;
 options bttv card=77 pll=1&lt;br /&gt;
&lt;br /&gt;
On an AMD 6-core running zm 1.25 on Centos 6 I got this error a couple times&lt;br /&gt;
a second in /var/log/messages -- kernel: bttv0: PLL can sleep.  The remedy was&lt;br /&gt;
to remove the options from a file in modprobe.d and put it in /etc/rc.d/rc.local as&lt;br /&gt;
&lt;br /&gt;
  modprobe bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0  &lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration ==&lt;br /&gt;
&lt;br /&gt;
Settings under source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; general...&lt;br /&gt;
&lt;br /&gt;
The following settings depend on your camera.  Check your camera&amp;#039;s specification sheet (try the suggested starting values in brackets):&lt;br /&gt;
&lt;br /&gt;
* Device format [NTSC, PAL]&lt;br /&gt;
* Capture pallet [GREY]&lt;br /&gt;
* Dimensions [X=320, Y=240]&lt;br /&gt;
&lt;br /&gt;
When you have multiple cameras sharing one Pico card, you may have issues where:&lt;br /&gt;
&lt;br /&gt;
* An image from one camera shows up on more than one input&lt;br /&gt;
* Blank images on certain inputs&lt;br /&gt;
* Mixed images between inputs.&lt;br /&gt;
&lt;br /&gt;
The reported solution for these problems has varied.  You may want to try each of the following options one at a time.  Remember to restart ZoneMinder after each change.&lt;br /&gt;
&lt;br /&gt;
* Disable V4L_MULTI_BUFFER (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Change CAPTURES_PER_FRAME to a value such as 2 or 4 (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Use Video For Linux version 1 for each input (found in source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; capture method)&lt;br /&gt;
* In ZoneMinder 1.25, I had to use V4L2 to get it to work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration 2.0 ==&lt;br /&gt;
This is working for me. Might not work for others. &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This card is very 50/50 when getting it to work. Each system is different!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
I live in UK so for me I use PAL.&lt;br /&gt;
PAL is 768x576&lt;br /&gt;
NTCS should be 640x480 (NOT TESTED).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My settings are just like the other ones but like so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the ZoneMinder Console, Add/edit a camera to this.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| {{table}}&lt;br /&gt;
|-&lt;br /&gt;
| Device Path||         /dev/video0&lt;br /&gt;
|-&lt;br /&gt;
| Capture Method||         Video for Linux Version 2&lt;br /&gt;
|-&lt;br /&gt;
| Device Channel||X&lt;br /&gt;
|-&lt;br /&gt;
| Device Format||         PAL&lt;br /&gt;
|-&lt;br /&gt;
| Capture Palette||         YUYV (Tested most of them, half work, half working ones are B/W or wrong color).&lt;br /&gt;
|-&lt;br /&gt;
| Capture Width (pixels)||768&lt;br /&gt;
|-&lt;br /&gt;
| Capture Height (pixels) ||576&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
X = what input you are using. I have a image on the bottom of this page showing what inputs are what.&lt;br /&gt;
(NTSC should be 640x480)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In your /etc/modprobe.d/bbtv.conf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| alias char-major-81-0 bttv&lt;br /&gt;
|-&lt;br /&gt;
| options bttv gbuffers=32 card=77 tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Expect about 7-15FPS, 10 average at this resolution. &lt;br /&gt;
I have added a photo of a night garden shot. More to come.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?f=29&amp;amp;t=20692&amp;amp;p=78737#p78737&lt;br /&gt;
&lt;br /&gt;
== Chip history ==&lt;br /&gt;
&lt;br /&gt;
The Conexant Fusion 878A is the newer version of the Brooktree Bt878A.  The Brooktree Bt878A is the successor to the Bt848.&lt;br /&gt;
&lt;br /&gt;
Video capture software supporting Bt878A that is not designed for CCTV will likely only allow you to access one camera port at a time.  &lt;br /&gt;
&lt;br /&gt;
[http://wiki.robotz.com/index.php/Pico_Install_Instructions_4_Port_CCTV_DVR_Card#Conexant_Fusion_878A http://wiki.robotz.com/images/d/da/Conexantfusion878A.png]&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
[[Image:4ch DVR card.jpg|220px|Pico2000 photo 3]]&lt;br /&gt;
[[Image:Pico2000_1.jpg|200px|Pico2000 photo 1]]&lt;br /&gt;
[[Image:Pico2000_2.jpg|200px|Pico2000 photo 2]]&lt;/div&gt;</summary>
		<author><name>Jackster</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5596</id>
		<title>Pico2000</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5596"/>
		<updated>2013-01-05T02:03:57Z</updated>

		<summary type="html">&lt;p&gt;Jackster: /* ZoneMinder configuration 2.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a cheap DVR card that works well with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
=== Name origination ===&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;PICO2000,&amp;quot; though often used, is technically not correct.  PICO2000 is the name of proprietary software that was bundled with this class of cards.&lt;br /&gt;
&lt;br /&gt;
PICO2000 is available under many different brand names such as &amp;#039;&amp;#039;&amp;#039;Star Imavision Video Capture&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 848&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 878&amp;#039;&amp;#039;&amp;#039;.  They are generally stated as &amp;#039;&amp;#039;&amp;#039;PICO2000 compatible&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a quad camera input PCI card.  The card uses a single Conexant 878A chip.  In addition, some models have 1 audio input jack; it has not been tested with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
* Compression: MPEG4&lt;br /&gt;
* Display Resolution: 352 x 240 (NTSC)&lt;br /&gt;
* Screen Display: 1/4/7/10/13/16 multi-view or full screen&lt;br /&gt;
* Multiple cards allowed as per your PCI slot allocation&lt;br /&gt;
* Minimum PC capability: Pentium III 800 MHz or equivalent&lt;br /&gt;
* 30 FPS (degrades as the channels are utilized; expect ~2 FPS with all four channels capturing)&lt;br /&gt;
&lt;br /&gt;
=== Purchase information ===&lt;br /&gt;
&lt;br /&gt;
A PICO2000 costs about US$5.00 in China with free shipping.&lt;br /&gt;
&lt;br /&gt;
For the United States, ebay may be the best place to purchase a PICO2000.  As of January of 2010, they are $30 each (including shipping from China). An ebay search for &amp;quot;PICO CCTV&amp;quot; will return results.&lt;br /&gt;
&lt;br /&gt;
== Linux driver ==&lt;br /&gt;
&lt;br /&gt;
Linux kernels after 2.6.2x appear to have the driver for this card bundled in. Further info can be found at [http://linux.bytesex.org/v4l2/bttv.html http://linux.bytesex.org/v4l2/bttv.html].&lt;br /&gt;
&lt;br /&gt;
=== Linux configurations and experiments ===&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For one card:&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
For two cards:&lt;br /&gt;
 options bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
And so on.&lt;br /&gt;
&lt;br /&gt;
Also, if during bootup your system hangs for 5 minutes or more at &amp;quot;Setting clock (utc)&amp;quot;:&lt;br /&gt;
 options i2c-algo-bit bit_test=1&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
The order of the lines is important.&lt;br /&gt;
&lt;br /&gt;
In Ubuntu 12.04 server, &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt; is gone, so you need to create a config file in &amp;lt;tt&amp;gt;/etc/modprobe.d/&amp;lt;/tt&amp;gt;:&lt;br /&gt;
* call it bttv.conf (the name doesn&amp;#039;t really matter), and it contains:&lt;br /&gt;
&lt;br /&gt;
 alias char-major-81-0 bttv&lt;br /&gt;
 options bttv card=77 pll=1&lt;br /&gt;
&lt;br /&gt;
On an AMD 6-core running zm 1.25 on Centos 6 I got this error a couple times&lt;br /&gt;
a second in /var/log/messages -- kernel: bttv0: PLL can sleep.  The remedy was&lt;br /&gt;
to remove the options from a file in modprobe.d and put it in /etc/rc.d/rc.local as&lt;br /&gt;
&lt;br /&gt;
  modprobe bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0  &lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration ==&lt;br /&gt;
&lt;br /&gt;
Settings under source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; general...&lt;br /&gt;
&lt;br /&gt;
The following settings depend on your camera.  Check your camera&amp;#039;s specification sheet (try the suggested starting values in brackets):&lt;br /&gt;
&lt;br /&gt;
* Device format [NTSC, PAL]&lt;br /&gt;
* Capture pallet [GREY]&lt;br /&gt;
* Dimensions [X=320, Y=240]&lt;br /&gt;
&lt;br /&gt;
When you have multiple cameras sharing one Pico card, you may have issues where:&lt;br /&gt;
&lt;br /&gt;
* An image from one camera shows up on more than one input&lt;br /&gt;
* Blank images on certain inputs&lt;br /&gt;
* Mixed images between inputs.&lt;br /&gt;
&lt;br /&gt;
The reported solution for these problems has varied.  You may want to try each of the following options one at a time.  Remember to restart ZoneMinder after each change.&lt;br /&gt;
&lt;br /&gt;
* Disable V4L_MULTI_BUFFER (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Change CAPTURES_PER_FRAME to a value such as 2 or 4 (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Use Video For Linux version 1 for each input (found in source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; capture method)&lt;br /&gt;
* In ZoneMinder 1.25, I had to use V4L2 to get it to work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration 2.0 ==&lt;br /&gt;
This is working for me. Might not work for others. &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;This card is very 50/50 when getting it to work. Each system is different!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
I live in UK so for me I use PAL.&lt;br /&gt;
PAL is 768x576&lt;br /&gt;
NTCS should be 640x480 (NOT TESTED).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My settings are just like the other ones but like so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the ZoneMinder Console, Add/edit a camera to this.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| {{table}}&lt;br /&gt;
|-&lt;br /&gt;
| Device Path||         /dev/video0&lt;br /&gt;
|-&lt;br /&gt;
| Capture Method||         Video for Linux Version 2&lt;br /&gt;
|-&lt;br /&gt;
| Device Channel||1&lt;br /&gt;
|-&lt;br /&gt;
| Device Format||         PAL&lt;br /&gt;
|-&lt;br /&gt;
| Capture Palette||         YUYV (Tested most of them, half work, half working ones are B/W or wrong color).&lt;br /&gt;
|-&lt;br /&gt;
| Capture Width (pixels)||768&lt;br /&gt;
|-&lt;br /&gt;
| Capture Height (pixels) ||576&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
(NTSC should be 640x480)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In your /etc/modprobe.d/bbtv.conf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| alias char-major-81-0 bttv&lt;br /&gt;
|-&lt;br /&gt;
| options bttv gbuffers=32 card=77 tuner=4 radio=0 coring=1 full_luma_range=1 chroma_agc=1 combfilter=1 autoload=0 triton1=0 vsfx=0&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Expect about 7-15FPS, 10 average at this resolution. &lt;br /&gt;
I have added a photo of a night garden shot. More to come.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?f=29&amp;amp;t=20692&amp;amp;p=78737#p78737&lt;br /&gt;
&lt;br /&gt;
== Chip history ==&lt;br /&gt;
&lt;br /&gt;
The Conexant Fusion 878A is the newer version of the Brooktree Bt878A.  The Brooktree Bt878A is the successor to the Bt848.&lt;br /&gt;
&lt;br /&gt;
Video capture software supporting Bt878A that is not designed for CCTV will likely only allow you to access one camera port at a time.  &lt;br /&gt;
&lt;br /&gt;
[http://wiki.robotz.com/index.php/Pico_Install_Instructions_4_Port_CCTV_DVR_Card#Conexant_Fusion_878A http://wiki.robotz.com/images/d/da/Conexantfusion878A.png]&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
[[Image:4ch DVR card.jpg|220px|Pico2000 photo 3]]&lt;br /&gt;
[[Image:Pico2000_1.jpg|200px|Pico2000 photo 1]]&lt;br /&gt;
[[Image:Pico2000_2.jpg|200px|Pico2000 photo 2]]&lt;/div&gt;</summary>
		<author><name>Jackster</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5595</id>
		<title>Pico2000</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Pico2000&amp;diff=5595"/>
		<updated>2013-01-05T01:50:15Z</updated>

		<summary type="html">&lt;p&gt;Jackster: /* ZoneMinder configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a cheap DVR card that works well with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
=== Name origination ===&lt;br /&gt;
&lt;br /&gt;
The name &amp;quot;PICO2000,&amp;quot; though often used, is technically not correct.  PICO2000 is the name of proprietary software that was bundled with this class of cards.&lt;br /&gt;
&lt;br /&gt;
PICO2000 is available under many different brand names such as &amp;#039;&amp;#039;&amp;#039;Star Imavision Video Capture&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 848&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Brooktree 878&amp;#039;&amp;#039;&amp;#039;.  They are generally stated as &amp;#039;&amp;#039;&amp;#039;PICO2000 compatible&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
&lt;br /&gt;
PICO2000 is a quad camera input PCI card.  The card uses a single Conexant 878A chip.  In addition, some models have 1 audio input jack; it has not been tested with ZoneMinder.&lt;br /&gt;
&lt;br /&gt;
* Compression: MPEG4&lt;br /&gt;
* Display Resolution: 352 x 240 (NTSC)&lt;br /&gt;
* Screen Display: 1/4/7/10/13/16 multi-view or full screen&lt;br /&gt;
* Multiple cards allowed as per your PCI slot allocation&lt;br /&gt;
* Minimum PC capability: Pentium III 800 MHz or equivalent&lt;br /&gt;
* 30 FPS (degrades as the channels are utilized; expect ~2 FPS with all four channels capturing)&lt;br /&gt;
&lt;br /&gt;
=== Purchase information ===&lt;br /&gt;
&lt;br /&gt;
A PICO2000 costs about US$5.00 in China with free shipping.&lt;br /&gt;
&lt;br /&gt;
For the United States, ebay may be the best place to purchase a PICO2000.  As of January of 2010, they are $30 each (including shipping from China). An ebay search for &amp;quot;PICO CCTV&amp;quot; will return results.&lt;br /&gt;
&lt;br /&gt;
== Linux driver ==&lt;br /&gt;
&lt;br /&gt;
Linux kernels after 2.6.2x appear to have the driver for this card bundled in. Further info can be found at [http://linux.bytesex.org/v4l2/bttv.html http://linux.bytesex.org/v4l2/bttv.html].&lt;br /&gt;
&lt;br /&gt;
=== Linux configurations and experiments ===&lt;br /&gt;
&lt;br /&gt;
In &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For one card:&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
For two cards:&lt;br /&gt;
 options bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
And so on.&lt;br /&gt;
&lt;br /&gt;
Also, if during bootup your system hangs for 5 minutes or more at &amp;quot;Setting clock (utc)&amp;quot;:&lt;br /&gt;
 options i2c-algo-bit bit_test=1&lt;br /&gt;
 options bttv card=77 tuner=4 radio=0 triton1=0 vsfx=0 autoload=0&lt;br /&gt;
The order of the lines is important.&lt;br /&gt;
&lt;br /&gt;
In Ubuntu 12.04 server, &amp;lt;tt&amp;gt;/etc/modprobe.conf&amp;lt;/tt&amp;gt; is gone, so you need to create a config file in &amp;lt;tt&amp;gt;/etc/modprobe.d/&amp;lt;/tt&amp;gt;:&lt;br /&gt;
* call it bttv.conf (the name doesn&amp;#039;t really matter), and it contains:&lt;br /&gt;
&lt;br /&gt;
 alias char-major-81-0 bttv&lt;br /&gt;
 options bttv card=77 pll=1&lt;br /&gt;
&lt;br /&gt;
On an AMD 6-core running zm 1.25 on Centos 6 I got this error a couple times&lt;br /&gt;
a second in /var/log/messages -- kernel: bttv0: PLL can sleep.  The remedy was&lt;br /&gt;
to remove the options from a file in modprobe.d and put it in /etc/rc.d/rc.local as&lt;br /&gt;
&lt;br /&gt;
  modprobe bttv card=77,77 tuner=4,4 radio=0,0 triton1=0 vsfx=0 autoload=0  &lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration ==&lt;br /&gt;
&lt;br /&gt;
Settings under source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; general...&lt;br /&gt;
&lt;br /&gt;
The following settings depend on your camera.  Check your camera&amp;#039;s specification sheet (try the suggested starting values in brackets):&lt;br /&gt;
&lt;br /&gt;
* Device format [NTSC, PAL]&lt;br /&gt;
* Capture pallet [GREY]&lt;br /&gt;
* Dimensions [X=320, Y=240]&lt;br /&gt;
&lt;br /&gt;
When you have multiple cameras sharing one Pico card, you may have issues where:&lt;br /&gt;
&lt;br /&gt;
* An image from one camera shows up on more than one input&lt;br /&gt;
* Blank images on certain inputs&lt;br /&gt;
* Mixed images between inputs.&lt;br /&gt;
&lt;br /&gt;
The reported solution for these problems has varied.  You may want to try each of the following options one at a time.  Remember to restart ZoneMinder after each change.&lt;br /&gt;
&lt;br /&gt;
* Disable V4L_MULTI_BUFFER (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Change CAPTURES_PER_FRAME to a value such as 2 or 4 (found in options &amp;gt;&amp;gt; config)&lt;br /&gt;
* Use Video For Linux version 1 for each input (found in source &amp;gt;&amp;gt; source &amp;gt;&amp;gt; capture method)&lt;br /&gt;
* In ZoneMinder 1.25, I had to use V4L2 to get it to work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ZoneMinder configuration 2.0 ==&lt;br /&gt;
&lt;br /&gt;
== Chip history ==&lt;br /&gt;
&lt;br /&gt;
The Conexant Fusion 878A is the newer version of the Brooktree Bt878A.  The Brooktree Bt878A is the successor to the Bt848.&lt;br /&gt;
&lt;br /&gt;
Video capture software supporting Bt878A that is not designed for CCTV will likely only allow you to access one camera port at a time.  &lt;br /&gt;
&lt;br /&gt;
[http://wiki.robotz.com/index.php/Pico_Install_Instructions_4_Port_CCTV_DVR_Card#Conexant_Fusion_878A http://wiki.robotz.com/images/d/da/Conexantfusion878A.png]&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
[[Image:4ch DVR card.jpg|220px|Pico2000 photo 3]]&lt;br /&gt;
[[Image:Pico2000_1.jpg|200px|Pico2000 photo 1]]&lt;br /&gt;
[[Image:Pico2000_2.jpg|200px|Pico2000 photo 2]]&lt;/div&gt;</summary>
		<author><name>Jackster</name></author>
	</entry>
</feed>