<?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=Ccjames9</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=Ccjames9"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Ccjames9"/>
	<updated>2026-04-19T20:13:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_16.04_64-bit_with_Zoneminder_1.32.x_the_easy_way&amp;diff=7100</id>
		<title>Ubuntu Server 16.04 64-bit with Zoneminder 1.32.x the easy way</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_16.04_64-bit_with_Zoneminder_1.32.x_the_easy_way&amp;diff=7100"/>
		<updated>2015-10-29T20:13:57Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For Ubuntu 15.10 with default Zoneminder 1.28.1&lt;br /&gt;
&lt;br /&gt;
Install Ubuntu 15.10 from the server CD with LAMP. If you use the minimum setup disk install basic server and LAMP. You may configure a static IP address for you server. Learn how to do this elsewhere.&lt;br /&gt;
&lt;br /&gt;
Become root&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt-get install zoneminder&lt;br /&gt;
&lt;br /&gt;
Create Zoneminder database in MySQL (Note: this also creates the default Zoneminder user and permissions in MySQL)&lt;br /&gt;
&lt;br /&gt;
This next step creates a file which contained the MySQL user and password. Otherwise you will have to enter the user and password on teh command line which is not secure!&lt;br /&gt;
&lt;br /&gt;
Go to the root directory&lt;br /&gt;
 &lt;br /&gt;
 cd ~&lt;br /&gt;
&lt;br /&gt;
Create a hidden password file&lt;br /&gt;
&lt;br /&gt;
 nano .my.cnf&lt;br /&gt;
&lt;br /&gt;
Enter this content (but use your MySQL root password!)&lt;br /&gt;
&lt;br /&gt;
 [client]&lt;br /&gt;
 user=root&lt;br /&gt;
 password=(mysqlpass)&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;
Create database (press ENTER after each command)&lt;br /&gt;
&lt;br /&gt;
 mysql &amp;lt; /usr/share/zoneminder/db/zm_create.sql &lt;br /&gt;
&lt;br /&gt;
 mysql -e &amp;quot;grant select,insert,update,delete,create on zm.* to &amp;#039;zmuser&amp;#039;@localhost identified by &amp;#039;zmpass&amp;#039;;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Remove password file&lt;br /&gt;
&lt;br /&gt;
 rm .my.cnf&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;
Enable Zoneminder service to start at boot&lt;br /&gt;
&lt;br /&gt;
 systemctl enable zoneminder.service&lt;br /&gt;
&lt;br /&gt;
Create a new user&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Start Zoneminder&lt;br /&gt;
&lt;br /&gt;
 systemctl start zoneminder.service&lt;br /&gt;
&lt;br /&gt;
Check to see that Zoneminder is running&lt;br /&gt;
&lt;br /&gt;
 systemctl status zoneminder.service&lt;br /&gt;
&lt;br /&gt;
Enable CGI and Zoneminder configuration in Apache.&lt;br /&gt;
&lt;br /&gt;
 a2enmod cgi&lt;br /&gt;
&lt;br /&gt;
 a2enmod rewrite&lt;br /&gt;
&lt;br /&gt;
 a2enconf zoneminder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in web browser&lt;br /&gt;
&lt;br /&gt;
 http://serverip/zm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enable ffmpeg&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in a web browser, Go to options (top right) Go to Images&lt;br /&gt;
