<?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=Eddyhkim</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=Eddyhkim"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Eddyhkim"/>
	<updated>2026-04-19T22:43:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=General_Notes&amp;diff=1487</id>
		<title>General Notes</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=General_Notes&amp;diff=1487"/>
		<updated>2006-06-01T16:54:02Z</updated>

		<summary type="html">&lt;p&gt;Eddyhkim: /* Kodicom capture card */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Zoneminder build notes==&lt;br /&gt;
*Installing from source&lt;br /&gt;
http://www.zoneminder.com/fileadmin/downloads/README.html&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5715&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5929&amp;lt;br&amp;gt;&lt;br /&gt;
:./configure --with-mysql=/usr/local/mysql&lt;br /&gt;
:--with-ffmpeg=/home/src/ffmpeg-0.4.9-pre1&lt;br /&gt;
:--with-lame=/home/src/lame-3.96.1/libmp3lame&lt;br /&gt;
:--with-webdir=/home/sites/Security.658Ridgecrest.com/web&lt;br /&gt;
:--with-cgidir=/home/sites/Security.658Ridgecrest.com/web&lt;br /&gt;
:--with-webuser=httpd &lt;br /&gt;
:--with-webgroup=httpd&lt;br /&gt;
:--with-libarch=lib &lt;br /&gt;
:--enable-debug=yes &lt;br /&gt;
OR&lt;br /&gt;
:./configure --with-webdir=/var/www/htdocs/ZM&lt;br /&gt;
:--with-cgidir=/var/www/cgi-bin --sysconfdir=/etc&lt;br /&gt;
:--with-webuser=httpd&lt;br /&gt;
:--with-webgroup=httpd&lt;br /&gt;
OR&lt;br /&gt;
:http://www.zoneminder.com/forums/viewtopic.php?t=6053&lt;br /&gt;
:./configure --with-webdir=/var/www/html/zm &lt;br /&gt;
:--with-cgidir=/var/www/cgi-bin ZM_DB_PASS=&amp;lt;password&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Debian installation&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5391 &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6215 &amp;lt;br&amp;gt;&lt;br /&gt;
:http://www.zoneminder.com/forums/viewtopic.php?t=5892&amp;lt;br&amp;gt;&lt;br /&gt;
:./configure --with-mysql=/usr &lt;br /&gt;
:--with-webdir=/var/www/zm &lt;br /&gt;
:--with-cgidir=/var/www/cgi-bin --sysconfdir=/etc&lt;br /&gt;
:--with-ffmpeg=/usr/local&lt;br /&gt;
:--with-webuser=www-data &lt;br /&gt;
:--with-webgroup=www-data CPPFLAGS=&amp;quot;-I /usr/local/ssl/include -I /usr/local/lib&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*With a new install create and populate mysql databases. &lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6023&amp;lt;br&amp;gt;&lt;br /&gt;
mysql mysql &amp;lt; db/zm_create.sql&lt;br /&gt;
mysql mysql&lt;br /&gt;
grant select,insert,update,delete on &amp;lt;database name&amp;gt;.* to&lt;br /&gt;
&amp;#039;&amp;lt;database user&amp;gt;&amp;#039;@localhost identified by &amp;#039;&amp;lt;database password&amp;gt;&amp;#039;;&lt;br /&gt;
quit&lt;br /&gt;
mysqladmin reload &lt;br /&gt;
Check zone.conf or zm.conf. Check that there are no bogus vesions of this file&lt;br /&gt;
lying around. &amp;quot;nobody&amp;quot; doesn&amp;#039;t have shell access, choose a different Apache alias like&lt;br /&gt;
&amp;quot;httpd&amp;quot;. The zmdc.log logs any errors.&lt;br /&gt;
zm.sock file must be able to be created.&lt;br /&gt;
&lt;br /&gt;
*Build for Suse10&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5925 &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5686&amp;amp;highlight=suse&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6221&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6249&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Fedora4 notes&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5991&amp;lt;br&amp;gt;&lt;br /&gt;
Set web user and group correctly and set the log dir to a writeable location.&lt;br /&gt;
With FC4 there are three things that must be done to get ZM running,:&lt;br /&gt;
#is in the /etc/ld.so.conf.d/ dir created a file with 775 perm called zm.conf and add the line &amp;#039;/usr/local/lib&amp;#039; to it and type &amp;#039;ldconfig&amp;#039; once it is added, also with a fresh install of FC4 make sure SE linux is disabled if you are not using it. Check your log path in options under the paths tab. This will tell you were the log are going to be put. &lt;br /&gt;
#Second make sure the path exists. &lt;br /&gt;
#Third create the log files if they do not exist and make sure that they have the correct permissions. If zm can not open and write the log files, it will not start. &lt;br /&gt;
&lt;br /&gt;
*OpenSSl and openssl-devel&lt;br /&gt;
You should have these packages installed:&lt;br /&gt;
openssl,openssl-devel,php-mysql&lt;br /&gt;
To check if you have them, do &lt;br /&gt;
rpm -qa | grep openssl&lt;br /&gt;
&lt;br /&gt;
*General forum notes&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6261&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Apache ==&lt;br /&gt;
*permission problem&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5642&lt;br /&gt;
sudo -u apache /etc/rc.d/rc.zoneminder start&lt;br /&gt;
now.. zmc and zma is running on user apache&lt;br /&gt;
*su issue&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5652&lt;br /&gt;
*http webserver must allows cgi execution&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5853&lt;br /&gt;
*/usr/local/etc/zm.conf  must exist and what process owns it.&lt;br /&gt;
webuser and webgroup must be correct for apache to have ownership over zm.conf&lt;br /&gt;
&lt;br /&gt;
==BIOS issues==&lt;br /&gt;
Turn off ACPI in the bios. ACPI is a power management configuration&lt;br /&gt;
on the motherboard that interferes with the datacapture cards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Brightness control==&lt;br /&gt;
Brightness control script&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=3953&amp;amp;highlight=brightness&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5680&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=3657&lt;br /&gt;
&lt;br /&gt;
==contribs directory==&lt;br /&gt;
contribs directory has user based files added to zoneminder&lt;br /&gt;
&lt;br /&gt;
==Combozola==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5745&lt;br /&gt;
&lt;br /&gt;
==CAPTURE card issues==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6042&lt;br /&gt;
Single chip with 4cameras can lead to image flipping.&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6024&lt;br /&gt;
LInux commands lspci ,dmesg &lt;br /&gt;
BT878 card with 1 cip/4 ins - Provideo PV143 &lt;br /&gt;
&lt;br /&gt;
==CAUSE NOTES field section==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6065&lt;br /&gt;
&lt;br /&gt;
==Database Mysql==&lt;br /&gt;
Create a new database.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5754&lt;br /&gt;
database repair&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5657&amp;amp;highlight=repair+database+mysql&lt;br /&gt;
Mysql corrupted via bad BIOS. &lt;br /&gt;
I pulled the battery for 5 minutes and slapped it back in. I booted, then started zoneminder. It didn&amp;#039;t lock up! I went into the interface and found several lines of &amp;#039;incorrect key file for table: &amp;#039;E&amp;#039;Try to repair it&amp;#039; before the regular interface began. I stopped zoneminder and went into mysql - sure enough, the events and frames tables both had errors. I repaired them and restarted zoneminder successfully. The system is now running; I&amp;#039;m going to let it be and see if it dies as it did before.&lt;br /&gt;
&lt;br /&gt;
*My personal recommendation is to try converting your database over to INNODB tables.&lt;br /&gt;
Researching the web I found this to be faster for larger tables (as events grow) and much more reliable. &lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6000&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6143&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5657&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6095&lt;br /&gt;
&lt;br /&gt;
==FFmpeg==&lt;br /&gt;
*Install ffmpeg for Fedora with&lt;br /&gt;
yum -i  ffmpeg&lt;br /&gt;
yum -i ffmpeg-devel&lt;br /&gt;
&lt;br /&gt;
*Install ffmpeg and ffmpeg-devel on Fedore4&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5601&amp;amp;sid=4e7192b74fe4306e341e9c4036727f7b&lt;br /&gt;
rpm -ivh http://rpm.livna.org/livna-release4.rpm&lt;br /&gt;
yum install ffmpeg ffmpeg-devel&lt;br /&gt;
Place the devel stuff in /usr/include/ffmpeg&lt;br /&gt;
Now configure, make, make install&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5576&amp;amp;sid=4e7192b74fe4306e341e9c4036727f7b&lt;br /&gt;
*After getting ffmpeg from CVS, do:&lt;br /&gt;
./configure , make,  make install, make installibs&lt;br /&gt;
&lt;br /&gt;
==Gentoo==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5685&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=4217&amp;amp;highlight=gentoo&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5303&amp;amp;highlight=gentoo&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=3924&amp;amp;highlight=gentoo+start&lt;br /&gt;
&lt;br /&gt;
==Infrared illumination for nightvision==&lt;br /&gt;
*http://www.infraredlab.com uses chips from:&lt;br /&gt;
*http://www.roithner-laser.com/LED_HP_multi_chip.html&lt;br /&gt;
*http://www.amasci.com/amateur/irgoggl.html&lt;br /&gt;
*http://www.roithner-laser.com/All_Da...t-c-060301.pdf&lt;br /&gt;
:p.42 super high power LED,array, metal PCB ,package with 12 paral 1 mmÂ² power chips, 360Â° or 120Â°.Size: 72 x 32 mmÂ²&lt;br /&gt;
:p.40 high power LED array, 6 chips, Jumbo package, wavelengths at 590 nm, 640 nm, 660 nm, 810 nm 880 nm, 920 nm, 950 nm, M10 x 1.5 mm thread package&lt;br /&gt;
:p.33 narrow beam power LED series, 8Â° viewing angle, 1 power chip, clear epoxy package, square beam, no dark beam center from bonding wire, M12 x1 thread package&lt;br /&gt;
&lt;br /&gt;
Roithner provides high power infrared Leds to illuminate a  street at distances of over&lt;br /&gt;
300m.&lt;br /&gt;
&lt;br /&gt;
==Image display problems==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6027&lt;br /&gt;
&lt;br /&gt;
==Firefox, colorzilla extensions==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5647&lt;br /&gt;
&lt;br /&gt;
==Kodicom capture card==&lt;br /&gt;
:http://www.zoneminder.com/forums/viewtopic.php?t=5640&lt;br /&gt;
:http://www.zoneminder.com/forums/viewtopic.php?t=4130&amp;amp;highlight=kmc4400r&lt;br /&gt;
:http://www.zoneminder.com/forums/viewtopic.php?t=6158&lt;br /&gt;
*KMC-8800 8-chip bt878 capture card&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5609&lt;br /&gt;
http://www.linuxtv.org/v4lwiki/index.php/Kodicom_4400R&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6012&lt;br /&gt;
&lt;br /&gt;
*modprobe.conf file&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5508&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=15&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6024&lt;br /&gt;
Edit your /etc/modprobe.conf file and add this line:  options bttv card=77&lt;br /&gt;
&amp;quot;options bttv card =77&amp;quot; is a DEFAULT setting to get a card working.&lt;br /&gt;
All screens must be same resolution.&lt;br /&gt;
&lt;br /&gt;
*bttv settings &lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5603&amp;amp;sid=4e7192b74fe4306e341e9c4036727f7b&lt;br /&gt;
&lt;br /&gt;
note that under ubuntu that the file to edit is /etc/modprobe.d/aliases.&lt;br /&gt;
&lt;br /&gt;
==LOGITECH QUICKCAM usb==&lt;br /&gt;
*I&amp;#039;m using FC4 and had a similiar problem with a quickcam 4000.&lt;br /&gt;
I guess you are using the default module supplied with centos. I think, not sure about this though, that it is missing some capabilities. So I installed the pwc module (http://www.saillard.org/linux/pwc/INSTALL.en) and these crashes stopped.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5906&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Message logs==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5771&lt;br /&gt;
&lt;br /&gt;
==Memory==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6242&lt;br /&gt;
&lt;br /&gt;
==SELinux was enabled==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6147&lt;br /&gt;
&lt;br /&gt;
*Shared memory setting must be high.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6024&lt;br /&gt;
&lt;br /&gt;
frank@wdshss:/etc&amp;gt; cat sysctl.conf&lt;br /&gt;
# Disable response to broadcasts.&lt;br /&gt;
# You don&amp;#039;t want yourself becoming a Smurf amplifier.&lt;br /&gt;
net.ipv4.icmp_echo_ignore_broadcasts = 1&lt;br /&gt;
# enable route verification on all interfaces&lt;br /&gt;
net.ipv4.conf.all.rp_filter = 1&lt;br /&gt;
# enable ipV6 forwarding&lt;br /&gt;
#net.ipv6.conf.all.forwarding = 1&lt;br /&gt;
kernel.shmall = 134217728&lt;br /&gt;
kernel.shmmax = 134217728 &lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mocord, Record, Modect==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6120&lt;br /&gt;
&lt;br /&gt;
==MODPROBE==&lt;br /&gt;
modprobe.conf &lt;br /&gt;
mod = 133 or something like that for Kodicom&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5603&lt;br /&gt;
&lt;br /&gt;
==Manual==&lt;br /&gt;
http://www.zoneminder.com/fileadmin/downloads/README.html#_Toc125113490&lt;br /&gt;
&lt;br /&gt;
==MMS gateway and API software==&lt;br /&gt;
GPRS or HTTP a Jpeg image to the MMS gateway server which in turn sends the image to a mobile phone&lt;br /&gt;
*http://www.redcoal.com/&lt;br /&gt;
*http://www.zoneminder.com/forums/viewtopic.php?t=6101&lt;br /&gt;
*http://wurfl.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
==Multiple zones==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6079&lt;br /&gt;
&lt;br /&gt;
==Perl package zmpgk.pl==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5801&lt;br /&gt;
&lt;br /&gt;
==Roundrobbin==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5658&lt;br /&gt;
&lt;br /&gt;
==Remote camera source==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5549&amp;amp;sid=4e7192b74fe4306e341e9c4036727f7b&lt;br /&gt;
&lt;br /&gt;
==Streaming ==&lt;br /&gt;
*rtp and raw streaming&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5572&lt;br /&gt;
&lt;br /&gt;
==SETTINgs==&lt;br /&gt;
*&amp;quot;disable farm out wrtiting of imagess&amp;quot; if frame capture errors appear in log.&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5992&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*color pallet, video hieght, or video width. Try starting with 320x240 (assuming ntsc) and try different pallets. &lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6027&amp;amp;sid=9a52386394831b24741c67ba70cc1507&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Timelapsed video==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6049&lt;br /&gt;
&lt;br /&gt;
==Truck detection links==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5858&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5184&amp;amp;highlight=truck+intersection&lt;br /&gt;
http://www.cnssystems.ca/&lt;br /&gt;
&lt;br /&gt;
*All things are possible and the example someone posted a while back of detecting trucks and buses, but not cars, passing over a distant intersection is probably appropriate for you. What I would suggest you need are quite high pixel differences (indicating difference from the background) and pretty small counts of changed pixels or blob sizes. You might find it useful to turn on diagnostic images initially (and only for a while as they slow everything down a lot) which will output what ZM thinks the differences etc are are in the images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Update database after installing from RPM&amp;#039;s==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5887&lt;br /&gt;
The command you enetered above only freshens it.&lt;br /&gt;
zmupdate.pl --version= &amp;lt;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Ubuntu install==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5633&lt;br /&gt;
GUI package that installs Mplayer etc.&lt;br /&gt;
http://ubuntuforums.org/showpost.php?p=356392&lt;br /&gt;
EXTRA_LIBS parameter in .configure script&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6141&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using another ZoneMinder box as the remote IP camera source==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5595&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5549&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Water marked==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=4591&amp;amp;highlight=watermark&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=4188&amp;amp;highlight=watermark&lt;br /&gt;
&lt;br /&gt;
==xawtv ==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5696&lt;br /&gt;
what from xawtv -hwscan?&lt;br /&gt;
xawtv -device /dev/video?&lt;br /&gt;
&lt;br /&gt;
==zmc daemon captures the images==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6146&lt;/div&gt;</summary>
		<author><name>Eddyhkim</name></author>
	</entry>
</feed>