<?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=Rangerbob</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=Rangerbob"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Rangerbob"/>
	<updated>2026-04-19T17:49:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Debian_13_Trixie_with_Zoneminder_1.36.35_or_Zoneminder_1.37.x&amp;diff=17863</id>
		<title>Debian 13 Trixie with Zoneminder 1.36.35 or Zoneminder 1.37.x</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Debian_13_Trixie_with_Zoneminder_1.36.35_or_Zoneminder_1.37.x&amp;diff=17863"/>
		<updated>2026-01-01T04:17:38Z</updated>

		<summary type="html">&lt;p&gt;Rangerbob: /* Debian 13 with Zoneminder 1.36.35 from Debian Repo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debian 13 with Zoneminder 1.36.35 from Debian Repo==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Notice: These procedure are for a new install of Zoneminder 1.36.35 on Debian 13 Trixie.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Debian, unlike Ubuntu, does not install sudo with the initial setup. While you can log in as root, a user with sudo authority is recommended. &lt;br /&gt;
&lt;br /&gt;
To enable sudo:&lt;br /&gt;
In a terminal,become root with su root. Enter your root password.&lt;br /&gt;
Install sudo with: &lt;br /&gt;
 apt install sudo&lt;br /&gt;
Add the user account to the group sudo with: &lt;br /&gt;
 /sbin/adduser username sudo &lt;br /&gt;
where username is your user account.&lt;br /&gt;
Exit root then log out and then log in with the same user.&lt;br /&gt;
&lt;br /&gt;
Become root with the command:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Timezone: it is recommended you set your specific timesone with:&lt;br /&gt;
 timedatectl set-timezone America/New_York&lt;br /&gt;
Of course use your timezone in place of America/New_York.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note: This is an install procedure for new installations! Upgraders are encouraged to search the Zoneminder Forum for upgrade information!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
To begin, install Debian 13 Trixie along with Apache2, PHP and Mariadb (recommended). A quick way to do this is:&lt;br /&gt;
&lt;br /&gt;
 apt install apache2 mariadb-server php libapache2-mod-php php-mysql systemd-timesyncd&lt;br /&gt;
&lt;br /&gt;
Add timezone to PHP&lt;br /&gt;
&lt;br /&gt;
 nano /etc/php/8.4/apache2/php.ini&lt;br /&gt;
&lt;br /&gt;
Search for [Date] (Ctrl + w then type Date and press Enter) and make changes as follows for your time zone&lt;br /&gt;
&lt;br /&gt;
 [Date]&lt;br /&gt;
 ; Defines the default timezone used by the date functions&lt;br /&gt;
 ; http://php.net/date.timezone&lt;br /&gt;
 date.timezone = America/New_York&lt;br /&gt;
&lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit  &lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt install zoneminder --install-recommends -y&lt;br /&gt;
&lt;br /&gt;
Create Zoneminder database in Mariadb (Note: this also creates the default Zoneminder user and permissions in Mariadb)&lt;br /&gt;
&lt;br /&gt;
 mysql -uroot -p &amp;lt; /usr/share/zoneminder/db/zm_create.sql&lt;br /&gt;
&lt;br /&gt;
 mysql -uroot -p -e &amp;quot;grant all on zm.* to &amp;#039;zmuser&amp;#039;@localhost identified by &amp;#039;zmpass&amp;#039;;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 mysqladmin -uroot -p reload&lt;br /&gt;
&lt;br /&gt;
Set permissions of /etc/zm/zm.conf to root:www-data 740&lt;br /&gt;
&lt;br /&gt;
 chmod 740 /etc/zm/zm.conf&lt;br /&gt;
 &lt;br /&gt;
 chown root:www-data /etc/zm/zm.conf&lt;br /&gt;
&lt;br /&gt;
Create a new user if you plan to use local (USB or capture card) cameras.&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Replace the zoneminder.conf file (The API functions were not included in the Trixie Distro version)&lt;br /&gt;
Make a copy of the original file&lt;br /&gt;
 &lt;br /&gt;
 cp /etc/apache2/conf-available/zoneminder.conf /etc/apache2/conf-available/zoneminder.conf.org&lt;br /&gt;
&lt;br /&gt;
Edit the zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
 nano /etc/apache2/conf-availible/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
Replace the original contents with the following:&lt;br /&gt;
&lt;br /&gt;
 # This file is recommended by the developer to fix the Zoneminder display not working. 05SEP25&lt;br /&gt;
 # PLEASE NOTE THAT THIS FILE IS INTENDED FOR GUIDANCE ONLY AND MAY NOT BE APPROPRIATE FOR YOUR DISTRIBUTION&lt;br /&gt;
 #&lt;br /&gt;
 # This is for use with debian/ubuntu based distributions&lt;br /&gt;
 #&lt;br /&gt;
 # Sample configuration file for running ZoneMinder as name based virtual host&lt;br /&gt;
 # Some values may need to manually adjusted to suit your setup&lt;br /&gt;
 #&lt;br /&gt;
 &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
     ServerAdmin webmaster@localhost&lt;br /&gt;
 &lt;br /&gt;
     DocumentRoot &amp;quot;/usr/share/zoneminder/www&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
     # Order matters. This alias must come first.&lt;br /&gt;
     Alias /zm/cache &amp;quot;/var/cache/zoneminder&amp;quot;&lt;br /&gt;
     # IF you aren&amp;#039;t using /zm in the url to access ZM then uncomment the following line as well&lt;br /&gt;
     # Alias /cache &amp;quot;/var/cache/zoneminder/cache&amp;quot;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/var/cache/zoneminder/cache&amp;quot;&amp;gt;&lt;br /&gt;
         Options -Indexes +FollowSymLinks&lt;br /&gt;
         AllowOverride None&lt;br /&gt;
         &amp;lt;IfModule mod_authz_core.c&amp;gt;&lt;br /&gt;
            # Apache 2.4&lt;br /&gt;
            Require all granted&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
         &amp;lt;IfModule !mod_authz_core.c&amp;gt;&lt;br /&gt;
             # Apache 2.2&lt;br /&gt;
             Order deny,allow&lt;br /&gt;
             Allow from all&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
     &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     ScriptAlias /zm/cgi-bin &amp;quot;/usr/lib/zoneminder/cgi-bin/&amp;quot;&lt;br /&gt;
     ScriptAlias /cgi-bin &amp;quot;/usr/lib/zoneminder/cgi-bin/&amp;quot;&lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/lib/zoneminder/cgi-bin/&amp;quot;&amp;gt;&lt;br /&gt;
         Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch&lt;br /&gt;
         AllowOverride All&lt;br /&gt;
         &amp;lt;IfModule mod_authz_core.c&amp;gt;&lt;br /&gt;
            # Apache 2.4&lt;br /&gt;
            Require all granted&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
         &amp;lt;IfModule !mod_authz_core.c&amp;gt;&lt;br /&gt;
             # Apache 2.2&lt;br /&gt;
             Order deny,allow&lt;br /&gt;
             Allow from all&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
     &amp;lt;/Directory&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
     Alias /zm &amp;quot;/usr/share/zoneminder/www&amp;quot; &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www&amp;quot;&amp;gt;&lt;br /&gt;
         Options -Indexes +FollowSymLinks&lt;br /&gt;
         AllowOverride All&lt;br /&gt;
         &amp;lt;IfModule mod_authz_core.c&amp;gt;&lt;br /&gt;
            # Apache 2.4&lt;br /&gt;
            Require all granted&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
         &amp;lt;IfModule !mod_authz_core.c&amp;gt;&lt;br /&gt;
             # Apache 2.2&lt;br /&gt;
             Order deny,allow&lt;br /&gt;
             Allow from all&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
     &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     # For better visibility, the following directives have been migrated from the&lt;br /&gt;
     # default .htaccess files included with the CakePHP project.&lt;br /&gt;
     # Parameters not set here are inherited from the parent directive above.&lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www/api&amp;quot;&amp;gt;&lt;br /&gt;
        RewriteEngine on&lt;br /&gt;
        RewriteRule ^$ app/webroot/ [L]&lt;br /&gt;
        RewriteRule (.*) app/webroot/$1 [L]&lt;br /&gt;
        RewriteBase /zm/api&lt;br /&gt;
     &amp;lt;/Directory&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www/api/app&amp;quot;&amp;gt;&lt;br /&gt;
        RewriteEngine on&lt;br /&gt;
        RewriteRule ^$ webroot/ [L]&lt;br /&gt;
        RewriteRule (.*) webroot/$1 [L]&lt;br /&gt;
        RewriteBase /zm/api&lt;br /&gt;
     &amp;lt;/Directory&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www/api/app/webroot&amp;quot;&amp;gt;&lt;br /&gt;
         RewriteEngine On&lt;br /&gt;
         RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
         RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
         RewriteRule ^ index.php [L]&lt;br /&gt;
         RewriteBase /zm/api&lt;br /&gt;
     &amp;lt;/Directory&amp;gt;&lt;br /&gt;
    # Use the first option to have Apache logs written to the general log&lt;br /&gt;
     # directory, or the second to have them written to the regular Apache&lt;br /&gt;
     # directory (you may have to change the path to that used on your system)&lt;br /&gt;
     ErrorLog /var/log/zm/apache-error.log&lt;br /&gt;
     #ErrorLog /var/log/httpd/zm-error.log&lt;br /&gt;
 &lt;br /&gt;
     # Possible values include: debug, info, notice, warn, error, crit,&lt;br /&gt;
     # alert, emerg.&lt;br /&gt;
     LogLevel warn &lt;br /&gt;
 &lt;br /&gt;
     # Use the first option to have Apache logs written to the general log&lt;br /&gt;
     # directory, or the second to have them written to the regular Apache&lt;br /&gt;
     # directory (you may have to change the path to that used on your system)&lt;br /&gt;
     CustomLog /var/log/zm/apache-access.log combined&lt;br /&gt;
     #CustomLog /var/log/httpd/zm-access.log combined &lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit  &lt;br /&gt;
&lt;br /&gt;
Enable and start Zoneminder &lt;br /&gt;
&lt;br /&gt;
 systemctl enable zoneminder.service&lt;br /&gt;
 systemctl start zoneminder &lt;br /&gt;
&lt;br /&gt;
Enable Apache Modules&lt;br /&gt;
&lt;br /&gt;
 a2enconf zoneminder&lt;br /&gt;
 a2enmod rewrite&lt;br /&gt;
 a2enmod headers&lt;br /&gt;
 a2enmod expires&lt;br /&gt;
 a2enmod cgi&lt;br /&gt;
 &lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 service apache2 reload&lt;br /&gt;
&lt;br /&gt;
Remember to set your timezone in Zoneminder - Options&lt;br /&gt;
&lt;br /&gt;
==Debian 13 with Zoneminder 1.37.x from zmrepo==&lt;br /&gt;
Install Zoneminder Development Branch 1.37.x on Debian 13&lt;br /&gt;
&lt;br /&gt;
You will have to install sudo and add the user to the sudoers file. &lt;br /&gt;
&lt;br /&gt;
Become root with &lt;br /&gt;
&lt;br /&gt;
 su&lt;br /&gt;
&lt;br /&gt;
Install sudo&lt;br /&gt;
&lt;br /&gt;
 apt install sudo&lt;br /&gt;
&lt;br /&gt;
Then add the user&lt;br /&gt;
&lt;br /&gt;
 /sbin/adduser username sudo &lt;br /&gt;
&lt;br /&gt;
I recommend rebooting at this point but a log out and back in also works.&lt;br /&gt;
&lt;br /&gt;
Install Apache2, PHP and your favorite database (Mariadb recommended). A quick way to install LAMP is: &lt;br /&gt;
&lt;br /&gt;
 apt install apache2 mariadb-server php libapache2-mod-php php-mysql lsb-release gnupg2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Become root with sudo su before running this!&lt;br /&gt;
&lt;br /&gt;
Shell script file contents:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 clear&lt;br /&gt;
 read -p &amp;quot;This script installs ZoneMinder 1.37.x on Debian 12 with LAMP (MySQL or Mariadb) installed...&lt;br /&gt;
 This script must be run as root!&lt;br /&gt;
 Press Enter to continue or Ctrl + c to quit&amp;quot; nothing&lt;br /&gt;
 clear&lt;br /&gt;
 apt install -y lsb-release gnupg2&lt;br /&gt;
 echo &amp;quot;deb https://zmrepo.zoneminder.com/debian/master &amp;quot;`lsb_release  -c -s`&amp;quot;/&amp;quot; | sudo tee /etc/apt/sources.list.d/zoneminder.list&lt;br /&gt;
 # The key is stored in the deprecated keyring trusted.gpg.&lt;br /&gt;
 # wget -O - https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | sudo apt-key add -&lt;br /&gt;
 wget -O- https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/zmrepo.gpg&lt;br /&gt;
 read -p &amp;quot;Warning! Check above to insure the line says OK. If not the GPG signing key was not installed and you will need to figure out why before continuing. &lt;br /&gt;
 Press enter to continue&amp;quot; nothing&lt;br /&gt;
 apt update&lt;br /&gt;
 clear&lt;br /&gt;
 apt install -y zoneminder&lt;br /&gt;
 systemctl enable zoneminder&lt;br /&gt;
 service zoneminder start&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
 a2enconf zoneminder&lt;br /&gt;
 a2enmod rewrite&lt;br /&gt;
 a2enmod headers&lt;br /&gt;
 a2enmod expires&lt;br /&gt;
 service apache2 reload&lt;br /&gt;
 clear&lt;br /&gt;
 read -p &amp;quot;Install complete. Open Zoneminder/Options and set the timezone. Press enter to continue&amp;quot; nothing&lt;br /&gt;
 clear&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy the contents of the script, open a terminal and run:&lt;br /&gt;
&lt;br /&gt;
 nano zm-install&lt;br /&gt;
&lt;br /&gt;
Paste the contents of the script into Nano&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
&lt;br /&gt;
 Ctrl + o Ctrl + x&lt;br /&gt;
&lt;br /&gt;
Next run:&lt;br /&gt;
&lt;br /&gt;
 chmod 755 zm-install&lt;br /&gt;
&lt;br /&gt;
Start the script by entering:&lt;br /&gt;
&lt;br /&gt;
 ./zm-install&lt;br /&gt;
&lt;br /&gt;
Follow the prompts. Things are pretty simple. The timezone is now set in Zoneminder/Options.&lt;br /&gt;
&lt;br /&gt;
Good Luck!&lt;/div&gt;</summary>
		<author><name>Rangerbob</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Debian_13_Trixie_with_Zoneminder_1.36.35_or_Zoneminder_1.37.x&amp;diff=17862</id>
		<title>Debian 13 Trixie with Zoneminder 1.36.35 or Zoneminder 1.37.x</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Debian_13_Trixie_with_Zoneminder_1.36.35_or_Zoneminder_1.37.x&amp;diff=17862"/>
		<updated>2026-01-01T04:16:09Z</updated>

		<summary type="html">&lt;p&gt;Rangerbob: /* Debian 13 with Zoneminder 1.36.35 from Debian Repo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Debian 13 with Zoneminder 1.36.35 from Debian Repo==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Notice: These procedure are for a new install of Zoneminder 1.36.35 on Debian 13 Trixie.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Debian, unlike Ubuntu, does not install sudo with the initial setup. While you can log in as root, a user with sudo authority is recommended. &lt;br /&gt;
&lt;br /&gt;
To enable sudo:&lt;br /&gt;
In a terminal,become root with su root. Enter your root password.&lt;br /&gt;
Install sudo with: &lt;br /&gt;
 apt install sudo&lt;br /&gt;
Add the user account to the group sudo with: &lt;br /&gt;
 /sbin/adduser username sudo &lt;br /&gt;
where username is your user account.&lt;br /&gt;
Exit root then log out and then log in with the same user.&lt;br /&gt;
&lt;br /&gt;
Become root with the command:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Timezone: it is recommended you set your specific timesone with:&lt;br /&gt;
 timedatectl set-timezone America/New_York&lt;br /&gt;
Of course use your timezone in place of America/New_York.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note: This is an install procedure for new installations! Upgraders are encouraged to search the Zoneminder Forum for upgrade information!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
To begin, install Debian 13 Trixie along with Apache2, PHP and Mariadb (recommended). A quick way to do this is:&lt;br /&gt;
&lt;br /&gt;
 apt install apache2 mariadb-server php libapache2-mod-php php-mysql&lt;br /&gt;
&lt;br /&gt;
Add timezone to PHP&lt;br /&gt;
&lt;br /&gt;
 nano /etc/php/8.4/apache2/php.ini&lt;br /&gt;
&lt;br /&gt;
Search for [Date] (Ctrl + w then type Date and press Enter) and make changes as follows for your time zone&lt;br /&gt;
&lt;br /&gt;
 [Date]&lt;br /&gt;
 ; Defines the default timezone used by the date functions&lt;br /&gt;
 ; http://php.net/date.timezone&lt;br /&gt;
 date.timezone = America/New_York&lt;br /&gt;
&lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit  &lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt install zoneminder --install-recommends -y&lt;br /&gt;
&lt;br /&gt;
Create Zoneminder database in Mariadb (Note: this also creates the default Zoneminder user and permissions in Mariadb)&lt;br /&gt;
&lt;br /&gt;
 mysql -uroot -p &amp;lt; /usr/share/zoneminder/db/zm_create.sql&lt;br /&gt;
&lt;br /&gt;
 mysql -uroot -p -e &amp;quot;grant all on zm.* to &amp;#039;zmuser&amp;#039;@localhost identified by &amp;#039;zmpass&amp;#039;;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 mysqladmin -uroot -p reload&lt;br /&gt;
&lt;br /&gt;
Set permissions of /etc/zm/zm.conf to root:www-data 740&lt;br /&gt;
&lt;br /&gt;
 chmod 740 /etc/zm/zm.conf&lt;br /&gt;
 &lt;br /&gt;
 chown root:www-data /etc/zm/zm.conf&lt;br /&gt;
&lt;br /&gt;
Create a new user if you plan to use local (USB or capture card) cameras.&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Replace the zoneminder.conf file (The API functions were not included in the Trixie Distro version)&lt;br /&gt;
Make a copy of the original file&lt;br /&gt;
 &lt;br /&gt;
 cp /etc/apache2/conf-available/zoneminder.conf /etc/apache2/conf-available/zoneminder.conf.org&lt;br /&gt;
&lt;br /&gt;
Edit the zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
 nano /etc/apache2/conf-availible/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
Replace the original contents with the following:&lt;br /&gt;
&lt;br /&gt;
 # This file is recommended by the developer to fix the Zoneminder display not working. 05SEP25&lt;br /&gt;
 # PLEASE NOTE THAT THIS FILE IS INTENDED FOR GUIDANCE ONLY AND MAY NOT BE APPROPRIATE FOR YOUR DISTRIBUTION&lt;br /&gt;
 #&lt;br /&gt;
 # This is for use with debian/ubuntu based distributions&lt;br /&gt;
 #&lt;br /&gt;
 # Sample configuration file for running ZoneMinder as name based virtual host&lt;br /&gt;
 # Some values may need to manually adjusted to suit your setup&lt;br /&gt;
 #&lt;br /&gt;
 &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
     ServerAdmin webmaster@localhost&lt;br /&gt;
 &lt;br /&gt;
     DocumentRoot &amp;quot;/usr/share/zoneminder/www&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
     # Order matters. This alias must come first.&lt;br /&gt;
     Alias /zm/cache &amp;quot;/var/cache/zoneminder&amp;quot;&lt;br /&gt;
     # IF you aren&amp;#039;t using /zm in the url to access ZM then uncomment the following line as well&lt;br /&gt;
     # Alias /cache &amp;quot;/var/cache/zoneminder/cache&amp;quot;&lt;br /&gt;
     &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/var/cache/zoneminder/cache&amp;quot;&amp;gt;&lt;br /&gt;
         Options -Indexes +FollowSymLinks&lt;br /&gt;
         AllowOverride None&lt;br /&gt;
         &amp;lt;IfModule mod_authz_core.c&amp;gt;&lt;br /&gt;
            # Apache 2.4&lt;br /&gt;
            Require all granted&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
         &amp;lt;IfModule !mod_authz_core.c&amp;gt;&lt;br /&gt;
             # Apache 2.2&lt;br /&gt;
             Order deny,allow&lt;br /&gt;
             Allow from all&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
     &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
     ScriptAlias /zm/cgi-bin &amp;quot;/usr/lib/zoneminder/cgi-bin/&amp;quot;&lt;br /&gt;
     ScriptAlias /cgi-bin &amp;quot;/usr/lib/zoneminder/cgi-bin/&amp;quot;&lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/lib/zoneminder/cgi-bin/&amp;quot;&amp;gt;&lt;br /&gt;
         Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch&lt;br /&gt;
         AllowOverride All&lt;br /&gt;
         &amp;lt;IfModule mod_authz_core.c&amp;gt;&lt;br /&gt;
            # Apache 2.4&lt;br /&gt;
            Require all granted&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
         &amp;lt;IfModule !mod_authz_core.c&amp;gt;&lt;br /&gt;
             # Apache 2.2&lt;br /&gt;
             Order deny,allow&lt;br /&gt;
             Allow from all&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
     &amp;lt;/Directory&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
     Alias /zm &amp;quot;/usr/share/zoneminder/www&amp;quot; &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www&amp;quot;&amp;gt;&lt;br /&gt;
         Options -Indexes +FollowSymLinks&lt;br /&gt;
         AllowOverride All&lt;br /&gt;
         &amp;lt;IfModule mod_authz_core.c&amp;gt;&lt;br /&gt;
            # Apache 2.4&lt;br /&gt;
            Require all granted&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
         &amp;lt;IfModule !mod_authz_core.c&amp;gt;&lt;br /&gt;
             # Apache 2.2&lt;br /&gt;
             Order deny,allow&lt;br /&gt;
             Allow from all&lt;br /&gt;
         &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
     &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     # For better visibility, the following directives have been migrated from the&lt;br /&gt;
     # default .htaccess files included with the CakePHP project.&lt;br /&gt;
     # Parameters not set here are inherited from the parent directive above.&lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www/api&amp;quot;&amp;gt;&lt;br /&gt;
        RewriteEngine on&lt;br /&gt;
        RewriteRule ^$ app/webroot/ [L]&lt;br /&gt;
        RewriteRule (.*) app/webroot/$1 [L]&lt;br /&gt;
        RewriteBase /zm/api&lt;br /&gt;
     &amp;lt;/Directory&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www/api/app&amp;quot;&amp;gt;&lt;br /&gt;
        RewriteEngine on&lt;br /&gt;
        RewriteRule ^$ webroot/ [L]&lt;br /&gt;
        RewriteRule (.*) webroot/$1 [L]&lt;br /&gt;
        RewriteBase /zm/api&lt;br /&gt;
     &amp;lt;/Directory&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
     &amp;lt;Directory &amp;quot;/usr/share/zoneminder/www/api/app/webroot&amp;quot;&amp;gt;&lt;br /&gt;
         RewriteEngine On&lt;br /&gt;
         RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
         RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
         RewriteRule ^ index.php [L]&lt;br /&gt;
         RewriteBase /zm/api&lt;br /&gt;
     &amp;lt;/Directory&amp;gt;&lt;br /&gt;
    # Use the first option to have Apache logs written to the general log&lt;br /&gt;
     # directory, or the second to have them written to the regular Apache&lt;br /&gt;
     # directory (you may have to change the path to that used on your system)&lt;br /&gt;
     ErrorLog /var/log/zm/apache-error.log&lt;br /&gt;
     #ErrorLog /var/log/httpd/zm-error.log&lt;br /&gt;
 &lt;br /&gt;
     # Possible values include: debug, info, notice, warn, error, crit,&lt;br /&gt;
     # alert, emerg.&lt;br /&gt;
     LogLevel warn &lt;br /&gt;
 &lt;br /&gt;
     # Use the first option to have Apache logs written to the general log&lt;br /&gt;
     # directory, or the second to have them written to the regular Apache&lt;br /&gt;
     # directory (you may have to change the path to that used on your system)&lt;br /&gt;
     CustomLog /var/log/zm/apache-access.log combined&lt;br /&gt;
     #CustomLog /var/log/httpd/zm-access.log combined &lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt; &lt;br /&gt;
 &lt;br /&gt;
Ctrl+o Enter to save&lt;br /&gt;
&lt;br /&gt;
CTRL+x to exit  &lt;br /&gt;
&lt;br /&gt;
Enable and start Zoneminder &lt;br /&gt;
&lt;br /&gt;
 systemctl enable zoneminder.service&lt;br /&gt;
 systemctl start zoneminder &lt;br /&gt;
&lt;br /&gt;
Enable Apache Modules&lt;br /&gt;
&lt;br /&gt;
 a2enconf zoneminder&lt;br /&gt;
 a2enmod rewrite&lt;br /&gt;
 a2enmod headers&lt;br /&gt;
 a2enmod expires&lt;br /&gt;
 a2enmod cgi&lt;br /&gt;
 &lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 service apache2 reload&lt;br /&gt;
&lt;br /&gt;
Remember to set your timezone in Zoneminder - Options&lt;br /&gt;
&lt;br /&gt;
==Debian 13 with Zoneminder 1.37.x from zmrepo==&lt;br /&gt;
Install Zoneminder Development Branch 1.37.x on Debian 13&lt;br /&gt;
&lt;br /&gt;
You will have to install sudo and add the user to the sudoers file. &lt;br /&gt;
&lt;br /&gt;
Become root with &lt;br /&gt;
&lt;br /&gt;
 su&lt;br /&gt;
&lt;br /&gt;
Install sudo&lt;br /&gt;
&lt;br /&gt;
 apt install sudo&lt;br /&gt;
&lt;br /&gt;
Then add the user&lt;br /&gt;
&lt;br /&gt;
 /sbin/adduser username sudo &lt;br /&gt;
&lt;br /&gt;
I recommend rebooting at this point but a log out and back in also works.&lt;br /&gt;
&lt;br /&gt;
Install Apache2, PHP and your favorite database (Mariadb recommended). A quick way to install LAMP is: &lt;br /&gt;
&lt;br /&gt;
 apt install apache2 mariadb-server php libapache2-mod-php php-mysql lsb-release gnupg2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Become root with sudo su before running this!&lt;br /&gt;
&lt;br /&gt;
Shell script file contents:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 clear&lt;br /&gt;
 read -p &amp;quot;This script installs ZoneMinder 1.37.x on Debian 12 with LAMP (MySQL or Mariadb) installed...&lt;br /&gt;
 This script must be run as root!&lt;br /&gt;
 Press Enter to continue or Ctrl + c to quit&amp;quot; nothing&lt;br /&gt;
 clear&lt;br /&gt;
 apt install -y lsb-release gnupg2&lt;br /&gt;
 echo &amp;quot;deb https://zmrepo.zoneminder.com/debian/master &amp;quot;`lsb_release  -c -s`&amp;quot;/&amp;quot; | sudo tee /etc/apt/sources.list.d/zoneminder.list&lt;br /&gt;
 # The key is stored in the deprecated keyring trusted.gpg.&lt;br /&gt;
 # wget -O - https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | sudo apt-key add -&lt;br /&gt;
 wget -O- https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/zmrepo.gpg&lt;br /&gt;
 read -p &amp;quot;Warning! Check above to insure the line says OK. If not the GPG signing key was not installed and you will need to figure out why before continuing. &lt;br /&gt;
 Press enter to continue&amp;quot; nothing&lt;br /&gt;
 apt update&lt;br /&gt;
 clear&lt;br /&gt;
 apt install -y zoneminder&lt;br /&gt;
 systemctl enable zoneminder&lt;br /&gt;
 service zoneminder start&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
 a2enconf zoneminder&lt;br /&gt;
 a2enmod rewrite&lt;br /&gt;
 a2enmod headers&lt;br /&gt;
 a2enmod expires&lt;br /&gt;
 service apache2 reload&lt;br /&gt;
 clear&lt;br /&gt;
 read -p &amp;quot;Install complete. Open Zoneminder/Options and set the timezone. Press enter to continue&amp;quot; nothing&lt;br /&gt;
 clear&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy the contents of the script, open a terminal and run:&lt;br /&gt;
&lt;br /&gt;
 nano zm-install&lt;br /&gt;
&lt;br /&gt;
Paste the contents of the script into Nano&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
&lt;br /&gt;
 Ctrl + o Ctrl + x&lt;br /&gt;
&lt;br /&gt;
Next run:&lt;br /&gt;
&lt;br /&gt;
 chmod 755 zm-install&lt;br /&gt;
&lt;br /&gt;
Start the script by entering:&lt;br /&gt;
&lt;br /&gt;
 ./zm-install&lt;br /&gt;
&lt;br /&gt;
Follow the prompts. Things are pretty simple. The timezone is now set in Zoneminder/Options.&lt;br /&gt;
&lt;br /&gt;
Good Luck!&lt;/div&gt;</summary>
		<author><name>Rangerbob</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=16464</id>
		<title>Hardware Compatibility List</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=16464"/>
		<updated>2020-12-07T22:58:25Z</updated>

		<summary type="html">&lt;p&gt;Rangerbob: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The ZoneMinder Wiki is community based. That means the list below is only as good as those who chose to maintain it. Did you find something outdated? Did you get a camera working, which is not shown in the list below? Please consider adding or improving this list.&lt;br /&gt;
&lt;br /&gt;
== IP Network Cameras ==&lt;br /&gt;
Most modern IP cameras are ONVIF compliant, which means most modern IP cameras should work with ZoneMinder. However, there are some caveats to this general rule. Cameras which (only) send an encrypted stream will not work with any third party recording software. Some &amp;quot;cloud&amp;quot; cameras fit into this category [examples?].&lt;br /&gt;
&lt;br /&gt;
You should verify one can adjust camera parameters such as frame rate, resolution, contrast, etc. from within the camera&amp;#039;s web portal. This, in itself, is not a show-stopper, but it will make your experience a lot easier. [why?]&lt;br /&gt;
&lt;br /&gt;
The following list of IP cameras is not exhaustive. If your camera is not listed, it does not mean that it won&amp;#039;t work with ZoneMinder. Rather, it is likely that no one has taken the time to add it to the list. Please consider adding your camera to this list once you get it working. More details on obtaining stream paths can be found on [[Finding Camera Stream Paths]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Full Compatibility &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[7Links]](TM Trade Mark)&lt;br /&gt;
&lt;br /&gt;
* [[A-mtk]]&lt;br /&gt;
&lt;br /&gt;
* [[Abus]]  some&lt;br /&gt;
&lt;br /&gt;
* [[Airlink 101]] some &lt;br /&gt;
&lt;br /&gt;
* [[AirLive AirCam OD325HD]]&lt;br /&gt;
&lt;br /&gt;
* [[Amcrest QCam]]&lt;br /&gt;
&lt;br /&gt;
* [[Amovision AM-Q630M | Amovision]] some&lt;br /&gt;
&lt;br /&gt;
* [[Anpviz]]&lt;br /&gt;
&lt;br /&gt;
* [[Android]]&lt;br /&gt;
&lt;br /&gt;
* [[Anran VGB101-IP]]&lt;br /&gt;
&lt;br /&gt;
* [[Apexis]] most if not all (only tested some)&lt;br /&gt;
&lt;br /&gt;
* [[ArecontVision]] (AV3130M, probably other too)&lt;br /&gt;
&lt;br /&gt;
* [[Astak Mole]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] All&lt;br /&gt;
&lt;br /&gt;
* [[BesDERSEC]] HX WIFI - ONVIF&lt;br /&gt;
&lt;br /&gt;
* [[BesDERSEC]] A6 PTZ - ONVIF - Used Netcat ONVIF for control&lt;br /&gt;
&lt;br /&gt;
* [[Brickcom]] These have been tested&lt;br /&gt;
&lt;br /&gt;
* [[B-QTECH]] H.264 Camera&lt;br /&gt;
&lt;br /&gt;
* [[BSTI]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Cisco]] some&lt;br /&gt;
&lt;br /&gt;
* [[COT Pro]] some&lt;br /&gt;
&lt;br /&gt;
* [[Dahua]] (IPC-HDB3200C, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[DBPower]] (H.264 Model, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Digoo]] At least M1Q, probably more. &lt;br /&gt;
&lt;br /&gt;
* [[D-Link]] Most&lt;br /&gt;
&lt;br /&gt;
* [[EasyN]] (Mini Speed Dome 1BF)&lt;br /&gt;
&lt;br /&gt;
* [[Edimax]] only tested some&lt;br /&gt;
&lt;br /&gt;
* [[EyeSpy247]] (Branded Sercomm RC8021)&lt;br /&gt;
&lt;br /&gt;
* [[EZVIZ]] (by Hikvision)&lt;br /&gt;
&lt;br /&gt;
* [[Flir]] (rebranded [[Lorex]] which are rebranded [[Dahua]])&lt;br /&gt;
&lt;br /&gt;
* [[Foscam]] (FI8908W, FI8904W, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Gadspot]] Most&lt;br /&gt;
&lt;br /&gt;
* [[GBF_PL960PM_IP_Video_Door_Phone | GBF]] One reportedly (doorbell camera)&lt;br /&gt;
&lt;br /&gt;
* [[Generic]] Only tested one &lt;br /&gt;
&lt;br /&gt;
* [[Geovision]] (GV-FE420, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Grandstream]] Grandstream (GXV-3672-FHD &amp;amp; GXV-3672-FHD-36 &amp;amp; GXV3611_HD tested)&lt;br /&gt;
&lt;br /&gt;
* [[Hikvision]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Honeywell]] HD3MDIP&lt;br /&gt;
&lt;br /&gt;
* [[hootoo]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Iguard]] IP390E&lt;br /&gt;
&lt;br /&gt;
* [[ieGeek]] CT0247UK&lt;br /&gt;
&lt;br /&gt;
* [[Instar]] (IN-2905, IN-5907HD, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[InternetEye]] M6840&lt;br /&gt;
&lt;br /&gt;
* [[Jennov]] (only tested model JE-A73WG20-E)&lt;br /&gt;
&lt;br /&gt;
* [[Keekoon]] KK002 (KK001 and 3 are probably the same)&lt;br /&gt;
&lt;br /&gt;
* [[LaView]]  many  LV-PB932F4&lt;br /&gt;
&lt;br /&gt;
* [[Level One]] some&lt;br /&gt;
&lt;br /&gt;
* [[Lilin]] LR7022&lt;br /&gt;
&lt;br /&gt;
* [[Linksys]] WVC-210 / WVC2300 / PVC2300 / WVC54GC&lt;br /&gt;
&lt;br /&gt;
* [[Loftek]] Sentinel PTZ&lt;br /&gt;
&lt;br /&gt;
* [[Lorex]] (rebranded [[Dahua]])&lt;br /&gt;
&lt;br /&gt;
* [[Maygion]] (IP-603, IP-604, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Messoa]] (NCR870, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[MPIX]] (40-IRBF-K28, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[Netcat]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openwrt.org/tag/ip_camera?do=showtag&amp;amp;tag=ip_camera Openwrt] Webcam, or custom firmware on commercial cameras.&lt;br /&gt;
&lt;br /&gt;
* [[Panasonic]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [[Pelco]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [[Revotech]] I6032W-P&lt;br /&gt;
&lt;br /&gt;
* [[Reolink]]&lt;br /&gt;
&lt;br /&gt;
* [[Rimax]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Rovio]]&lt;br /&gt;
&lt;br /&gt;
* [[Sercomm]] (ADT)&lt;br /&gt;
&lt;br /&gt;
* [[Sony]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Sricam]]&lt;br /&gt;
&lt;br /&gt;
* [[SV3C]]&lt;br /&gt;
&lt;br /&gt;
* [[TMEZON]] Some&lt;br /&gt;
&lt;br /&gt;
* [[TP-LINK]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Trendnet]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Uokoo]] One&lt;br /&gt;
&lt;br /&gt;
* [[Vstar T7833WIP HD Dome Network Camera]]&lt;br /&gt;
&lt;br /&gt;
* [[Wanscam]] FR4020A2 (Foscam clone)&lt;br /&gt;
&lt;br /&gt;
* [[Wgcc]] One&lt;br /&gt;
&lt;br /&gt;
* [[Wyze Cam]]&lt;br /&gt;
&lt;br /&gt;
* [[x-vision]] Xvision cameras by y3k (some)&lt;br /&gt;
&lt;br /&gt;
* [[Xiongmai]]  They sell modules used in multiple Chinese cameras like Misecu IPC-DM07-20SC (with module IPG-50HV20PES-S)&lt;br /&gt;
&lt;br /&gt;
* [[Y-Cam]] (Sharx Ip) Most&lt;br /&gt;
&lt;br /&gt;
* [[Zavio]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Zecumate]] JPT3815W&lt;br /&gt;
&lt;br /&gt;
* [[ZoneWay ZW-NC863M-P Megapixel IP]]&lt;br /&gt;
&lt;br /&gt;
* ZoneMinder can also be accessed as if it were another camera, using a Remote Path such as:&lt;br /&gt;
  &amp;#039;&amp;#039;&amp;#039;/cgi-bin/nph-zms?mode=single&amp;amp;monitor=&amp;lt;monitor id&amp;gt;&amp;amp;scale=100&amp;amp;maxfps=5&amp;amp;buffer=1000&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Where the &amp;lt;monitor id&amp;gt; is the correct camera id on the remote system. [other settings?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Single JPEG Frames Only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Airlink 101]] some&lt;br /&gt;
&lt;br /&gt;
* [[JVC]] some&lt;br /&gt;
&lt;br /&gt;
* [[Panasonic]] some&lt;br /&gt;
&lt;br /&gt;
* [[PLANET]] some   &lt;br /&gt;
&lt;br /&gt;
* [[Toshiba]] some&lt;br /&gt;
&lt;br /&gt;
* [[Veo Observer IP NetCam]] most&lt;br /&gt;
&lt;br /&gt;
* [[Vivotek]] All&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MPEG (v1.24.0+)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[ABS_MegaCam]]&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] All&lt;br /&gt;
&lt;br /&gt;
* [[ ACTi]] All&lt;br /&gt;
&lt;br /&gt;
* [[Vivotek]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Logitech 700 series]] some&lt;br /&gt;
&lt;br /&gt;
* [[Ubiqiti]] some&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compatible (with modifications)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Aviosys]] some&lt;br /&gt;
&lt;br /&gt;
* [[Mobotix]]  all  &lt;br /&gt;
&lt;br /&gt;
* [[Conceptronic]]  some&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compatible (with problems)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
* [[Compro]] IP70. MPEG4 only, some reliability issues and general poor firmware quality.&lt;br /&gt;
&lt;br /&gt;
* [[Grandtec]] [[Grandtec_WLAN_Camera|WLAN Camera]] WiFi or III - acceptable indoor quality, no infrared-filter (better nightvision) cheap!&lt;br /&gt;
&lt;br /&gt;
* [[Intellinet]]  IPCamera with the new firmware.&lt;br /&gt;
&lt;br /&gt;
* Old Intellinet IPCamera (model MWNC-100) with this (http://www.zoneminder.com/forums/viewtopic.php?t=7500) protocol adapter. &lt;br /&gt;
&lt;br /&gt;
* OvisLink AirLive WL-5400CAM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Links&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Flash&amp;#039;s IP Camera Database:  https://digdilem.org/ip-cameras/ (Doesn&amp;#039;t seem to work when searching for &amp;#039;Works with Zoneminder?&amp;#039; option, though. - jpcy)&lt;br /&gt;
&lt;br /&gt;
== IP Video Encoder ==&lt;br /&gt;
&lt;br /&gt;
Like Network Cameras, these devices produce a video stream over tcp/ip - but they do so with input from an analog video camera or other video source. An easy way to find these are to search for video encoders or video servers, e.g. 8 channel video encoder, or 2 channel video server.  Newer video encoders may also support HD Analog either in addition, or instead of analog streams (how they implement HD analog, depends upon the brand. There are currently competing standards such as AHD, EX-SDI, HD-SDI, HD-CVI, HD-TVI, etc...).&lt;br /&gt;
&lt;br /&gt;
IP Video Encoders are generally easier to use and maintain than PCI / Capture cards. &lt;br /&gt;
&lt;br /&gt;
* [[Synectics E100]] encoder&lt;br /&gt;
&lt;br /&gt;
*The [[IP9100 | Aviosys IP9100, Models A, B and Plus]] has four analog video inputs.  It produces a ZM compatible video stream from one of the inputs, which is selectable via an HTTP GET command.  There might even be a control script for ZM that lets you select the active video input using &amp;#039;&amp;#039;ZM&amp;#039;s Camera Control Presets!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
With the yoics Aviosys 9100 firmware at http://www.yoics.com/?p=28, ZoneMinder can directly access all four ports via /usr/yoicsX.jpg as the remote host path, where X is 0 - 3.&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] Multiple&lt;br /&gt;
&lt;br /&gt;
* [[Bosch VIP X1 Single-channel]] video encoder [http://products.boschsecuritysystems.eu/en/EMEA/products/bxp/SKU15449253232961378955-CATMda7ec5dc0edf5b1a0b8cb619e2e11308]&lt;br /&gt;
&lt;br /&gt;
* [[GXV3504]] Grandstream 4 channel video encoder.&lt;br /&gt;
&lt;br /&gt;
* [[Hikvision]] HD Analog (With errors)&lt;br /&gt;
&lt;br /&gt;
* [[Samsung]] uses AHD cameras, and possibly NTSC/PAL cameras.&lt;br /&gt;
&lt;br /&gt;
== Capture Cards ==&lt;br /&gt;
&lt;br /&gt;
[[Anykeeper]] &lt;br /&gt;
&lt;br /&gt;
[[Avermedia]]&lt;br /&gt;
&lt;br /&gt;
[[Camsecure PCI Express video capture]]&lt;br /&gt;
&lt;br /&gt;
[[Digiflower]]&lt;br /&gt;
&lt;br /&gt;
[[Geovision GV250 - bt878a chip]]&lt;br /&gt;
&lt;br /&gt;
[[Grandtec Grand X Guard]] &lt;br /&gt;
&lt;br /&gt;
[[Hauppauge]]&lt;br /&gt;
&lt;br /&gt;
[[Howell-Tempest  VC 878B-Q]]&lt;br /&gt;
&lt;br /&gt;
[[Ituner Spectra 8]]&lt;br /&gt;
&lt;br /&gt;
[[Kodicom 4400r]]&lt;br /&gt;
&lt;br /&gt;
[[Kodicom 8800]]&lt;br /&gt;
&lt;br /&gt;
[[Tungson TE-8008]]&lt;br /&gt;
&lt;br /&gt;
Leadtek WinFast VC 100 - the cheapest bt878 model with no tuner on it, just Com/Svideo in.&lt;br /&gt;
&lt;br /&gt;
[[LinkDelight CCTV H.264 4CH DVR Card]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Media Labs LMLBT44]] &lt;br /&gt;
&lt;br /&gt;
[[Osprey 100]]&lt;br /&gt;
&lt;br /&gt;
[[Provideo PV- series (Bluecherry)]] &lt;br /&gt;
[[ Bluecherry - BC-H16480A]] &lt;br /&gt;
[[TView 95/99]]&lt;br /&gt;
&lt;br /&gt;
[[UDP Technology NCP3200v2]]&lt;br /&gt;
&lt;br /&gt;
[[Videocards with Philips saa7134 chipset]]&lt;br /&gt;
&lt;br /&gt;
[[WinFast TV2000 XP]]&lt;br /&gt;
&lt;br /&gt;
[[Rapid OS]]&lt;br /&gt;
&lt;br /&gt;
[[KesCom PG104]]&lt;br /&gt;
&lt;br /&gt;
[[IEI Technology Corp. IVC-268G-R20]]&lt;br /&gt;
&lt;br /&gt;
== bt8x8 Cards ==&lt;br /&gt;
BT8x8 cards are handled by the Kernel module BTTV. A note on the bt8x8-based TV-tuner cards: these usually have beside the tuner input, also a Composite and an S-Video input. You can hook up 2 analog cameras to these, and access from ZoneMinder both of them as individual cameras, at max 15Fps. You don&amp;#039;t need two separate TV cards for two cameras!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pico2000]] - 4 port card, one chip bt878, around 2 fps when using all channels&lt;br /&gt;
&lt;br /&gt;
[[Bt878_4chip_8inputs]] -4 chips bt878, 8 inputs, around 5 fps when using 2 inputs per chip&lt;br /&gt;
&lt;br /&gt;
[[:Image:Karta.jpg| bt878 8 chip 8 input]] - This card is supplied with D-sub to 8 BNC connector and uses the bt878 chip for each input allowing full frame rates and quality. See [[Kodicom 8800]] for more information.&lt;br /&gt;
&lt;br /&gt;
Geovision GV250 bt878a single chip 4 inputs - This capture Card is supplied with 4 video inputs but with NO audio channel&lt;br /&gt;
&lt;br /&gt;
Geovision GV-800 8 inputs - [https://forums.zoneminder.com/viewtopic.php?f=14&amp;amp;t=12327] Recommended to review forums. &lt;br /&gt;
&lt;br /&gt;
Most other BTTV (bt878, bt848) cards, see &amp;#039;&amp;#039;&amp;#039;/usr/src/linux/Documentation/video4linux/bttv/CARDLIST&amp;#039;&amp;#039;&amp;#039; on your system for a list. You can also find more details on the BTTV module, such as parameters to pass via insmod, [https://www.kernel.org/doc/html/latest/media/v4l-drivers/bttv.html in the kernel] and&lt;br /&gt;
[https://www.linuxtv.org/wiki/index.php/Bttv on the v4l wiki ]&lt;br /&gt;
[https://www.linuxtv.org/wiki/index.php/Bttv_devices_(bt848,_bt878) 2nd link]&lt;br /&gt;
&lt;br /&gt;
== Analog Cameras ==&lt;br /&gt;
&lt;br /&gt;
Any regular composite or S-video camera connected via a supported capture card.  Some analog cameras feature camera control - ZM supports several of these camera&amp;#039;s Pan/Tilt/Zoom functions via serial port control, as well as camera Presets, Focus, Iris, etc.&lt;br /&gt;
*[[PicturetelControlScript | PictureTel PTZ2N]].&lt;br /&gt;
&lt;br /&gt;
== USB Cameras ==&lt;br /&gt;
&lt;br /&gt;
*Just Zoom USB cam&lt;br /&gt;
&lt;br /&gt;
*Creative Webcam Pro, Webcam 3, LIVE! Cam OPTIA PRO (V4L2, Chan 0, PAL, YUYV)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;Most&amp;#039;&amp;#039; UVCvideo cameras, including: Advent AWC213, Creative Labs VF0420, [[Logitech QuickCam Express]], Logitech HD C270, QuickCam Pro 3000, [[QuickCam Pro 4000]],  QuickCam Communicate STX/Deluxe, [[Logitech Webcam Pro 9000]], [[Webcam C250]], and [[Logitech C525]].&lt;br /&gt;
&lt;br /&gt;
*Logitech Quickcam Orbit/Sphere (experimental basic pan/tilt control has also published for testing and hacking [http://www.zoneminder.com/forums/viewtopic.php?t=9788])&lt;br /&gt;
&lt;br /&gt;
*[[Philips]] &lt;br /&gt;
&lt;br /&gt;
*Any OV511 based USB camera [http://alpha.dyndns.org/ov511/cameras.html]&lt;br /&gt;
&lt;br /&gt;
*Any CPIA based USB camera [http://webcam.sourceforge.net]&lt;br /&gt;
&lt;br /&gt;
*[[LabTec WebCam Pro]]&lt;br /&gt;
&lt;br /&gt;
*Confirmed basic functionality with Microsoft Lifecam VX 5000 using UVC Streaming method&lt;br /&gt;
&lt;br /&gt;
*Company name: PU`Aimetis model: PUAN-3656 (2MP / Max resolution: 1920*1080, MJPEG - 1920X1080 @ 30fps / YUV2 - 1920X1080 @ 5fps)&lt;br /&gt;
&lt;br /&gt;
Note that most USB cameras that can use Video4Linux/V4L2, and so can be used by ZoneMinder.  Some have older chipsets and can be hard to find new.&lt;br /&gt;
&lt;br /&gt;
Note that PWC drivers are not included in the kernel. Some distribution&amp;#039;s add them in and other may not. Here are some relevant links:&lt;br /&gt;
* [http://www.smcc.demon.nl/webcam/ Old Maintainer]&lt;br /&gt;
* [http://www.saillard.org/linux/pwc/ Current PWC Maintainer]&lt;br /&gt;
&lt;br /&gt;
== X10 Devices ==&lt;br /&gt;
The only device that really needs to be compatable with ZM is the Transceiver, all other x10 devices comunicate through that device.&lt;br /&gt;
*[[CM11]] Bi-Directional Transceiver&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other X10 notes:&lt;br /&gt;
&lt;br /&gt;
[http://www.zoneminder.com/forums/viewtopic.php?t=6423&amp;amp;highlight=x10 Topic 6423]&lt;br /&gt;
&lt;br /&gt;
[http://www.zoneminder.com/forums/viewtopic.php?t=7082&amp;amp;highlight=x10 Topic 7082]&lt;br /&gt;
&lt;br /&gt;
== All other hardware as supported by Linux ==&lt;br /&gt;
To find out if your hardware is supported, check the [http://www.zoneminder.com/forums/viewforum.php?f=10 HCL]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plug Computers ==&lt;br /&gt;
Guruplug Server Plus -&amp;gt; How to install Zoneminder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Single Board Computers ==&lt;br /&gt;
&lt;br /&gt;
Single board computers such as the Raspberry Pi, Odroid, Beagleboard, and many others.&lt;br /&gt;
&lt;br /&gt;
See [[Single Board Computers]]&lt;/div&gt;</summary>
		<author><name>Rangerbob</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=16463</id>
		<title>Hardware Compatibility List</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=16463"/>
		<updated>2020-12-04T19:30:35Z</updated>

		<summary type="html">&lt;p&gt;Rangerbob: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The ZoneMinder Wiki is community based. That means the list below is only as good as those who chose to maintain it. Did you find something outdated? Did you get a camera working, which is not shown in the list below? Please consider adding or improving this list.&lt;br /&gt;
&lt;br /&gt;
== IP Network Cameras ==&lt;br /&gt;
Most modern IP cameras are ONVIF compliant, which means most modern IP cameras should work with ZoneMinder. However, there are some caveats to this general rule. Cameras which (only) send an encrypted stream will not work with any third party recording software. Some &amp;quot;cloud&amp;quot; cameras fit into this category [examples?].&lt;br /&gt;
&lt;br /&gt;
You should verify one can adjust camera parameters such as frame rate, resolution, contrast, etc. from within the camera&amp;#039;s web portal. This, in itself, is not a show-stopper, but it will make your experience a lot easier. [why?]&lt;br /&gt;
&lt;br /&gt;
The following list of IP cameras is not exhaustive. If your camera is not listed, it does not mean that it won&amp;#039;t work with ZoneMinder. Rather, it is likely that no one has taken the time to add it to the list. Please consider adding your camera to this list once you get it working. More details on obtaining stream paths can be found on [[Finding Camera Stream Paths]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Full Compatibility &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[7Links]](TM Trade Mark)&lt;br /&gt;
&lt;br /&gt;
* [[A-mtk]]&lt;br /&gt;
&lt;br /&gt;
* [[Abus]]  some&lt;br /&gt;
&lt;br /&gt;
* [[Airlink 101]] some &lt;br /&gt;
&lt;br /&gt;
* [[AirLive AirCam OD325HD]]&lt;br /&gt;
&lt;br /&gt;
* [[Amcrest QCam]]&lt;br /&gt;
&lt;br /&gt;
* [[Amovision AM-Q630M | Amovision]] some&lt;br /&gt;
&lt;br /&gt;
* [[Anpviz]]&lt;br /&gt;
&lt;br /&gt;
* [[Android]]&lt;br /&gt;
&lt;br /&gt;
* [[Anran VGB101-IP]]&lt;br /&gt;
&lt;br /&gt;
* [[Apexis]] most if not all (only tested some)&lt;br /&gt;
&lt;br /&gt;
* [[ArecontVision]] (AV3130M, probably other too)&lt;br /&gt;
&lt;br /&gt;
* [[Astak Mole]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] All&lt;br /&gt;
&lt;br /&gt;
* [[BesDERSEC]] HX WIFI - ONVIF&lt;br /&gt;
&lt;br /&gt;
* [[BesDERSEC]] A6 PTZ - ONVIF - Used Netcat ONVIF for control&lt;br /&gt;
&lt;br /&gt;
* [[Brickcom]] These have been tested&lt;br /&gt;
&lt;br /&gt;
* [[B-QTECH]] H.264 Camera&lt;br /&gt;
&lt;br /&gt;
* [[BSTI]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Cisco]] some&lt;br /&gt;
&lt;br /&gt;
* [[COT Pro]] some&lt;br /&gt;
&lt;br /&gt;
* [[Dahua]] (IPC-HDB3200C, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[DBPower]] (H.264 Model, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Digoo]] At least M1Q, probably more. &lt;br /&gt;
&lt;br /&gt;
* [[D-Link]] Most&lt;br /&gt;
&lt;br /&gt;
* [[EasyN]] (Mini Speed Dome 1BF)&lt;br /&gt;
&lt;br /&gt;
* [[Edimax]] only tested some&lt;br /&gt;
&lt;br /&gt;
* [[EyeSpy247]] (Branded Sercomm RC8021)&lt;br /&gt;
&lt;br /&gt;
* [[EZVIZ]] (by Hikvision)&lt;br /&gt;
&lt;br /&gt;
* [[Flir]] (rebranded [[Lorex]] which are rebranded [[Dahua]])&lt;br /&gt;
&lt;br /&gt;
* [[Foscam]] (FI8908W, FI8904W, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Gadspot]] Most&lt;br /&gt;
&lt;br /&gt;
* [[GBF_PL960PM_IP_Video_Door_Phone | GBF]] One reportedly (doorbell camera)&lt;br /&gt;
&lt;br /&gt;
* [[Generic]] Only tested one &lt;br /&gt;
&lt;br /&gt;
* [[Geovision]] (GV-FE420, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Grandstream]] Grandstream (GXV-3672-FHD &amp;amp; GXV-3672-FHD-36 &amp;amp; GXV3611_HD tested)&lt;br /&gt;
&lt;br /&gt;
* [[Hikvision]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Honeywell]] HD3MDIP&lt;br /&gt;
&lt;br /&gt;
* [[hootoo]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Iguard]] IP390E&lt;br /&gt;
&lt;br /&gt;
* [[ieGeek]] CT0247UK&lt;br /&gt;
&lt;br /&gt;
* [[Instar]] (IN-2905, IN-5907HD, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[InternetEye]] M6840&lt;br /&gt;
&lt;br /&gt;
* [[Jennov]] (only tested model JE-A73WG20-E)&lt;br /&gt;
&lt;br /&gt;
* [[Keekoon]] KK002 (KK001 and 3 are probably the same)&lt;br /&gt;
&lt;br /&gt;
*  [[LaView]]  many  LV-PB932F4&lt;br /&gt;
&lt;br /&gt;
* [[Level One]] some&lt;br /&gt;
&lt;br /&gt;
* [[Lilin]] LR7022&lt;br /&gt;
&lt;br /&gt;
* [[Linksys]] WVC-210 / WVC2300 / PVC2300 / WVC54GC&lt;br /&gt;
&lt;br /&gt;
* [[Loftek]] Sentinel PTZ&lt;br /&gt;
&lt;br /&gt;
* [[Lorex]] (rebranded [[Dahua]])&lt;br /&gt;
&lt;br /&gt;
* [[Maygion]] (IP-603, IP-604, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Messoa]] (NCR870, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[MPIX]] (40-IRBF-K28, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[Netcat]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openwrt.org/tag/ip_camera?do=showtag&amp;amp;tag=ip_camera Openwrt] Webcam, or custom firmware on commercial cameras.&lt;br /&gt;
&lt;br /&gt;
* [[Panasonic]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [[Pelco]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [[Revotech]] I6032W-P&lt;br /&gt;
&lt;br /&gt;
* [[Reolink]]&lt;br /&gt;
&lt;br /&gt;
* [[Rimax]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Rovio]]&lt;br /&gt;
&lt;br /&gt;
* [[Sercomm]] (ADT)&lt;br /&gt;
&lt;br /&gt;
* [[Sony]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Sricam]]&lt;br /&gt;
&lt;br /&gt;
* [[SV3C]]&lt;br /&gt;
&lt;br /&gt;
* [[TMEZON]] Some&lt;br /&gt;
&lt;br /&gt;
* [[TP-LINK]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Trendnet]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Uokoo]] One&lt;br /&gt;
&lt;br /&gt;
* [[Vstar T7833WIP HD Dome Network Camera]]&lt;br /&gt;
&lt;br /&gt;
* [[Wanscam]] FR4020A2 (Foscam clone)&lt;br /&gt;
&lt;br /&gt;
* [[Wgcc]] One&lt;br /&gt;
&lt;br /&gt;
* [[Wyze Cam]]&lt;br /&gt;
&lt;br /&gt;
* [[x-vision]] Xvision cameras by y3k (some)&lt;br /&gt;
&lt;br /&gt;
* [[Xiongmai]]  They sell modules used in multiple Chinese cameras like Misecu IPC-DM07-20SC (with module IPG-50HV20PES-S)&lt;br /&gt;
&lt;br /&gt;
* [[Y-Cam]] (Sharx Ip) Most&lt;br /&gt;
&lt;br /&gt;
* [[Zavio]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Zecumate]] JPT3815W&lt;br /&gt;
&lt;br /&gt;
* [[ZoneWay ZW-NC863M-P Megapixel IP]]&lt;br /&gt;
&lt;br /&gt;
* ZoneMinder can also be accessed as if it were another camera, using a Remote Path such as:&lt;br /&gt;
  &amp;#039;&amp;#039;&amp;#039;/cgi-bin/nph-zms?mode=single&amp;amp;monitor=&amp;lt;monitor id&amp;gt;&amp;amp;scale=100&amp;amp;maxfps=5&amp;amp;buffer=1000&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Where the &amp;lt;monitor id&amp;gt; is the correct camera id on the remote system. [other settings?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Single JPEG Frames Only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Airlink 101]] some&lt;br /&gt;
&lt;br /&gt;
* [[JVC]] some&lt;br /&gt;
&lt;br /&gt;
* [[Panasonic]] some&lt;br /&gt;
&lt;br /&gt;
* [[PLANET]] some   &lt;br /&gt;
&lt;br /&gt;
* [[Toshiba]] some&lt;br /&gt;
&lt;br /&gt;
* [[Veo Observer IP NetCam]] most&lt;br /&gt;
&lt;br /&gt;
* [[Vivotek]] All&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MPEG (v1.24.0+)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[ABS_MegaCam]]&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] All&lt;br /&gt;
&lt;br /&gt;
* [[ ACTi]] All&lt;br /&gt;
&lt;br /&gt;
* [[Vivotek]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Logitech 700 series]] some&lt;br /&gt;
&lt;br /&gt;
* [[Ubiqiti]] some&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compatible (with modifications)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Aviosys]] some&lt;br /&gt;
&lt;br /&gt;
* [[Mobotix]]  all  &lt;br /&gt;
&lt;br /&gt;
* [[Conceptronic]]  some&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compatible (with problems)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
* [[Compro]] IP70. MPEG4 only, some reliability issues and general poor firmware quality.&lt;br /&gt;
&lt;br /&gt;
* [[Grandtec]] [[Grandtec_WLAN_Camera|WLAN Camera]] WiFi or III - acceptable indoor quality, no infrared-filter (better nightvision) cheap!&lt;br /&gt;
&lt;br /&gt;
* [[Intellinet]]  IPCamera with the new firmware.&lt;br /&gt;
&lt;br /&gt;
* Old Intellinet IPCamera (model MWNC-100) with this (http://www.zoneminder.com/forums/viewtopic.php?t=7500) protocol adapter. &lt;br /&gt;
&lt;br /&gt;
* OvisLink AirLive WL-5400CAM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Links&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Flash&amp;#039;s IP Camera Database:  https://digdilem.org/ip-cameras/ (Doesn&amp;#039;t seem to work when searching for &amp;#039;Works with Zoneminder?&amp;#039; option, though. - jpcy)&lt;br /&gt;
&lt;br /&gt;
== IP Video Encoder ==&lt;br /&gt;
&lt;br /&gt;
Like Network Cameras, these devices produce a video stream over tcp/ip - but they do so with input from an analog video camera or other video source. An easy way to find these are to search for video encoders or video servers, e.g. 8 channel video encoder, or 2 channel video server.  Newer video encoders may also support HD Analog either in addition, or instead of analog streams (how they implement HD analog, depends upon the brand. There are currently competing standards such as AHD, EX-SDI, HD-SDI, HD-CVI, HD-TVI, etc...).&lt;br /&gt;
&lt;br /&gt;
IP Video Encoders are generally easier to use and maintain than PCI / Capture cards. &lt;br /&gt;
&lt;br /&gt;
* [[Synectics E100]] encoder&lt;br /&gt;
&lt;br /&gt;
*The [[IP9100 | Aviosys IP9100, Models A, B and Plus]] has four analog video inputs.  It produces a ZM compatible video stream from one of the inputs, which is selectable via an HTTP GET command.  There might even be a control script for ZM that lets you select the active video input using &amp;#039;&amp;#039;ZM&amp;#039;s Camera Control Presets!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
With the yoics Aviosys 9100 firmware at http://www.yoics.com/?p=28, ZoneMinder can directly access all four ports via /usr/yoicsX.jpg as the remote host path, where X is 0 - 3.&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] Multiple&lt;br /&gt;
&lt;br /&gt;
* [[Bosch VIP X1 Single-channel]] video encoder [http://products.boschsecuritysystems.eu/en/EMEA/products/bxp/SKU15449253232961378955-CATMda7ec5dc0edf5b1a0b8cb619e2e11308]&lt;br /&gt;
&lt;br /&gt;
* [[GXV3504]] Grandstream 4 channel video encoder.&lt;br /&gt;
&lt;br /&gt;
* [[Hikvision]] HD Analog (With errors)&lt;br /&gt;
&lt;br /&gt;
* [[Samsung]] uses AHD cameras, and possibly NTSC/PAL cameras.&lt;br /&gt;
&lt;br /&gt;
== Capture Cards ==&lt;br /&gt;
&lt;br /&gt;
[[Anykeeper]] &lt;br /&gt;
&lt;br /&gt;
[[Avermedia]]&lt;br /&gt;
&lt;br /&gt;
[[Camsecure PCI Express video capture]]&lt;br /&gt;
&lt;br /&gt;
[[Digiflower]]&lt;br /&gt;
&lt;br /&gt;
[[Geovision GV250 - bt878a chip]]&lt;br /&gt;
&lt;br /&gt;
[[Grandtec Grand X Guard]] &lt;br /&gt;
&lt;br /&gt;
[[Hauppauge]]&lt;br /&gt;
&lt;br /&gt;
[[Howell-Tempest  VC 878B-Q]]&lt;br /&gt;
&lt;br /&gt;
[[Ituner Spectra 8]]&lt;br /&gt;
&lt;br /&gt;
[[Kodicom 4400r]]&lt;br /&gt;
&lt;br /&gt;
[[Kodicom 8800]]&lt;br /&gt;
&lt;br /&gt;
[[Tungson TE-8008]]&lt;br /&gt;
&lt;br /&gt;
Leadtek WinFast VC 100 - the cheapest bt878 model with no tuner on it, just Com/Svideo in.&lt;br /&gt;
&lt;br /&gt;
[[LinkDelight CCTV H.264 4CH DVR Card]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Media Labs LMLBT44]] &lt;br /&gt;
&lt;br /&gt;
[[Osprey 100]]&lt;br /&gt;
&lt;br /&gt;
[[Provideo PV- series (Bluecherry)]] &lt;br /&gt;
[[ Bluecherry - BC-H16480A]] &lt;br /&gt;
[[TView 95/99]]&lt;br /&gt;
&lt;br /&gt;
[[UDP Technology NCP3200v2]]&lt;br /&gt;
&lt;br /&gt;
[[Videocards with Philips saa7134 chipset]]&lt;br /&gt;
&lt;br /&gt;
[[WinFast TV2000 XP]]&lt;br /&gt;
&lt;br /&gt;
[[Rapid OS]]&lt;br /&gt;
&lt;br /&gt;
[[KesCom PG104]]&lt;br /&gt;
&lt;br /&gt;
[[IEI Technology Corp. IVC-268G-R20]]&lt;br /&gt;
&lt;br /&gt;
== bt8x8 Cards ==&lt;br /&gt;
BT8x8 cards are handled by the Kernel module BTTV. A note on the bt8x8-based TV-tuner cards: these usually have beside the tuner input, also a Composite and an S-Video input. You can hook up 2 analog cameras to these, and access from ZoneMinder both of them as individual cameras, at max 15Fps. You don&amp;#039;t need two separate TV cards for two cameras!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pico2000]] - 4 port card, one chip bt878, around 2 fps when using all channels&lt;br /&gt;
&lt;br /&gt;
[[Bt878_4chip_8inputs]] -4 chips bt878, 8 inputs, around 5 fps when using 2 inputs per chip&lt;br /&gt;
&lt;br /&gt;
[[:Image:Karta.jpg| bt878 8 chip 8 input]] - This card is supplied with D-sub to 8 BNC connector and uses the bt878 chip for each input allowing full frame rates and quality. See [[Kodicom 8800]] for more information.&lt;br /&gt;
&lt;br /&gt;
Geovision GV250 bt878a single chip 4 inputs - This capture Card is supplied with 4 video inputs but with NO audio channel&lt;br /&gt;
&lt;br /&gt;
Geovision GV-800 8 inputs - [https://forums.zoneminder.com/viewtopic.php?f=14&amp;amp;t=12327] Recommended to review forums. &lt;br /&gt;
&lt;br /&gt;
Most other BTTV (bt878, bt848) cards, see &amp;#039;&amp;#039;&amp;#039;/usr/src/linux/Documentation/video4linux/bttv/CARDLIST&amp;#039;&amp;#039;&amp;#039; on your system for a list. You can also find more details on the BTTV module, such as parameters to pass via insmod, [https://www.kernel.org/doc/html/latest/media/v4l-drivers/bttv.html in the kernel] and&lt;br /&gt;
[https://www.linuxtv.org/wiki/index.php/Bttv on the v4l wiki ]&lt;br /&gt;
[https://www.linuxtv.org/wiki/index.php/Bttv_devices_(bt848,_bt878) 2nd link]&lt;br /&gt;
&lt;br /&gt;
== Analog Cameras ==&lt;br /&gt;
&lt;br /&gt;
Any regular composite or S-video camera connected via a supported capture card.  Some analog cameras feature camera control - ZM supports several of these camera&amp;#039;s Pan/Tilt/Zoom functions via serial port control, as well as camera Presets, Focus, Iris, etc.&lt;br /&gt;
*[[PicturetelControlScript | PictureTel PTZ2N]].&lt;br /&gt;
&lt;br /&gt;
== USB Cameras ==&lt;br /&gt;
&lt;br /&gt;
*Just Zoom USB cam&lt;br /&gt;
&lt;br /&gt;
*Creative Webcam Pro, Webcam 3, LIVE! Cam OPTIA PRO (V4L2, Chan 0, PAL, YUYV)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;Most&amp;#039;&amp;#039; UVCvideo cameras, including: Advent AWC213, Creative Labs VF0420, [[Logitech QuickCam Express]], Logitech HD C270, QuickCam Pro 3000, [[QuickCam Pro 4000]],  QuickCam Communicate STX/Deluxe, [[Logitech Webcam Pro 9000]], [[Webcam C250]], and [[Logitech C525]].&lt;br /&gt;
&lt;br /&gt;
*Logitech Quickcam Orbit/Sphere (experimental basic pan/tilt control has also published for testing and hacking [http://www.zoneminder.com/forums/viewtopic.php?t=9788])&lt;br /&gt;
&lt;br /&gt;
*[[Philips]] &lt;br /&gt;
&lt;br /&gt;
*Any OV511 based USB camera [http://alpha.dyndns.org/ov511/cameras.html]&lt;br /&gt;
&lt;br /&gt;
*Any CPIA based USB camera [http://webcam.sourceforge.net]&lt;br /&gt;
&lt;br /&gt;
*[[LabTec WebCam Pro]]&lt;br /&gt;
&lt;br /&gt;
*Confirmed basic functionality with Microsoft Lifecam VX 5000 using UVC Streaming method&lt;br /&gt;
&lt;br /&gt;
*Company name: PU`Aimetis model: PUAN-3656 (2MP / Max resolution: 1920*1080, MJPEG - 1920X1080 @ 30fps / YUV2 - 1920X1080 @ 5fps)&lt;br /&gt;
&lt;br /&gt;
Note that most USB cameras that can use Video4Linux/V4L2, and so can be used by ZoneMinder.  Some have older chipsets and can be hard to find new.&lt;br /&gt;
&lt;br /&gt;
Note that PWC drivers are not included in the kernel. Some distribution&amp;#039;s add them in and other may not. Here are some relevant links:&lt;br /&gt;
* [http://www.smcc.demon.nl/webcam/ Old Maintainer]&lt;br /&gt;
* [http://www.saillard.org/linux/pwc/ Current PWC Maintainer]&lt;br /&gt;
&lt;br /&gt;
== X10 Devices ==&lt;br /&gt;
The only device that really needs to be compatable with ZM is the Transceiver, all other x10 devices comunicate through that device.&lt;br /&gt;
*[[CM11]] Bi-Directional Transceiver&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other X10 notes:&lt;br /&gt;
&lt;br /&gt;
[http://www.zoneminder.com/forums/viewtopic.php?t=6423&amp;amp;highlight=x10 Topic 6423]&lt;br /&gt;
&lt;br /&gt;
[http://www.zoneminder.com/forums/viewtopic.php?t=7082&amp;amp;highlight=x10 Topic 7082]&lt;br /&gt;
&lt;br /&gt;
== All other hardware as supported by Linux ==&lt;br /&gt;
To find out if your hardware is supported, check the [http://www.zoneminder.com/forums/viewforum.php?f=10 HCL]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plug Computers ==&lt;br /&gt;
Guruplug Server Plus -&amp;gt; How to install Zoneminder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Single Board Computers ==&lt;br /&gt;
&lt;br /&gt;
Single board computers such as the Raspberry Pi, Odroid, Beagleboard, and many others.&lt;br /&gt;
&lt;br /&gt;
See [[Single Board Computers]]&lt;/div&gt;</summary>
		<author><name>Rangerbob</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=16462</id>
		<title>Hardware Compatibility List</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=16462"/>
		<updated>2020-12-04T19:10:38Z</updated>

		<summary type="html">&lt;p&gt;Rangerbob: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The ZoneMinder Wiki is community based. That means the list below is only as good as those who chose to maintain it. Did you find something outdated? Did you get a camera working, which is not shown in the list below? Please consider adding or improving this list.&lt;br /&gt;
&lt;br /&gt;
== IP Network Cameras ==&lt;br /&gt;
Most modern IP cameras are ONVIF compliant, which means most modern IP cameras should work with ZoneMinder. However, there are some caveats to this general rule. Cameras which (only) send an encrypted stream will not work with any third party recording software. Some &amp;quot;cloud&amp;quot; cameras fit into this category [examples?].&lt;br /&gt;
&lt;br /&gt;
You should verify one can adjust camera parameters such as frame rate, resolution, contrast, etc. from within the camera&amp;#039;s web portal. This, in itself, is not a show-stopper, but it will make your experience a lot easier. [why?]&lt;br /&gt;
&lt;br /&gt;
The following list of IP cameras is not exhaustive. If your camera is not listed, it does not mean that it won&amp;#039;t work with ZoneMinder. Rather, it is likely that no one has taken the time to add it to the list. Please consider adding your camera to this list once you get it working. More details on obtaining stream paths can be found on [[Finding Camera Stream Paths]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Full Compatibility &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[7Links]](TM Trade Mark)&lt;br /&gt;
&lt;br /&gt;
* [[A-mtk]]&lt;br /&gt;
&lt;br /&gt;
* [[Abus]]  some&lt;br /&gt;
&lt;br /&gt;
* [[Airlink 101]] some &lt;br /&gt;
&lt;br /&gt;
* [[AirLive AirCam OD325HD]]&lt;br /&gt;
&lt;br /&gt;
* [[Amcrest QCam]]&lt;br /&gt;
&lt;br /&gt;
* [[Amovision AM-Q630M | Amovision]] some&lt;br /&gt;
&lt;br /&gt;
* [[Anpviz]]&lt;br /&gt;
&lt;br /&gt;
* [[Android]]&lt;br /&gt;
&lt;br /&gt;
* [[Anran VGB101-IP]]&lt;br /&gt;
&lt;br /&gt;
* [[Apexis]] most if not all (only tested some)&lt;br /&gt;
&lt;br /&gt;
* [[ArecontVision]] (AV3130M, probably other too)&lt;br /&gt;
&lt;br /&gt;
* [[Astak Mole]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] All&lt;br /&gt;
&lt;br /&gt;
* [[BesDERSEC]] HX WIFI - ONVIF&lt;br /&gt;
&lt;br /&gt;
* [[BesDERSEC]] A6 PTZ - ONVIF - Used Netcat ONVIF for control&lt;br /&gt;
&lt;br /&gt;
* [[Brickcom]] These have been tested&lt;br /&gt;
&lt;br /&gt;
* [[B-QTECH]] H.264 Camera&lt;br /&gt;
&lt;br /&gt;
* [[BSTI]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Cisco]] some&lt;br /&gt;
&lt;br /&gt;
* [[COT Pro]] some&lt;br /&gt;
&lt;br /&gt;
* [[Dahua]] (IPC-HDB3200C, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[DBPower]] (H.264 Model, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Digoo]] At least M1Q, probably more. &lt;br /&gt;
&lt;br /&gt;
* [[D-Link]] Most&lt;br /&gt;
&lt;br /&gt;
* [[EasyN]] (Mini Speed Dome 1BF)&lt;br /&gt;
&lt;br /&gt;
* [[Edimax]] only tested some&lt;br /&gt;
&lt;br /&gt;
* [[EyeSpy247]] (Branded Sercomm RC8021)&lt;br /&gt;
&lt;br /&gt;
* [[EZVIZ]] (by Hikvision)&lt;br /&gt;
&lt;br /&gt;
* [[Flir]] (rebranded [[Lorex]] which are rebranded [[Dahua]])&lt;br /&gt;
&lt;br /&gt;
* [[Foscam]] (FI8908W, FI8904W, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Gadspot]] Most&lt;br /&gt;
&lt;br /&gt;
* [[GBF_PL960PM_IP_Video_Door_Phone | GBF]] One reportedly (doorbell camera)&lt;br /&gt;
&lt;br /&gt;
* [[Generic]] Only tested one &lt;br /&gt;
&lt;br /&gt;
* [[Geovision]] (GV-FE420, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Grandstream]] Grandstream (GXV-3672-FHD &amp;amp; GXV-3672-FHD-36 &amp;amp; GXV3611_HD tested)&lt;br /&gt;
&lt;br /&gt;
* [[Hikvision]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Honeywell]] HD3MDIP&lt;br /&gt;
&lt;br /&gt;
* [[hootoo]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Iguard]] IP390E&lt;br /&gt;
&lt;br /&gt;
* [[ieGeek]] CT0247UK&lt;br /&gt;
&lt;br /&gt;
* [[Instar]] (IN-2905, IN-5907HD, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[InternetEye]] M6840&lt;br /&gt;
&lt;br /&gt;
* [[Jennov]] (only tested model JE-A73WG20-E)&lt;br /&gt;
&lt;br /&gt;
* [[Keekoon]] KK002 (KK001 and 3 are probably the same)&lt;br /&gt;
&lt;br /&gt;
* [[LaView]] LV-PB932F4&lt;br /&gt;
&lt;br /&gt;
* [[Level One]] some&lt;br /&gt;
&lt;br /&gt;
* [[Lilin]] LR7022&lt;br /&gt;
&lt;br /&gt;
* [[Linksys]] WVC-210 / WVC2300 / PVC2300 / WVC54GC&lt;br /&gt;
&lt;br /&gt;
* [[Loftek]] Sentinel PTZ&lt;br /&gt;
&lt;br /&gt;
* [[Lorex]] (rebranded [[Dahua]])&lt;br /&gt;
&lt;br /&gt;
* [[Maygion]] (IP-603, IP-604, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Messoa]] (NCR870, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[MPIX]] (40-IRBF-K28, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[Netcat]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.openwrt.org/tag/ip_camera?do=showtag&amp;amp;tag=ip_camera Openwrt] Webcam, or custom firmware on commercial cameras.&lt;br /&gt;
&lt;br /&gt;
* [[Panasonic]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [[Pelco]] IP Cameras&lt;br /&gt;
&lt;br /&gt;
* [[Revotech]] I6032W-P&lt;br /&gt;
&lt;br /&gt;
* [[Reolink]]&lt;br /&gt;
&lt;br /&gt;
* [[Rimax]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Rovio]]&lt;br /&gt;
&lt;br /&gt;
* [[Sercomm]] (ADT)&lt;br /&gt;
&lt;br /&gt;
* [[Sony]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Sricam]]&lt;br /&gt;
&lt;br /&gt;
* [[SV3C]]&lt;br /&gt;
&lt;br /&gt;
* [[TMEZON]] Some&lt;br /&gt;
&lt;br /&gt;
* [[TP-LINK]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Trendnet]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Uokoo]] One&lt;br /&gt;
&lt;br /&gt;
* [[Vstar T7833WIP HD Dome Network Camera]]&lt;br /&gt;
&lt;br /&gt;
* [[Wanscam]] FR4020A2 (Foscam clone)&lt;br /&gt;
&lt;br /&gt;
* [[Wgcc]] One&lt;br /&gt;
&lt;br /&gt;
* [[Wyze Cam]]&lt;br /&gt;
&lt;br /&gt;
* [[x-vision]] Xvision cameras by y3k (some)&lt;br /&gt;
&lt;br /&gt;
* [[Xiongmai]]  They sell modules used in multiple Chinese cameras like Misecu IPC-DM07-20SC (with module IPG-50HV20PES-S)&lt;br /&gt;
&lt;br /&gt;
* [[Y-Cam]] (Sharx Ip) Most&lt;br /&gt;
&lt;br /&gt;
* [[Zavio]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Zecumate]] JPT3815W&lt;br /&gt;
&lt;br /&gt;
* [[ZoneWay ZW-NC863M-P Megapixel IP]]&lt;br /&gt;
&lt;br /&gt;
* ZoneMinder can also be accessed as if it were another camera, using a Remote Path such as:&lt;br /&gt;
  &amp;#039;&amp;#039;&amp;#039;/cgi-bin/nph-zms?mode=single&amp;amp;monitor=&amp;lt;monitor id&amp;gt;&amp;amp;scale=100&amp;amp;maxfps=5&amp;amp;buffer=1000&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Where the &amp;lt;monitor id&amp;gt; is the correct camera id on the remote system. [other settings?]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Single JPEG Frames Only&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Airlink 101]] some&lt;br /&gt;
&lt;br /&gt;
* [[JVC]] some&lt;br /&gt;
&lt;br /&gt;
* [[Panasonic]] some&lt;br /&gt;
&lt;br /&gt;
* [[PLANET]] some   &lt;br /&gt;
&lt;br /&gt;
* [[Toshiba]] some&lt;br /&gt;
&lt;br /&gt;
* [[Veo Observer IP NetCam]] most&lt;br /&gt;
&lt;br /&gt;
* [[Vivotek]] All&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MPEG (v1.24.0+)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[ABS_MegaCam]]&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] All&lt;br /&gt;
&lt;br /&gt;
* [[ ACTi]] All&lt;br /&gt;
&lt;br /&gt;
* [[Vivotek]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Logitech 700 series]] some&lt;br /&gt;
&lt;br /&gt;
* [[Ubiqiti]] some&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compatible (with modifications)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Aviosys]] some&lt;br /&gt;
&lt;br /&gt;
* [[Mobotix]]  all  &lt;br /&gt;
&lt;br /&gt;
* [[Conceptronic]]  some&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compatible (with problems)&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
* [[Compro]] IP70. MPEG4 only, some reliability issues and general poor firmware quality.&lt;br /&gt;
&lt;br /&gt;
* [[Grandtec]] [[Grandtec_WLAN_Camera|WLAN Camera]] WiFi or III - acceptable indoor quality, no infrared-filter (better nightvision) cheap!&lt;br /&gt;
&lt;br /&gt;
* [[Intellinet]]  IPCamera with the new firmware.&lt;br /&gt;
&lt;br /&gt;
* Old Intellinet IPCamera (model MWNC-100) with this (http://www.zoneminder.com/forums/viewtopic.php?t=7500) protocol adapter. &lt;br /&gt;
&lt;br /&gt;
* OvisLink AirLive WL-5400CAM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Useful Links&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Flash&amp;#039;s IP Camera Database:  https://digdilem.org/ip-cameras/ (Doesn&amp;#039;t seem to work when searching for &amp;#039;Works with Zoneminder?&amp;#039; option, though. - jpcy)&lt;br /&gt;
&lt;br /&gt;
== IP Video Encoder ==&lt;br /&gt;
&lt;br /&gt;
Like Network Cameras, these devices produce a video stream over tcp/ip - but they do so with input from an analog video camera or other video source. An easy way to find these are to search for video encoders or video servers, e.g. 8 channel video encoder, or 2 channel video server.  Newer video encoders may also support HD Analog either in addition, or instead of analog streams (how they implement HD analog, depends upon the brand. There are currently competing standards such as AHD, EX-SDI, HD-SDI, HD-CVI, HD-TVI, etc...).&lt;br /&gt;
&lt;br /&gt;
IP Video Encoders are generally easier to use and maintain than PCI / Capture cards. &lt;br /&gt;
&lt;br /&gt;
* [[Synectics E100]] encoder&lt;br /&gt;
&lt;br /&gt;
*The [[IP9100 | Aviosys IP9100, Models A, B and Plus]] has four analog video inputs.  It produces a ZM compatible video stream from one of the inputs, which is selectable via an HTTP GET command.  There might even be a control script for ZM that lets you select the active video input using &amp;#039;&amp;#039;ZM&amp;#039;s Camera Control Presets!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
With the yoics Aviosys 9100 firmware at http://www.yoics.com/?p=28, ZoneMinder can directly access all four ports via /usr/yoicsX.jpg as the remote host path, where X is 0 - 3.&lt;br /&gt;
&lt;br /&gt;
* [[Axis]] Multiple&lt;br /&gt;
&lt;br /&gt;
* [[Bosch VIP X1 Single-channel]] video encoder [http://products.boschsecuritysystems.eu/en/EMEA/products/bxp/SKU15449253232961378955-CATMda7ec5dc0edf5b1a0b8cb619e2e11308]&lt;br /&gt;
&lt;br /&gt;
* [[GXV3504]] Grandstream 4 channel video encoder.&lt;br /&gt;
&lt;br /&gt;
* [[Hikvision]] HD Analog (With errors)&lt;br /&gt;
&lt;br /&gt;
* [[Samsung]] uses AHD cameras, and possibly NTSC/PAL cameras.&lt;br /&gt;
&lt;br /&gt;
== Capture Cards ==&lt;br /&gt;
&lt;br /&gt;
[[Anykeeper]] &lt;br /&gt;
&lt;br /&gt;
[[Avermedia]]&lt;br /&gt;
&lt;br /&gt;
[[Camsecure PCI Express video capture]]&lt;br /&gt;
&lt;br /&gt;
[[Digiflower]]&lt;br /&gt;
&lt;br /&gt;
[[Geovision GV250 - bt878a chip]]&lt;br /&gt;
&lt;br /&gt;
[[Grandtec Grand X Guard]] &lt;br /&gt;
&lt;br /&gt;
[[Hauppauge]]&lt;br /&gt;
&lt;br /&gt;
[[Howell-Tempest  VC 878B-Q]]&lt;br /&gt;
&lt;br /&gt;
[[Ituner Spectra 8]]&lt;br /&gt;
&lt;br /&gt;
[[Kodicom 4400r]]&lt;br /&gt;
&lt;br /&gt;
[[Kodicom 8800]]&lt;br /&gt;
&lt;br /&gt;
[[Tungson TE-8008]]&lt;br /&gt;
&lt;br /&gt;
Leadtek WinFast VC 100 - the cheapest bt878 model with no tuner on it, just Com/Svideo in.&lt;br /&gt;
&lt;br /&gt;
[[LinkDelight CCTV H.264 4CH DVR Card]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Media Labs LMLBT44]] &lt;br /&gt;
&lt;br /&gt;
[[Osprey 100]]&lt;br /&gt;
&lt;br /&gt;
[[Provideo PV- series (Bluecherry)]] &lt;br /&gt;
[[ Bluecherry - BC-H16480A]] &lt;br /&gt;
[[TView 95/99]]&lt;br /&gt;
&lt;br /&gt;
[[UDP Technology NCP3200v2]]&lt;br /&gt;
&lt;br /&gt;
[[Videocards with Philips saa7134 chipset]]&lt;br /&gt;
&lt;br /&gt;
[[WinFast TV2000 XP]]&lt;br /&gt;
&lt;br /&gt;
[[Rapid OS]]&lt;br /&gt;
&lt;br /&gt;
[[KesCom PG104]]&lt;br /&gt;
&lt;br /&gt;
[[IEI Technology Corp. IVC-268G-R20]]&lt;br /&gt;
&lt;br /&gt;
== bt8x8 Cards ==&lt;br /&gt;
BT8x8 cards are handled by the Kernel module BTTV. A note on the bt8x8-based TV-tuner cards: these usually have beside the tuner input, also a Composite and an S-Video input. You can hook up 2 analog cameras to these, and access from ZoneMinder both of them as individual cameras, at max 15Fps. You don&amp;#039;t need two separate TV cards for two cameras!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pico2000]] - 4 port card, one chip bt878, around 2 fps when using all channels&lt;br /&gt;
&lt;br /&gt;
[[Bt878_4chip_8inputs]] -4 chips bt878, 8 inputs, around 5 fps when using 2 inputs per chip&lt;br /&gt;
&lt;br /&gt;
[[:Image:Karta.jpg| bt878 8 chip 8 input]] - This card is supplied with D-sub to 8 BNC connector and uses the bt878 chip for each input allowing full frame rates and quality. See [[Kodicom 8800]] for more information.&lt;br /&gt;
&lt;br /&gt;
Geovision GV250 bt878a single chip 4 inputs - This capture Card is supplied with 4 video inputs but with NO audio channel&lt;br /&gt;
&lt;br /&gt;
Geovision GV-800 8 inputs - [https://forums.zoneminder.com/viewtopic.php?f=14&amp;amp;t=12327] Recommended to review forums. &lt;br /&gt;
&lt;br /&gt;
Most other BTTV (bt878, bt848) cards, see &amp;#039;&amp;#039;&amp;#039;/usr/src/linux/Documentation/video4linux/bttv/CARDLIST&amp;#039;&amp;#039;&amp;#039; on your system for a list. You can also find more details on the BTTV module, such as parameters to pass via insmod, [https://www.kernel.org/doc/html/latest/media/v4l-drivers/bttv.html in the kernel] and&lt;br /&gt;
[https://www.linuxtv.org/wiki/index.php/Bttv on the v4l wiki ]&lt;br /&gt;
[https://www.linuxtv.org/wiki/index.php/Bttv_devices_(bt848,_bt878) 2nd link]&lt;br /&gt;
&lt;br /&gt;
== Analog Cameras ==&lt;br /&gt;
&lt;br /&gt;
Any regular composite or S-video camera connected via a supported capture card.  Some analog cameras feature camera control - ZM supports several of these camera&amp;#039;s Pan/Tilt/Zoom functions via serial port control, as well as camera Presets, Focus, Iris, etc.&lt;br /&gt;
*[[PicturetelControlScript | PictureTel PTZ2N]].&lt;br /&gt;
&lt;br /&gt;
== USB Cameras ==&lt;br /&gt;
&lt;br /&gt;
*Just Zoom USB cam&lt;br /&gt;
&lt;br /&gt;
*Creative Webcam Pro, Webcam 3, LIVE! Cam OPTIA PRO (V4L2, Chan 0, PAL, YUYV)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;Most&amp;#039;&amp;#039; UVCvideo cameras, including: Advent AWC213, Creative Labs VF0420, [[Logitech QuickCam Express]], Logitech HD C270, QuickCam Pro 3000, [[QuickCam Pro 4000]],  QuickCam Communicate STX/Deluxe, [[Logitech Webcam Pro 9000]], [[Webcam C250]], and [[Logitech C525]].&lt;br /&gt;
&lt;br /&gt;
*Logitech Quickcam Orbit/Sphere (experimental basic pan/tilt control has also published for testing and hacking [http://www.zoneminder.com/forums/viewtopic.php?t=9788])&lt;br /&gt;
&lt;br /&gt;
*[[Philips]] &lt;br /&gt;
&lt;br /&gt;
*Any OV511 based USB camera [http://alpha.dyndns.org/ov511/cameras.html]&lt;br /&gt;
&lt;br /&gt;
*Any CPIA based USB camera [http://webcam.sourceforge.net]&lt;br /&gt;
&lt;br /&gt;
*[[LabTec WebCam Pro]]&lt;br /&gt;
&lt;br /&gt;
*Confirmed basic functionality with Microsoft Lifecam VX 5000 using UVC Streaming method&lt;br /&gt;
&lt;br /&gt;
*Company name: PU`Aimetis model: PUAN-3656 (2MP / Max resolution: 1920*1080, MJPEG - 1920X1080 @ 30fps / YUV2 - 1920X1080 @ 5fps)&lt;br /&gt;
&lt;br /&gt;
Note that most USB cameras that can use Video4Linux/V4L2, and so can be used by ZoneMinder.  Some have older chipsets and can be hard to find new.&lt;br /&gt;
&lt;br /&gt;
Note that PWC drivers are not included in the kernel. Some distribution&amp;#039;s add them in and other may not. Here are some relevant links:&lt;br /&gt;
* [http://www.smcc.demon.nl/webcam/ Old Maintainer]&lt;br /&gt;
* [http://www.saillard.org/linux/pwc/ Current PWC Maintainer]&lt;br /&gt;
&lt;br /&gt;
== X10 Devices ==&lt;br /&gt;
The only device that really needs to be compatable with ZM is the Transceiver, all other x10 devices comunicate through that device.&lt;br /&gt;
*[[CM11]] Bi-Directional Transceiver&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other X10 notes:&lt;br /&gt;
&lt;br /&gt;
[http://www.zoneminder.com/forums/viewtopic.php?t=6423&amp;amp;highlight=x10 Topic 6423]&lt;br /&gt;
&lt;br /&gt;
[http://www.zoneminder.com/forums/viewtopic.php?t=7082&amp;amp;highlight=x10 Topic 7082]&lt;br /&gt;
&lt;br /&gt;
== All other hardware as supported by Linux ==&lt;br /&gt;
To find out if your hardware is supported, check the [http://www.zoneminder.com/forums/viewforum.php?f=10 HCL]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Plug Computers ==&lt;br /&gt;
Guruplug Server Plus -&amp;gt; How to install Zoneminder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Single Board Computers ==&lt;br /&gt;
&lt;br /&gt;
Single board computers such as the Raspberry Pi, Odroid, Beagleboard, and many others.&lt;br /&gt;
&lt;br /&gt;
See [[Single Board Computers]]&lt;/div&gt;</summary>
		<author><name>Rangerbob</name></author>
	</entry>
</feed>