&lt;br /&gt;
OPT_FFMPEG 	Is the ffmpeg video encoder/decoder installed (?) Tick&lt;br /&gt;
&lt;br /&gt;
PATH_FFMPEG 	Path to (optional) ffmpeg mpeg encoder (?) replace with /usr/bin/ffmpeg&lt;br /&gt;
&lt;br /&gt;
Save then exit&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=MobileDevices&amp;diff=7099</id>
		<title>MobileDevices</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=MobileDevices&amp;diff=7099"/>
		<updated>2015-10-29T14:34:48Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: /* Working Under Normal ZM interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please Post Your Device Model&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Working Under Normal ZM interface ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Motorola&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Rizer Z3 (opera mini only)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
iPhone 3G&lt;br /&gt;
&lt;br /&gt;
iPhone 2G (WiFi tested)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Nokia&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
N810&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Samsung&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Galaxy S5 with Android 5.1.1 tested both SWF and MPEG - ZM v1.28.1&lt;br /&gt;
&lt;br /&gt;
Galaxy Tab 4 (WiFi) Android 4.4.2 kitkat both SWF and MPEG are okay - ZM v1.28.1&lt;br /&gt;
&lt;br /&gt;
== Working Under Xhtml ==&lt;br /&gt;
http://example.com/zm/index.php?format=xhtml&lt;br /&gt;
&lt;br /&gt;
Version newer than 1.23.3 use:  http://example.com/zm/index.php?skin=mobile&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Motorola&amp;#039;&amp;#039;&amp;#039;  Rizer Z3, V300,V330,Razer&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blackberry&amp;#039;&amp;#039;&amp;#039; Perl&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;HTC&amp;#039;&amp;#039;&amp;#039; ProTouch II&lt;br /&gt;
&lt;br /&gt;
== Working under XML Interface ==&lt;br /&gt;
&lt;br /&gt;
XML Plugin is available with 1.24.3 onwards, or as a separate download for 1.24.1 and 1.24.2 from http://www.eyezm.com&lt;br /&gt;
It is intended for use with the eyeZm iPhone Application, but can be used with any other custom programs as well.&lt;br /&gt;
&lt;br /&gt;
http://example.com/zm/index.php?skin=xml...&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
iPhone and iPod Touch on iOS 4+&lt;br /&gt;
&lt;br /&gt;
== Not Working  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  http://192.168.0.254/Set?Func=VDelivery&amp;amp;Kind=1&amp;amp;640framerate=30&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=MobileDevices&amp;diff=7098</id>
		<title>MobileDevices</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=MobileDevices&amp;diff=7098"/>
		<updated>2015-10-29T14:32:14Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: /* Working Under Normal ZM interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please Post Your Device Model&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Working Under Normal ZM interface ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Motorola&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Rizer Z3 (opera mini only)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
iPhone 3G&lt;br /&gt;
&lt;br /&gt;
iPhone 2G (WiFi tested)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Nokia&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
N810&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Samsung&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Galaxy S5 with Android 5.1.1 tested both SWF and MPEG&lt;br /&gt;
&lt;br /&gt;
Galaxy Tab 4 (WiFi) Android 4.4.2 kitkat both SWF and MPEG are okay.&lt;br /&gt;
&lt;br /&gt;
== Working Under Xhtml ==&lt;br /&gt;
http://example.com/zm/index.php?format=xhtml&lt;br /&gt;
&lt;br /&gt;
Version newer than 1.23.3 use:  http://example.com/zm/index.php?skin=mobile&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Motorola&amp;#039;&amp;#039;&amp;#039;  Rizer Z3, V300,V330,Razer&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blackberry&amp;#039;&amp;#039;&amp;#039; Perl&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;HTC&amp;#039;&amp;#039;&amp;#039; ProTouch II&lt;br /&gt;
&lt;br /&gt;
== Working under XML Interface ==&lt;br /&gt;
&lt;br /&gt;
XML Plugin is available with 1.24.3 onwards, or as a separate download for 1.24.1 and 1.24.2 from http://www.eyezm.com&lt;br /&gt;
It is intended for use with the eyeZm iPhone Application, but can be used with any other custom programs as well.&lt;br /&gt;
&lt;br /&gt;
http://example.com/zm/index.php?skin=xml...&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
iPhone and iPod Touch on iOS 4+&lt;br /&gt;
&lt;br /&gt;
== Not Working  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  http://192.168.0.254/Set?Func=VDelivery&amp;amp;Kind=1&amp;amp;640framerate=30&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=MobileDevices&amp;diff=7097</id>
		<title>MobileDevices</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=MobileDevices&amp;diff=7097"/>
		<updated>2015-10-29T14:26:21Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please Post Your Device Model&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Working Under Normal ZM interface ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Motorola&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
Rizer Z3 (opera mini only)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
iPhone 3G&lt;br /&gt;
iPhone 2G (WiFi tested)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Nokia&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
N810&lt;br /&gt;
&lt;br /&gt;
Android  2.2&lt;br /&gt;
with swf mpeg streaming&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Samsung&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Galaxy S5&lt;br /&gt;
&lt;br /&gt;
== Working Under Xhtml ==&lt;br /&gt;
http://example.com/zm/index.php?format=xhtml&lt;br /&gt;
&lt;br /&gt;
Version newer than 1.23.3 use:  http://example.com/zm/index.php?skin=mobile&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Motorola&amp;#039;&amp;#039;&amp;#039;  Rizer Z3, V300,V330,Razer&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Blackberry&amp;#039;&amp;#039;&amp;#039; Perl&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;HTC&amp;#039;&amp;#039;&amp;#039; ProTouch II&lt;br /&gt;
&lt;br /&gt;
== Working under XML Interface ==&lt;br /&gt;
&lt;br /&gt;
XML Plugin is available with 1.24.3 onwards, or as a separate download for 1.24.1 and 1.24.2 from http://www.eyezm.com&lt;br /&gt;
It is intended for use with the eyeZm iPhone Application, but can be used with any other custom programs as well.&lt;br /&gt;
&lt;br /&gt;
http://example.com/zm/index.php?skin=xml...&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
iPhone and iPod Touch on iOS 4+&lt;br /&gt;
&lt;br /&gt;
== Not Working  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  http://192.168.0.254/Set?Func=VDelivery&amp;amp;Kind=1&amp;amp;640framerate=30&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7091</id>
		<title>Swann SWADS-446CAM</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7091"/>
		<updated>2015-10-26T09:53:12Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recent purchased an Swann SWADS-446CAM 720p day and night wireless IP cam to moniter my office.&lt;br /&gt;
&lt;br /&gt;
Product http://www.swann.com/uk/swads-446cam&lt;br /&gt;
&lt;br /&gt;
Note: If your remotely viewing, Dont forget to port forwarded RSTP port 554 and port 85 to 192.168.1.x X been your Swann IP&lt;br /&gt;
&lt;br /&gt;
Working great with ZoneMinder v1.28.1, LibVLC, 800x600 grabbing: State: Idle - 27.92 fps over a remote site.&lt;br /&gt;
&lt;br /&gt;
Swann&amp;#039;s Firmware Version: V5.0.5 141219 - Encoding Version: V4.0 build 140815&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Name: Office_Cam1_Swann&lt;br /&gt;
    Source Type: LibVLC (or ffmpeg your choice)&lt;br /&gt;
    Function: Modect&lt;br /&gt;
    Maximum FPS: 10.00 (Your Choice)&lt;br /&gt;
    Alarm Maximum FPS: 30.00 (Your Choice)&lt;br /&gt;
    Reference Image Blend: 6.25% Indoor (Dont forget set this to outdoor)&lt;br /&gt;
    Alarm Reference Image Blend: 6.25%&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Source Path: rtsp://admin:12345@SwannIP:554/cam1/mpeg4&lt;br /&gt;
    Remote Method: RTP/RSTP&lt;br /&gt;
    Target Colorspace 24-bit (32-bit works good aswell)&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All tested and working.&lt;br /&gt;
&lt;br /&gt;
PTZ&lt;br /&gt;
&lt;br /&gt;
Not tested or made any.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7090</id>
		<title>Swann SWADS-446CAM</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7090"/>
		<updated>2015-10-26T09:47:13Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recent purchased an Swann SWADS-446CAM 720p day and night wireless IP cam to moniter my office.&lt;br /&gt;
&lt;br /&gt;
Product http://www.swann.com/uk/swads-446cam&lt;br /&gt;
&lt;br /&gt;
Note: If your remotely viewing, Dont forget to port forwarded RSTP port 554 and port 85 to 192.168.1.x X been your Swann IP&lt;br /&gt;
&lt;br /&gt;
Working great with ZoneMinder v1.28.1, LibVLC, 800x600 grabbing: State: Idle - 27.92 fps over a remote site.&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Name: Office_Cam1_Swann&lt;br /&gt;
    Source Type: LibVLC (or ffmpeg your choice)&lt;br /&gt;
    Function: Modect&lt;br /&gt;
    Maximum FPS: 10.00 (Your Choice)&lt;br /&gt;
    Alarm Maximum FPS: 30.00 (Your Choice)&lt;br /&gt;
    Reference Image Blend: 6.25% Indoor (Dont forget set this to outdoor)&lt;br /&gt;
    Alarm Reference Image Blend: 6.25%&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Source Path: rtsp://admin:12345@SwannIP:554/cam1/mpeg4&lt;br /&gt;
    Remote Method: RTP/RSTP&lt;br /&gt;
    Target Colorspace 24-bit (32-bit works good aswell)&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All tested and working.&lt;br /&gt;
&lt;br /&gt;
PTZ&lt;br /&gt;
&lt;br /&gt;
Not tested or made any.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=7089</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=7089"/>
		<updated>2015-10-26T09:44:59Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: /* Network Cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zoneminder will work with almost any capture card that is supported by the linux kernel.  You may find additional details about supported hardware in the part of the forums.  Also if you find something in the forums that is  missing from the wiki ADD IT.&lt;br /&gt;
&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;
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;
&amp;#039;&amp;#039;&amp;#039;Most other BTTV (bt878, bt848) cards, see /usr/src/linux/Documentation/video4linux/bttv/CARDLIST on your system for a list of some of them.&amp;#039;&amp;#039;&amp;#039;&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;
== Network Cameras ==&lt;br /&gt;
For Network Cams to work they need to be able to generate a video stream without the requirement of activex controls. If the requirements state Internet Explorer is the only supported browser, then the camera may not work. The other option is to grab JPEG images (snapshots), if the camera supports that option, which will work but at a lower frame rate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Help us keep this list accurate.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The hardware compatibility list is maintained by you, the community. If you see something that is no longer up to date, please consider revising it. Naturally, be respectful with your edits. Those before you have put in a lot of effort into this documentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Maintaining PTZ Control Scripts is particularly important.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
It is important to understand that many of the control scripts were written for older versions of ZoneMinder and may require changes to work with the most recent version. When reviewing control scripts, look at the date it was created (see the history tab at the top). If that date is not recent then the script may not work with the latest version. When in doubt, ask in the user forum.&lt;br /&gt;
&lt;br /&gt;
If you discover the control script in this WiKi has already been added to ZoneMinder, then please update the WiKi to reflect that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Consider adding your script to ZoneMinder.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you are willing to do the work, we will gladly add new control scripts to ZoneMinder, as long as they have been tested to work properly. This requires submitting a pull request on our github site with the control script and the necessary sql bits to make it show up in the console. Once the control script has been added to the source tree, it will be maintained by the developers and will (should?) always work for you. This is really the best option as it avoids the endless maintenance required to keep the WiKi up to date.&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;
* [[Amovision AM-Q630M]]&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;
* [[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;
* [[Dahua]] (IPC-HDB3200C, probably others)&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;
* [[Foscam]] (FI8908W, FI8904W, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Gadspot]] Most&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]] Some&lt;br /&gt;
&lt;br /&gt;
* [[hootoo]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Iguard]] IP390E&lt;br /&gt;
&lt;br /&gt;
* [[Instar]] (IN-2905, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[InternetEye]] M6840&lt;br /&gt;
&lt;br /&gt;
* [[Level One]] some&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;
* [[Maygion]] (IP-603, IP-604, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Messoa]] (NCR870, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[Rimax]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Rovio]]&lt;br /&gt;
&lt;br /&gt;
* [[Sony]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Swann]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Swann SWADS-446CAM]] RTSP method&lt;br /&gt;
&lt;br /&gt;
* [[TP-LINK]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Trendnet]] Most&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;
* [[x-vision]] Xvision cameras by y3k (some)&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;
&lt;br /&gt;
* Remote systems, themselves running zoneminder, can be accessed as cameras using the Remote Path of &amp;#039;&amp;#039;&amp;#039;/cgi-bin/nph-zms?mode=single&amp;amp;monitor=1&amp;amp;scale=100&amp;amp;maxfps=5&amp;amp;buffer=1000&amp;#039;&amp;#039;&amp;#039; - where the monitor number is the correct camera on the remote system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Single Jpeg 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(ver1.24.0 and up)&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;
&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;
Useful link: Flash&amp;#039;s IP Camera Database, with Zoneminder compatibility guide:   http://digdilem.org/cameras&lt;br /&gt;
&lt;br /&gt;
== Network Digitizers ==&lt;br /&gt;
&lt;br /&gt;
Like Network Cameras, these devices produce a video stream - but they accept an analog video input from a camera or other video source.&lt;br /&gt;
&lt;br /&gt;
* [[Synectics E100]] encoder&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;
* [[Bosch VIP X1 Single-channel]] video encoder [http://products.boschsecuritysystems.eu/en/EMEA/products/bxp/SKU15449253232961378955-CATMda7ec5dc0edf5b1a0b8cb619e2e11308]&lt;br /&gt;
&lt;br /&gt;
* Video cameras &amp;amp; safes for antitheft purpose on the website http://www.infosafe.fr&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]], QuickCam Pro 3000, [[QuickCam Pro 4000]],  QuickCam Communicate STX/Deluxe, [[Logitech Webcam Pro 9000]], and [[Webcam C250]]&lt;br /&gt;
&lt;br /&gt;
*[[Logitech HD C270]]&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;
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;
== Raspberry Pi ==&lt;br /&gt;
&lt;br /&gt;
ZM 1.25 is already in Raspbian.  Newer development packages are available.&lt;br /&gt;
&lt;br /&gt;
You will want libjpeg-turbo from the following repository by adding to your /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://zarrenspry.info/repos/apt/raspbian testing main&lt;br /&gt;
deb-src http://zarrenspry.info/repos/apt/raspbian testing main&lt;br /&gt;
&lt;br /&gt;
Add gpg by&lt;br /&gt;
&lt;br /&gt;
wget -O - http://zarrenspry.info/zarrenspry.gpg.key|apt-key add -&lt;br /&gt;
&lt;br /&gt;
apt-get install libturbojpeg8 libturbojpeg8-dev&lt;br /&gt;
&lt;br /&gt;
If using the Pi camera, you will need to enable it in raspi-config as well as loading the v4l2 kernel module by adding the following to your /etc/modules.  You will also need to assign more than 128M to the GPU.&lt;br /&gt;
&lt;br /&gt;
bcm2835-v4l2&lt;br /&gt;
&lt;br /&gt;
Although the camera will can capture high res, you don&amp;#039;t have enough RAM currently to do so.  Especially if you have the early 256MB model.  So just stick to 640x480.  &lt;br /&gt;
&lt;br /&gt;
You should be able to get around 20fps, but if you do anything involving the CPU you will get underruns.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7088</id>
		<title>Swann SWADS-446CAM</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7088"/>
		<updated>2015-10-26T09:42:00Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recent purchased an Swann SWADS-446CAM 720p day and night wireless IP cam to moniter my office.&lt;br /&gt;
&lt;br /&gt;
Product http://www.swann.com/uk/swads-446cam&lt;br /&gt;
&lt;br /&gt;
Note: If your remotely viewing, Dont forget to port forwarded RSTP port 554 and port 85 to 192.168.1.x X been your Swann IP&lt;br /&gt;
&lt;br /&gt;
Working great with ZoneMinder v1.28.1, LibVLC, 800x600 grabbing: State: Idle - 27.92 fps over a remote site.&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Name: Office_Cam1_Swann&lt;br /&gt;
    Source Type: LibVLC (or ffmpeg your choice)&lt;br /&gt;
    Function: Modect&lt;br /&gt;
    Maximum FPS: 10.00 (Your Choice)&lt;br /&gt;
    Alarm Maximum FPS: 30.00 (Your Choice)&lt;br /&gt;
    Reference Image Blend: 6.25% Indoor (Dont forget set this to outdoor)&lt;br /&gt;
    Alarm Reference Image Blend: 6.25%&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Source Path: rtsp://admin:12345@SwannIP:554/cam1/mpeg4&lt;br /&gt;
    Remote Method: RTP/RSTP&lt;br /&gt;
    Target Colorspace 24-bit (32-bit works good aswell)&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All tested and working.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7087</id>
		<title>Swann SWADS-446CAM</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Swann_SWADS-446CAM&amp;diff=7087"/>
		<updated>2015-10-26T09:33:45Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: Created page with &amp;quot;Recent purchased an Swann SWADS-446CAM 720p day and night wireless IP cam to moniter my office.  Product http://www.swann.com/uk/swads-446cam  Note: If you remotely viewing, D...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recent purchased an Swann SWADS-446CAM 720p day and night wireless IP cam to moniter my office.&lt;br /&gt;
&lt;br /&gt;
Product http://www.swann.com/uk/swads-446cam&lt;br /&gt;
&lt;br /&gt;
Note: If you remotely viewing, Dont forget to port forwarded RSTP port 554 and port 85 to 192.168.1.x X been your Swann IP&lt;br /&gt;
&lt;br /&gt;
Working great with ZoneMinder v1.28.1&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Name: Office_Cam1_Swann&lt;br /&gt;
    Source Type: LibVLC&lt;br /&gt;
    Function: Modect&lt;br /&gt;
    Maximum FPS: 10.00 (Your Choice)&lt;br /&gt;
    Alarm Maximum FPS: 30.00 (Your Choice)&lt;br /&gt;
    Reference Image Blend: 6.25% Indoor (Dont forget set this to outdoor)&lt;br /&gt;
    Alarm Reference Image Blend: 6.25%&lt;br /&gt;
    Triggers: None available&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Source Path: rtsp://admin:12345@SwannIP:554/cam1/mpeg4&lt;br /&gt;
    Remote Method: RTP/RSTP&lt;br /&gt;
    Options (?) Leave this Blank&lt;br /&gt;
    Target Colorspace 24-bit (32-bit works good aswell)&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All tested and working.&lt;br /&gt;
&lt;br /&gt;
Im using 800x600 and grabbing State: Idle - 26.92 fps over a remote site&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7083</id>
		<title>Ubuntu Server 14.04 64-bit with Zoneminder 1.28.1 the easy way</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7083"/>
		<updated>2015-10-23T16:34:17Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zoneminder 1.28.1 on Ubuntu 14.04. Should also works on Ubuntu 14.10 running init.&lt;br /&gt;
&lt;br /&gt;
22OCT15 Returned this to original version as 1.28.1 has been returned to the iconnor PPA&lt;br /&gt;
&lt;br /&gt;
23OCT15 Added add-apt-repository ppa:mc3man/trusty-media as there newer updated video codec but optional ~ Edited by ccjames9&lt;br /&gt;
&lt;br /&gt;
I did this install on a 64 BIT server but it should work on 32 BIT. As of 20FEB15 I have tested this with a local USB camera and a remote h.264 camera with Ffmpeg and Libvlc.&lt;br /&gt;
&lt;br /&gt;
If you install from CD install Ubuntu Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
If you use the minimum ISO CD install Basic Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
Log in then become root:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
If you used the server install CD&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
 apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
Optional: Set static IP address&lt;br /&gt;
&lt;br /&gt;
 nano /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
Make changes similar to this:&lt;br /&gt;
&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
   address 192.168.1.10&lt;br /&gt;
   netmask 255.255.255.0&lt;br /&gt;
   gateway 192.168.1.1&lt;br /&gt;
   dns-nameservers 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
Note: for Ubuntu 14.04 the resolv.conf is dynamically assigned. The &amp;quot;dns-servers&amp;quot; entry in the interfaces file will set the DNS Multiple DNS server entries can be used.&lt;br /&gt;
&lt;br /&gt;
Reboot server&lt;br /&gt;
&lt;br /&gt;
Log in and become root&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Suggested changes to MySQL&lt;br /&gt;
&lt;br /&gt;
For most of you Zoneminder will run just fine with the default MySQL settings. There are a couple of settings that may, in time, provide beneficial especially if you have a number of cameras and many events with a lot of files. One setting I recommend is the &amp;quot;innodb_file_per_table&amp;quot; This will be a default setting in MySQL 5.6 but should be added in MySQL 5.5 which comes with Ubuntu 14.04. A description can be found here: http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablespaces.html&lt;br /&gt;
&lt;br /&gt;
To add &amp;quot;innodb_file_per_table&amp;quot; edit the my.cnf file:&lt;br /&gt;
&lt;br /&gt;
 nano /etc/mysql/my.cnf&lt;br /&gt;
&lt;br /&gt;
Under [mysqld] add&lt;br /&gt;
&lt;br /&gt;
 innodb_file_per_table&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;
Restart MySQL&lt;br /&gt;
&lt;br /&gt;
 service mysql restart&lt;br /&gt;
&lt;br /&gt;
As you add cameras to your system and the events build up you may need to increase the size of the &amp;quot;innodb_buffer_pool_size&amp;quot; when this setting runs out of space your system may act like it is out of disk space. One way to check this is to install mysqltuner and run it from the command line. When the results are shown you can edit the my.cnf file and change the buffer size. The default &amp;quot;innodb_buffer_pool_size&amp;quot; is 128M. In the ZM forum I have found a recommended setting of 256M. My production server required a setting greater than 410M. Install and run mysqltuner to determine the recommended size for your system. Be sure to restart MySQL after making changes.&lt;br /&gt;
&lt;br /&gt;
Add Repository&amp;#039;s (One by One)&lt;br /&gt;
&lt;br /&gt;
 add-apt-repository ppa:iconnor/zoneminder&lt;br /&gt;
 add-apt-repository ppa:mc3man/trusty-media&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt-get install zoneminder&lt;br /&gt;
&lt;br /&gt;
Note: a couple of package configurations will open up. These are to configure Nullmailer. You can just OK them and come back to configure them later.	&lt;br /&gt;
&lt;br /&gt;
You may need to install &amp;quot;extra&amp;quot; VLC components (I will check this and edit as needed)&lt;br /&gt;
&lt;br /&gt;
 apt-get install libvlc-dev libvlccore-dev vlc&lt;br /&gt;
&lt;br /&gt;
Add delay to allow MySQL to start before Zoneminder&lt;br /&gt;
&lt;br /&gt;
 nano /etc/init.d/zoneminder&lt;br /&gt;
&lt;br /&gt;
Add sleep 15 as shown:&lt;br /&gt;
&lt;br /&gt;
 start() {&lt;br /&gt;
    sleep 15&lt;br /&gt;
	echo -n &amp;quot;Starting $prog: &amp;quot;&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;
Create a symbolic links&lt;br /&gt;
&lt;br /&gt;
 ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create a new user&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/apache2 force-reload &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install Cambozola (needed if you use Internet Explorer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src &amp;amp;&amp;amp; wget http://www.andywilcock.com/code/cambozola/cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 tar -xzvf cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 replace 936 with cambozola version downloaded&lt;br /&gt;
&lt;br /&gt;
 cp cambozola-0.936/dist/cambozola.jar /usr/share/zoneminder&lt;br /&gt;
&lt;br /&gt;
You should now be able to access the web server using https://servername&lt;br /&gt;
&lt;br /&gt;
NTP Daily Sync&lt;br /&gt;
&lt;br /&gt;
 nano /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Copy the following into nano&lt;br /&gt;
&lt;br /&gt;
 !/bin/sh ntpdate ntp.ubuntu.com&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;
 chmod 755 /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in web browser&lt;br /&gt;
&lt;br /&gt;
http://serverip/zm&lt;br /&gt;
&lt;br /&gt;
Click Options&lt;br /&gt;
&lt;br /&gt;
Uncheck: Check with zoneminder.com for updated versions (?) click Save&lt;br /&gt;
&lt;br /&gt;
Click Images tab&lt;br /&gt;
&lt;br /&gt;
check Is the (optional) cambozola java streaming client installed (?) Click Save&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7082</id>
		<title>Ubuntu Server 14.04 64-bit with Zoneminder 1.28.1 the easy way</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7082"/>
		<updated>2015-10-23T16:34:02Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zoneminder 1.28.1 on Ubuntu 14.04. Should also works on Ubuntu 14.10 running init.&lt;br /&gt;
&lt;br /&gt;
22OCT15 Returned this to original version as 1.28.1 has been returned to the iconnor PPA&lt;br /&gt;
23OCT15 Added add-apt-repository ppa:mc3man/trusty-media as there newer updated video codec but optional ~ Edited by ccjames9&lt;br /&gt;
&lt;br /&gt;
I did this install on a 64 BIT server but it should work on 32 BIT. As of 20FEB15 I have tested this with a local USB camera and a remote h.264 camera with Ffmpeg and Libvlc.&lt;br /&gt;
&lt;br /&gt;
If you install from CD install Ubuntu Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
If you use the minimum ISO CD install Basic Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
Log in then become root:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
If you used the server install CD&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
 apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
Optional: Set static IP address&lt;br /&gt;
&lt;br /&gt;
 nano /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
Make changes similar to this:&lt;br /&gt;
&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
   address 192.168.1.10&lt;br /&gt;
   netmask 255.255.255.0&lt;br /&gt;
   gateway 192.168.1.1&lt;br /&gt;
   dns-nameservers 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
Note: for Ubuntu 14.04 the resolv.conf is dynamically assigned. The &amp;quot;dns-servers&amp;quot; entry in the interfaces file will set the DNS Multiple DNS server entries can be used.&lt;br /&gt;
&lt;br /&gt;
Reboot server&lt;br /&gt;
&lt;br /&gt;
Log in and become root&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Suggested changes to MySQL&lt;br /&gt;
&lt;br /&gt;
For most of you Zoneminder will run just fine with the default MySQL settings. There are a couple of settings that may, in time, provide beneficial especially if you have a number of cameras and many events with a lot of files. One setting I recommend is the &amp;quot;innodb_file_per_table&amp;quot; This will be a default setting in MySQL 5.6 but should be added in MySQL 5.5 which comes with Ubuntu 14.04. A description can be found here: http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablespaces.html&lt;br /&gt;
&lt;br /&gt;
To add &amp;quot;innodb_file_per_table&amp;quot; edit the my.cnf file:&lt;br /&gt;
&lt;br /&gt;
 nano /etc/mysql/my.cnf&lt;br /&gt;
&lt;br /&gt;
Under [mysqld] add&lt;br /&gt;
&lt;br /&gt;
 innodb_file_per_table&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;
Restart MySQL&lt;br /&gt;
&lt;br /&gt;
 service mysql restart&lt;br /&gt;
&lt;br /&gt;
As you add cameras to your system and the events build up you may need to increase the size of the &amp;quot;innodb_buffer_pool_size&amp;quot; when this setting runs out of space your system may act like it is out of disk space. One way to check this is to install mysqltuner and run it from the command line. When the results are shown you can edit the my.cnf file and change the buffer size. The default &amp;quot;innodb_buffer_pool_size&amp;quot; is 128M. In the ZM forum I have found a recommended setting of 256M. My production server required a setting greater than 410M. Install and run mysqltuner to determine the recommended size for your system. Be sure to restart MySQL after making changes.&lt;br /&gt;
&lt;br /&gt;
Add Repository&amp;#039;s (One by One)&lt;br /&gt;
&lt;br /&gt;
 add-apt-repository ppa:iconnor/zoneminder&lt;br /&gt;
 add-apt-repository ppa:mc3man/trusty-media&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt-get install zoneminder&lt;br /&gt;
&lt;br /&gt;
Note: a couple of package configurations will open up. These are to configure Nullmailer. You can just OK them and come back to configure them later.	&lt;br /&gt;
&lt;br /&gt;
You may need to install &amp;quot;extra&amp;quot; VLC components (I will check this and edit as needed)&lt;br /&gt;
&lt;br /&gt;
 apt-get install libvlc-dev libvlccore-dev vlc&lt;br /&gt;
&lt;br /&gt;
Add delay to allow MySQL to start before Zoneminder&lt;br /&gt;
&lt;br /&gt;
 nano /etc/init.d/zoneminder&lt;br /&gt;
&lt;br /&gt;
Add sleep 15 as shown:&lt;br /&gt;
&lt;br /&gt;
 start() {&lt;br /&gt;
    sleep 15&lt;br /&gt;
	echo -n &amp;quot;Starting $prog: &amp;quot;&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;
Create a symbolic links&lt;br /&gt;
&lt;br /&gt;
 ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create a new user&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/apache2 force-reload &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install Cambozola (needed if you use Internet Explorer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src &amp;amp;&amp;amp; wget http://www.andywilcock.com/code/cambozola/cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 tar -xzvf cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 replace 936 with cambozola version downloaded&lt;br /&gt;
&lt;br /&gt;
 cp cambozola-0.936/dist/cambozola.jar /usr/share/zoneminder&lt;br /&gt;
&lt;br /&gt;
You should now be able to access the web server using https://servername&lt;br /&gt;
&lt;br /&gt;
NTP Daily Sync&lt;br /&gt;
&lt;br /&gt;
 nano /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Copy the following into nano&lt;br /&gt;
&lt;br /&gt;
 !/bin/sh ntpdate ntp.ubuntu.com&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;
 chmod 755 /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in web browser&lt;br /&gt;
&lt;br /&gt;
http://serverip/zm&lt;br /&gt;
&lt;br /&gt;
Click Options&lt;br /&gt;
&lt;br /&gt;
Uncheck: Check with zoneminder.com for updated versions (?) click Save&lt;br /&gt;
&lt;br /&gt;
Click Images tab&lt;br /&gt;
&lt;br /&gt;
check Is the (optional) cambozola java streaming client installed (?) Click Save&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7081</id>
		<title>Ubuntu Server 14.04 64-bit with Zoneminder 1.28.1 the easy way</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7081"/>
		<updated>2015-10-23T16:29:52Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zoneminder 1.28.1 on Ubuntu 14.04. Should also works on Ubuntu 14.10 running init.&lt;br /&gt;
&lt;br /&gt;
22OCT15 Returned this to original version as 1.28.1 has been returned to the iconnor PPA&lt;br /&gt;
&lt;br /&gt;
I did this install on a 64 BIT server but it should work on 32 BIT. As of 20FEB15 I have tested this with a local USB camera and a remote h.264 camera with Ffmpeg and Libvlc.&lt;br /&gt;
&lt;br /&gt;
If you install from CD install Ubuntu Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
If you use the minimum ISO CD install Basic Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
Log in then become root:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
If you used the server install CD&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
 apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
Optional: Set static IP address&lt;br /&gt;
&lt;br /&gt;
 nano /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
Make changes similar to this:&lt;br /&gt;
&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
   address 192.168.1.10&lt;br /&gt;
   netmask 255.255.255.0&lt;br /&gt;
   gateway 192.168.1.1&lt;br /&gt;
   dns-nameservers 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
Note: for Ubuntu 14.04 the resolv.conf is dynamically assigned. The &amp;quot;dns-servers&amp;quot; entry in the interfaces file will set the DNS Multiple DNS server entries can be used.&lt;br /&gt;
&lt;br /&gt;
Reboot server&lt;br /&gt;
&lt;br /&gt;
Log in and become root&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Suggested changes to MySQL&lt;br /&gt;
&lt;br /&gt;
For most of you Zoneminder will run just fine with the default MySQL settings. There are a couple of settings that may, in time, provide beneficial especially if you have a number of cameras and many events with a lot of files. One setting I recommend is the &amp;quot;innodb_file_per_table&amp;quot; This will be a default setting in MySQL 5.6 but should be added in MySQL 5.5 which comes with Ubuntu 14.04. A description can be found here: http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablespaces.html&lt;br /&gt;
&lt;br /&gt;
To add &amp;quot;innodb_file_per_table&amp;quot; edit the my.cnf file:&lt;br /&gt;
&lt;br /&gt;
 nano /etc/mysql/my.cnf&lt;br /&gt;
&lt;br /&gt;
Under [mysqld] add&lt;br /&gt;
&lt;br /&gt;
 innodb_file_per_table&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;
Restart MySQL&lt;br /&gt;
&lt;br /&gt;
 service mysql restart&lt;br /&gt;
&lt;br /&gt;
As you add cameras to your system and the events build up you may need to increase the size of the &amp;quot;innodb_buffer_pool_size&amp;quot; when this setting runs out of space your system may act like it is out of disk space. One way to check this is to install mysqltuner and run it from the command line. When the results are shown you can edit the my.cnf file and change the buffer size. The default &amp;quot;innodb_buffer_pool_size&amp;quot; is 128M. In the ZM forum I have found a recommended setting of 256M. My production server required a setting greater than 410M. Install and run mysqltuner to determine the recommended size for your system. Be sure to restart MySQL after making changes.&lt;br /&gt;
&lt;br /&gt;
Add Repository&amp;#039;s (One by One)&lt;br /&gt;
&lt;br /&gt;
 add-apt-repository ppa:iconnor/zoneminder&lt;br /&gt;
 add-apt-repository ppa:mc3man/trusty-media&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt-get install zoneminder&lt;br /&gt;
&lt;br /&gt;
Note: a couple of package configurations will open up. These are to configure Nullmailer. You can just OK them and come back to configure them later.	&lt;br /&gt;
&lt;br /&gt;
You may need to install &amp;quot;extra&amp;quot; VLC components (I will check this and edit as needed)&lt;br /&gt;
&lt;br /&gt;
 apt-get install libvlc-dev libvlccore-dev vlc&lt;br /&gt;
&lt;br /&gt;
Add delay to allow MySQL to start before Zoneminder&lt;br /&gt;
&lt;br /&gt;
 nano /etc/init.d/zoneminder&lt;br /&gt;
&lt;br /&gt;
Add sleep 15 as shown:&lt;br /&gt;
&lt;br /&gt;
 start() {&lt;br /&gt;
    sleep 15&lt;br /&gt;
	echo -n &amp;quot;Starting $prog: &amp;quot;&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;
Create a symbolic links&lt;br /&gt;
&lt;br /&gt;
 ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create a new user&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/apache2 force-reload &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install Cambozola (needed if you use Internet Explorer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src &amp;amp;&amp;amp; wget http://www.andywilcock.com/code/cambozola/cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 tar -xzvf cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 replace 936 with cambozola version downloaded&lt;br /&gt;
&lt;br /&gt;
 cp cambozola-0.936/dist/cambozola.jar /usr/share/zoneminder&lt;br /&gt;
&lt;br /&gt;
You should now be able to access the web server using https://servername&lt;br /&gt;
&lt;br /&gt;
NTP Daily Sync&lt;br /&gt;
&lt;br /&gt;
 nano /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Copy the following into nano&lt;br /&gt;
&lt;br /&gt;
 !/bin/sh ntpdate ntp.ubuntu.com&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;
 chmod 755 /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in web browser&lt;br /&gt;
&lt;br /&gt;
http://serverip/zm&lt;br /&gt;
&lt;br /&gt;
Click Options&lt;br /&gt;
&lt;br /&gt;
Uncheck: Check with zoneminder.com for updated versions (?) click Save&lt;br /&gt;
&lt;br /&gt;
Click Images tab&lt;br /&gt;
&lt;br /&gt;
check Is the (optional) cambozola java streaming client installed (?) Click Save&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7080</id>
		<title>Ubuntu Server 14.04 64-bit with Zoneminder 1.28.1 the easy way</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_Server_14.04_64-bit_with_Zoneminder_1.28.1_the_easy_way&amp;diff=7080"/>
		<updated>2015-10-23T16:20:50Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zoneminder 1.28.1 on Ubuntu 14.04. Should also works on Ubuntu 14.10 running init.&lt;br /&gt;
&lt;br /&gt;
22OCT15 Returned this to original version as 1.28.1 has been returned to the iconnor PPA&lt;br /&gt;
&lt;br /&gt;
I did this install on a 64 BIT server but it should work on 32 BIT. As of 20FEB15 I have tested this with a local USB camera and a remote h.264 camera with Ffmpeg and Libvlc.&lt;br /&gt;
&lt;br /&gt;
If you install from CD install Ubuntu Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
If you use the minimum ISO CD install Basic Server, OpenSSH Server, and LAMP Server (LAMP installs Apache2, PHP, and MySQL server)&lt;br /&gt;
&lt;br /&gt;
Log in then become root:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
If you used the server install CD&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
 apt-get dist-upgrade&lt;br /&gt;
&lt;br /&gt;
Optional: Set static IP address&lt;br /&gt;
&lt;br /&gt;
 nano /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
Make changes similar to this:&lt;br /&gt;
&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
   address 192.168.1.10&lt;br /&gt;
   netmask 255.255.255.0&lt;br /&gt;
   gateway 192.168.1.1&lt;br /&gt;
   dns-nameservers 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
Note: for Ubuntu 14.04 the resolv.conf is dynamically assigned. The &amp;quot;dns-servers&amp;quot; entry in the interfaces file will set the DNS Multiple DNS server entries can be used.&lt;br /&gt;
&lt;br /&gt;
Reboot server&lt;br /&gt;
&lt;br /&gt;
Log in and become root&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
Suggested changes to MySQL&lt;br /&gt;
&lt;br /&gt;
For most of you Zoneminder will run just fine with the default MySQL settings. There are a couple of settings that may, in time, provide beneficial especially if you have a number of cameras and many events with a lot of files. One setting I recommend is the &amp;quot;innodb_file_per_table&amp;quot; This will be a default setting in MySQL 5.6 but should be added in MySQL 5.5 which comes with Ubuntu 14.04. A description can be found here: http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablespaces.html&lt;br /&gt;
&lt;br /&gt;
To add &amp;quot;innodb_file_per_table&amp;quot; edit the my.cnf file:&lt;br /&gt;
&lt;br /&gt;
 nano /etc/mysql/my.cnf&lt;br /&gt;
&lt;br /&gt;
Under [mysqld] add&lt;br /&gt;
&lt;br /&gt;
 innodb_file_per_table&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;
Restart MySQL&lt;br /&gt;
&lt;br /&gt;
 service mysql restart&lt;br /&gt;
&lt;br /&gt;
As you add cameras to your system and the events build up you may need to increase the size of the &amp;quot;innodb_buffer_pool_size&amp;quot; when this setting runs out of space your system may act like it is out of disk space. One way to check this is to install mysqltuner and run it from the command line. When the results are shown you can edit the my.cnf file and change the buffer size. The default &amp;quot;innodb_buffer_pool_size&amp;quot; is 128M. In the ZM forum I have found a recommended setting of 256M. My production server required a setting greater than 410M. Install and run mysqltuner to determine the recommended size for your system. Be sure to restart MySQL after making changes.&lt;br /&gt;
&lt;br /&gt;
Add Repositorys&lt;br /&gt;
&lt;br /&gt;
 add-apt-repository ppa:iconnor/zoneminder&lt;br /&gt;
 add-apt-repository ppa:mc3man/trusty-media&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
Install Zoneminder&lt;br /&gt;
&lt;br /&gt;
 apt-get install zoneminder&lt;br /&gt;
&lt;br /&gt;
Note: a couple of package configurations will open up. These are to configure Nullmailer. You can just OK them and come back to configure them later.	&lt;br /&gt;
&lt;br /&gt;
You may need to install &amp;quot;extra&amp;quot; VLC components (I will check this and edit as needed)&lt;br /&gt;
&lt;br /&gt;
 apt-get install libvlc-dev libvlccore-dev vlc&lt;br /&gt;
&lt;br /&gt;
Add delay to allow MySQL to start before Zoneminder&lt;br /&gt;
&lt;br /&gt;
 nano /etc/init.d/zoneminder&lt;br /&gt;
&lt;br /&gt;
Add sleep 15 as shown:&lt;br /&gt;
&lt;br /&gt;
 start() {&lt;br /&gt;
    sleep 15&lt;br /&gt;
	echo -n &amp;quot;Starting $prog: &amp;quot;&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;
Create a symbolic links&lt;br /&gt;
&lt;br /&gt;
 ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create a new user&lt;br /&gt;
&lt;br /&gt;
 adduser www-data video&lt;br /&gt;
&lt;br /&gt;
Restart Apache&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/apache2 force-reload &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install Cambozola (needed if you use Internet Explorer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src &amp;amp;&amp;amp; wget http://www.andywilcock.com/code/cambozola/cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 tar -xzvf cambozola-latest.tar.gz&lt;br /&gt;
&lt;br /&gt;
 replace 936 with cambozola version downloaded&lt;br /&gt;
&lt;br /&gt;
 cp cambozola-0.936/dist/cambozola.jar /usr/share/zoneminder&lt;br /&gt;
&lt;br /&gt;
You should now be able to access the web server using https://servername&lt;br /&gt;
&lt;br /&gt;
NTP Daily Sync&lt;br /&gt;
&lt;br /&gt;
 nano /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Copy the following into nano&lt;br /&gt;
&lt;br /&gt;
 !/bin/sh ntpdate ntp.ubuntu.com&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;
 chmod 755 /etc/cron.daily/ntpdate&lt;br /&gt;
&lt;br /&gt;
Open Zoneminder in web browser&lt;br /&gt;
&lt;br /&gt;
http://serverip/zm&lt;br /&gt;
&lt;br /&gt;
Click Options&lt;br /&gt;
&lt;br /&gt;
Uncheck: Check with zoneminder.com for updated versions (?) click Save&lt;br /&gt;
&lt;br /&gt;
Click Images tab&lt;br /&gt;
&lt;br /&gt;
check Is the (optional) cambozola java streaming client installed (?) Click Save&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=ZMLarch&amp;diff=7074</id>
		<title>ZMLarch</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=ZMLarch&amp;diff=7074"/>
		<updated>2015-10-23T13:28:22Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;ZMLarch&amp;#039;&amp;#039;&amp;#039; is a liveCD ZoneMinder demo, development tool, and installer solution.&lt;br /&gt;
Based on Arch Linux and built with the larch live CD/USB toolkit, ZMLarch is fairly light weight at ~425MB&lt;br /&gt;
Documentation on the CD is sparse, but effort has been made to keep it as simple to use as possible.&lt;br /&gt;
The CD&amp;#039;s browser home page has a link back to here, so users can help with documenting.&lt;br /&gt;
&lt;br /&gt;
The current release on June 30, 2009 is &amp;#039;&amp;#039;&amp;#039;ZMLarch_1.24.2-1.iso&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
It is available for download here:&lt;br /&gt;
http://www.thesecurityinstaller.co.uk/community/files/file/246-zoneminder-zm-larch-live-cd/&lt;br /&gt;
&lt;br /&gt;
==Included software==&lt;br /&gt;
*ZoneMinder svn 2935-1 (ZoneMinder is packaged and updating is very simple. See [[Update_ZMLarch]])&lt;br /&gt;
*ffmpeg-svn 18940-1 (Built with the RTSP authentication patch)&lt;br /&gt;
*kernel 2.6.29.4-1&lt;br /&gt;
*Firefox 3.0.11-1&lt;br /&gt;
*MySQL 5.1.35-1&lt;br /&gt;
*PHP 5.2.9-3&lt;br /&gt;
*mjpg-streamer r63-1&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*A lightweight openbox desktop environment&lt;br /&gt;
** In an effort to keep the system light, ZMLarch doesn&amp;#039;t use a display manager (typical runlevel 5). It&amp;#039;s set up so that /etc/inittab runs autologin for &amp;#039;user&amp;#039;, then /home/user/.bash_profile starts X &lt;br /&gt;
** To disable X, comment the line out of /home/user/.bash_profile&lt;br /&gt;
*A unique hostame that has the form &amp;quot;zmhost_nn(n)_nn(n)&amp;quot; The numeric portion is determined by the last two octets of the mac address of the network interface. The preference order of interfaces is &amp;quot;wlan0&amp;quot;, &amp;quot;ath0&amp;quot;,&amp;quot;eth0&amp;quot;. Having a unique hostname enables us to use avahi to announce zeroconf network services. So the liveCD system can be used in a headless, dhcp configured network setup. Useful for &amp;quot;on the fly&amp;quot; temporary deployment. Of course these features can also be used in a more permanently installed system as well.&lt;br /&gt;
&lt;br /&gt;
==Fixes==&lt;br /&gt;
===High Resolution Monitors===&lt;br /&gt;
Cameras above 320x240 will probably render a broken icon.&lt;br /&gt;
 echo 134217728 &amp;gt;/proc/sys/kernel/shmall&lt;br /&gt;
 echo 134217728 &amp;gt;/proc/sys/kernel/shmmax&lt;br /&gt;
&lt;br /&gt;
To make the change permanent edit /etc/sysctl.conf and add&lt;br /&gt;
 kernel.shmall = 134217728&lt;br /&gt;
 kernel.shmmax = 134217728 &lt;br /&gt;
&lt;br /&gt;
==Data Storage==&lt;br /&gt;
Events are stored @ /var/lib/zm/www/events/, which is mounted (where?)&lt;br /&gt;
&lt;br /&gt;
==Related Articles==&lt;br /&gt;
[[ZMLarch_and_webcams]]&lt;br /&gt;
&lt;br /&gt;
[[ZMLarch_and_email]]&lt;br /&gt;
&lt;br /&gt;
[[ZMLarch_boot switches]]&lt;br /&gt;
&lt;br /&gt;
[[Update_ZMLarch]]&lt;br /&gt;
&lt;br /&gt;
==Help Improve this Article==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Please add useful info here, and post questions and assistance requests in the LiveCD forum:&amp;#039;&amp;#039;&amp;#039; http://www.zoneminder.com/forums/viewforum.php?f=6&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=VStarcam_T6836WTP&amp;diff=7070</id>
		<title>VStarcam T6836WTP</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=VStarcam_T6836WTP&amp;diff=7070"/>
		<updated>2015-10-22T17:29:27Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: Created page with &amp;quot;Another Foscam clone   Ubuntu Server 15.04 32Bit/x86   ZM 1.28.107 (ZM Ubuntu PPA)   15fps @ 640x480 over a remote site   Follow these instructions but not tryed the PTZ yet.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Another Foscam clone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ubuntu Server 15.04 32Bit/x86&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ZM 1.28.107 (ZM Ubuntu PPA)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
15fps @ 640x480 over a remote site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Follow these instructions but not tryed the PTZ yet.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7069</id>
		<title>Logitech HD C270</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7069"/>
		<updated>2015-10-22T17:12:46Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This webcam was tested on the following system:&lt;br /&gt;
&lt;br /&gt;
Ubuntu Server 15.04 x86/32bits&lt;br /&gt;
&lt;br /&gt;
ZM 1.28.107 (ZM Ubuntu PPA)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a Intel Pentium D 930 @ 3.00GHz system, The following FPS&lt;br /&gt;
&lt;br /&gt;
320x240 = 28fps&lt;br /&gt;
&lt;br /&gt;
640x480 = 27fps&lt;br /&gt;
&lt;br /&gt;
800x600 = 25fps&lt;br /&gt;
&lt;br /&gt;
1280x960 = 10fps&lt;br /&gt;
&lt;br /&gt;
1Gbps LAN port speed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Logitech HD C270 Tested:&lt;br /&gt;
&lt;br /&gt;
    046d:0825 Logitech, Inc. Webcam C270&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Source Type: Local&lt;br /&gt;
    Function: Modect&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Device Path: /dev/video0&lt;br /&gt;
    Capture Method: Video For Linux version2&lt;br /&gt;
    Device Format: PAL&lt;br /&gt;
    Capture Palette: MJEPG&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All tested and working.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7068</id>
		<title>Logitech HD C270</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7068"/>
		<updated>2015-10-22T17:00:32Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This webcam was tested on the following system:&lt;br /&gt;
&lt;br /&gt;
Ubuntu Server 15.04 x86/32bits&lt;br /&gt;
&lt;br /&gt;
ZM 1.28.107 (ZM Ubuntu PPA)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Logitech HD C270 Tested:&lt;br /&gt;
&lt;br /&gt;
    046d:0825 Logitech, Inc. Webcam C270&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Source Type: Local&lt;br /&gt;
    Function: Modect&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Device Path: /dev/video0&lt;br /&gt;
    Capture Method: Video For Linux version2&lt;br /&gt;
    Device Format: PAL&lt;br /&gt;
    Capture Palette: MJEPG&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All working.&lt;br /&gt;
&lt;br /&gt;
There are two versions of this HD webcam from what i have read on the Ubunru Forums, Mine was brought in the United Kingdom (Europe, EU)&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7067</id>
		<title>Logitech HD C270</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7067"/>
		<updated>2015-10-22T16:55:16Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logitech HD C720 Tested:&lt;br /&gt;
&lt;br /&gt;
    046d:0825 Logitech, Inc. Webcam C270&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
&lt;br /&gt;
    Add New Monitor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
General Tab:&lt;br /&gt;
&lt;br /&gt;
    Source Type: Local&lt;br /&gt;
    Function: Modect&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;br /&gt;
    Device Path: /dev/video0&lt;br /&gt;
    Capture Method: Video For Linux version2&lt;br /&gt;
    Device Format: PAL&lt;br /&gt;
    Capture Palette: MJEPG&lt;br /&gt;
    Capture Width: 1280&lt;br /&gt;
    Capture Height: 960&lt;br /&gt;
&lt;br /&gt;
320x240, 640x480, 800x600 and 1280x960, All working.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two versions of this HD webcam from what i have read on the Ubunru Forums, Mine was brought in the United Kingdom (Europe, EU)&lt;br /&gt;
&lt;br /&gt;
This webcam was tested on the following system:&lt;br /&gt;
&lt;br /&gt;
Ubuntu Server 15.04 32 Bits&lt;br /&gt;
&lt;br /&gt;
ZM 1.28.107 (ZM Ubuntu PPA)&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7066</id>
		<title>Logitech HD C270</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7066"/>
		<updated>2015-10-22T16:27:11Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editing....&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7065</id>
		<title>Logitech HD C270</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_HD_C270&amp;diff=7065"/>
		<updated>2015-10-22T16:26:00Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: Created page with &amp;quot;Test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=7064</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=7064"/>
		<updated>2015-10-22T16:25:35Z</updated>

		<summary type="html">&lt;p&gt;Ccjames9: /* USB Cameras */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Zoneminder will work with almost any capture card that is supported by the linux kernel.  You may find additional details about supported hardware in the part of the forums.  Also if you find something in the forums that is  missing from the wiki ADD IT.&lt;br /&gt;
&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;
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;
&amp;#039;&amp;#039;&amp;#039;Most other BTTV (bt878, bt848) cards, see /usr/src/linux/Documentation/video4linux/bttv/CARDLIST on your system for a list of some of them.&amp;#039;&amp;#039;&amp;#039;&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;
== Network Cameras ==&lt;br /&gt;
For Network Cams to work they need to be able to generate a video stream without the requirement of activex controls. If the requirements state Internet Explorer is the only supported browser, then the camera may not work. The other option is to grab JPEG images (snapshots), if the camera supports that option, which will work but at a lower frame rate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Help us keep this list accurate.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The hardware compatibility list is maintained by you, the community. If you see something that is no longer up to date, please consider revising it. Naturally, be respectful with your edits. Those before you have put in a lot of effort into this documentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Maintaining PTZ Control Scripts is particularly important.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
It is important to understand that many of the control scripts were written for older versions of ZoneMinder and may require changes to work with the most recent version. When reviewing control scripts, look at the date it was created (see the history tab at the top). If that date is not recent then the script may not work with the latest version. When in doubt, ask in the user forum.&lt;br /&gt;
&lt;br /&gt;
If you discover the control script in this WiKi has already been added to ZoneMinder, then please update the WiKi to reflect that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Consider adding your script to ZoneMinder.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you are willing to do the work, we will gladly add new control scripts to ZoneMinder, as long as they have been tested to work properly. This requires submitting a pull request on our github site with the control script and the necessary sql bits to make it show up in the console. Once the control script has been added to the source tree, it will be maintained by the developers and will (should?) always work for you. This is really the best option as it avoids the endless maintenance required to keep the WiKi up to date.&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;
* [[Amovision AM-Q630M]]&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;
* [[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;
* [[Dahua]] (IPC-HDB3200C, probably others)&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;
* [[Foscam]] (FI8908W, FI8904W, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Gadspot]] Most&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]] Some&lt;br /&gt;
&lt;br /&gt;
* [[hootoo]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Iguard]] IP390E&lt;br /&gt;
&lt;br /&gt;
* [[Instar]] (IN-2905, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[InternetEye]] M6840&lt;br /&gt;
&lt;br /&gt;
* [[Level One]] some&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;
* [[Maygion]] (IP-603, IP-604, possibly others)&lt;br /&gt;
&lt;br /&gt;
* [[Messoa]] (NCR870, probably others)&lt;br /&gt;
&lt;br /&gt;
* [[Rimax]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Rovio]]&lt;br /&gt;
&lt;br /&gt;
* [[Sony]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Swann]] Some&lt;br /&gt;
&lt;br /&gt;
* [[TP-LINK]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Trendnet]] Most&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;
* [[x-vision]] Xvision cameras by y3k (some)&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;
&lt;br /&gt;
* Remote systems, themselves running zoneminder, can be accessed as cameras using the Remote Path of &amp;#039;&amp;#039;&amp;#039;/cgi-bin/nph-zms?mode=single&amp;amp;monitor=1&amp;amp;scale=100&amp;amp;maxfps=5&amp;amp;buffer=1000&amp;#039;&amp;#039;&amp;#039; - where the monitor number is the correct camera on the remote system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Single Jpeg 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(ver1.24.0 and up)&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;
&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;
Useful link: Flash&amp;#039;s IP Camera Database, with Zoneminder compatibility guide:   http://digdilem.org/cameras&lt;br /&gt;
&lt;br /&gt;
== Network Digitizers ==&lt;br /&gt;
&lt;br /&gt;
Like Network Cameras, these devices produce a video stream - but they accept an analog video input from a camera or other video source.&lt;br /&gt;
&lt;br /&gt;
* [[Synectics E100]] encoder&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;
* [[Bosch VIP X1 Single-channel]] video encoder [http://products.boschsecuritysystems.eu/en/EMEA/products/bxp/SKU15449253232961378955-CATMda7ec5dc0edf5b1a0b8cb619e2e11308]&lt;br /&gt;
&lt;br /&gt;
* Video cameras &amp;amp; safes for antitheft purpose on the website http://www.infosafe.fr&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]], QuickCam Pro 3000, [[QuickCam Pro 4000]],  QuickCam Communicate STX/Deluxe, [[Logitech Webcam Pro 9000]], and [[Webcam C250]]&lt;br /&gt;
&lt;br /&gt;
*[[Logitech HD C270]]&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;
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;
== Raspberry Pi ==&lt;br /&gt;
&lt;br /&gt;
ZM 1.25 is already in Raspbian.  Newer development packages are available.&lt;br /&gt;
&lt;br /&gt;
You will want libjpeg-turbo from the following repository by adding to your /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://zarrenspry.info/repos/apt/raspbian testing main&lt;br /&gt;
deb-src http://zarrenspry.info/repos/apt/raspbian testing main&lt;br /&gt;
&lt;br /&gt;
Add gpg by&lt;br /&gt;
&lt;br /&gt;
wget -O - http://zarrenspry.info/zarrenspry.gpg.key|apt-key add -&lt;br /&gt;
&lt;br /&gt;
apt-get install libturbojpeg8 libturbojpeg8-dev&lt;br /&gt;
&lt;br /&gt;
If using the Pi camera, you will need to enable it in raspi-config as well as loading the v4l2 kernel module by adding the following to your /etc/modules.  You will also need to assign more than 128M to the GPU.&lt;br /&gt;
&lt;br /&gt;
bcm2835-v4l2&lt;br /&gt;
&lt;br /&gt;
Although the camera will can capture high res, you don&amp;#039;t have enough RAM currently to do so.  Especially if you have the early 256MB model.  So just stick to 640x480.  &lt;br /&gt;
&lt;br /&gt;
You should be able to get around 20fps, but if you do anything involving the CPU you will get underruns.&lt;/div&gt;</summary>
		<author><name>Ccjames9</name></author>
	</entry>
</feed>