<?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=Effe</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=Effe"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Effe"/>
	<updated>2026-04-19T22:40:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6906</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6906"/>
		<updated>2015-07-30T18:53:46Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on local server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), you can find on monitor window:&lt;br /&gt;
&lt;br /&gt;
  hhttp://server_ip/zm/index.php?view=monitor&amp;amp;mid=1 &amp;#039;&amp;#039;&amp;#039;&amp;lt;--- This is the id you&amp;#039;re looking for.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you didn&amp;#039;t enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6905</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6905"/>
		<updated>2015-07-30T18:34:45Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on remote server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), you can find on monitor window:&lt;br /&gt;
&lt;br /&gt;
  hhttp://server_ip/zm/index.php?view=monitor&amp;amp;mid=1 &amp;#039;&amp;#039;&amp;#039;&amp;lt;--- This is the id you&amp;#039;re looking for.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6904</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6904"/>
		<updated>2015-07-30T18:34:19Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on remote server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), you can find on monitor window:&lt;br /&gt;
&lt;br /&gt;
  hhttp://server_ip/zm/index.php?view=monitor&amp;amp;mid=1 &amp;lt;--- &amp;#039;&amp;#039;&amp;#039;This is the id you&amp;#039;re looking for.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6903</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6903"/>
		<updated>2015-07-30T18:33:43Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on remote server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), you can find on monitor window:&lt;br /&gt;
&lt;br /&gt;
  hhttp://server_ip/zm/index.php?view=monitor&amp;amp;mid=1 &amp;lt;--- This is the id you&amp;#039;re looking for.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6902</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6902"/>
		<updated>2015-07-30T18:32:55Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on remote server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), you can find on monitor window:&lt;br /&gt;
&lt;br /&gt;
  http://serverip/zm/index.php?view=monitor&amp;amp;mid=&amp;#039;&amp;#039;&amp;#039;1&amp;#039;&amp;#039;&amp;#039; &amp;lt;--- This is the id you&amp;#039;re looking for.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6901</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6901"/>
		<updated>2015-07-30T16:06:44Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on local server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), starting from 1 to the end of the list of available monitors.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6900</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6900"/>
		<updated>2015-07-30T16:03:59Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on local server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), starting from 1 to the end of the list of available monitors.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
#This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6899</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6899"/>
		<updated>2015-07-30T16:03:21Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Camera configuration on local server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), starting from 1 to the end of the list of available monitors.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
#This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6898</id>
		<title>How to share an USB camera from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_share_an_USB_camera_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6898"/>
		<updated>2015-07-30T15:59:48Z</updated>

		<summary type="html">&lt;p&gt;Effe: Setup configuration for an USB camera from a remote ZM server to another ZM Server.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), starting from 1 to the end of the list of available monitors.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
#This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_To&amp;diff=6897</id>
		<title>How To</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_To&amp;diff=6897"/>
		<updated>2015-07-30T15:59:08Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Setting up ZoneMinder Monitors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;--[[User:Stagecoach|stagecoach]] 14:11, 16 October 2010 (BST)&lt;br /&gt;
&lt;br /&gt;
Go back to the [[Contents]] page&lt;br /&gt;
&lt;br /&gt;
This section contains additional hands-on instructions to accomplish certain tasks in ZoneMinder. For the detailed documentation navigate to  the [[Main Documentation]]&lt;br /&gt;
&lt;br /&gt;
=Administration=&lt;br /&gt;
[[How to check a camera is working]]&lt;br /&gt;
&lt;br /&gt;
[[Add a user to ZoneMinder| How to add a user]]&lt;br /&gt;
&lt;br /&gt;
[[how to login| How to login]]&lt;br /&gt;
&lt;br /&gt;
[[How to enable user login]]&lt;br /&gt;
&lt;br /&gt;
[[How to change user permissions]]&lt;br /&gt;
&lt;br /&gt;
[[How to enable extra logging and debugging information]]&lt;br /&gt;
&lt;br /&gt;
=Setting up ZoneMinder Monitors=&lt;br /&gt;
[[How to setup motion detection]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup motion detection#Configure motion detection areas|How to configure motion detection areas]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup an Axis211A with MPEG-4 streaming|How to setup an Axis211A with MPEG-4 streaming]]&lt;br /&gt;
&lt;br /&gt;
[[Setup axis210 with motion jpeg|How to setup an Axis210 with M-JPEG streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup an Axis 210 with JPEG streaming|How to setup an Axis 210 with JPEG streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup an axis 213 with pan tilt zoom|How to setup an Axis213 with pan tilt zoom]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup a File monitor]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 (part 2) streaming with RTP/RTSP monitor from an Axis 225FD camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 (part 2) streaming with RTP/RTSP monitor from an Axis 241S video encoder]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 streaming with RTSP monitor from a Vivotek IP8332 camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an Axis P3343-VE-12mm camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an Axis M7001 video encoder]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an MagicWave Systems License Plate Camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup a FLIR F-Series Thermal Camera with MPEG4 streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to share an USB camera from a remote ZM server to another ZM Server]]&lt;br /&gt;
&lt;br /&gt;
=Exporting Events=&lt;br /&gt;
[[How to export download and view events#Export_Methods| How to export and download events]]&lt;br /&gt;
&lt;br /&gt;
[[How to export download and view events#Extracting_Events|How to prepare exported events for playback]]&lt;br /&gt;
&lt;br /&gt;
[[How to export download and view events#Viewing_Extracted_Events|How to view extracted events]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_export_an_event_as_video|How to export an event as video]]&lt;br /&gt;
&lt;br /&gt;
=Live streaming=&lt;br /&gt;
[[How to realtime view multiple cameras]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_get_a_live_view_from_a_monitor##Watch_view|How to get a live view from a single monitor]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_get_a_live_view_from_a_monitor##cycle_view|How to get a rotating view from a group of monitors]]&lt;br /&gt;
&lt;br /&gt;
[[How to realtime view multiple cameras#Change Montage View|How to change the montage views layout]]&lt;br /&gt;
&lt;br /&gt;
[[How to realtime view multiple cameras#Create new group|How to create a new camera group]]&lt;br /&gt;
&lt;br /&gt;
[[How to stream from another ZoneMinder installation]]&lt;br /&gt;
&lt;br /&gt;
=Other Stuff=&lt;br /&gt;
[[How to stream h264 with ffmpeg from an Axis P3343]]&lt;br /&gt;
&lt;br /&gt;
[[Capture Resolution Width x Height]]&lt;br /&gt;
&lt;br /&gt;
[[How to install and configure Postfix as a Gmail SMTP relay for ZoneMinder email filter events.]]&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_Setup_a_USB_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6896</id>
		<title>How to Setup a USB from a remote ZM server to another ZM Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_Setup_a_USB_from_a_remote_ZM_server_to_another_ZM_Server&amp;diff=6896"/>
		<updated>2015-07-30T15:58:30Z</updated>

		<summary type="html">&lt;p&gt;Effe: Setup configuration for an USB camera from a remote ZM server to another ZM Server.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Go back to the [[How_To|How To]] pages...&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
&lt;br /&gt;
* Any compatible USB camera.&lt;br /&gt;
* IP address of the remote Zone Minder server.&lt;br /&gt;
* Username and password if authentication was enabled on servers.&lt;br /&gt;
* Administrator access to Zone Minder.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on remote server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure your camera and check if is working, then set it as:&lt;br /&gt;
#* Function: Monitor&lt;br /&gt;
#* Enabled: Yes&lt;br /&gt;
# Write down the id number of the monitor(s), starting from 1 to the end of the list of available monitors.&lt;br /&gt;
&lt;br /&gt;
==Camera configuration on local server==&lt;br /&gt;
# [[How_to_login|Login]] to Zone Minder.&lt;br /&gt;
# Click on the &amp;quot;Add New Monitor&amp;quot; link located at the bottom of the page, this will take you to the configuration page for adding a new camera. Configure as:&lt;br /&gt;
# On General Tab:&lt;br /&gt;
#* Source Type: Remote&lt;br /&gt;
# On Source Tab:&lt;br /&gt;
#* Remote Protocol: HTTP&lt;br /&gt;
#* Remote Method: Simple&lt;br /&gt;
#* Remote Host Name: IP of the remote server (for example 192.168.1.1)&lt;br /&gt;
#* Remote Host Port: 80 (if you changed the port of the Zone Minder remote server use what you have set)&lt;br /&gt;
#* Target Colorspace: better match it with the source camera&lt;br /&gt;
#* Capture Width and Height: better match it with the source camera&lt;br /&gt;
#* Remote Host Path:&lt;br /&gt;
#This is the tricky part and the most important, the code you need must be inserted in this order:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&amp;amp;user=&amp;#039;&amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;pass=&amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the id number of your monitor and &amp;#039;&amp;#039;&amp;lt;USERNAME&amp;gt;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;&amp;lt;PASSWORD&amp;gt;&amp;#039;&amp;#039;&amp;#039; are your login information on remote server.&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t have enabled authentication:&lt;br /&gt;
&lt;br /&gt;
  /cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=&amp;#039;&amp;#039;&amp;#039;&amp;lt;MONITOR_ID_HERE&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
The rest of the settings are with you.&lt;br /&gt;
That&amp;#039;s it. The camera is now linked on the local server. Expect some light delay, is normal.&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_To&amp;diff=6895</id>
		<title>How To</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_To&amp;diff=6895"/>
		<updated>2015-07-30T15:17:43Z</updated>

		<summary type="html">&lt;p&gt;Effe: /* Setting up ZoneMinder Monitors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;--[[User:Stagecoach|stagecoach]] 14:11, 16 October 2010 (BST)&lt;br /&gt;
&lt;br /&gt;
Go back to the [[Contents]] page&lt;br /&gt;
&lt;br /&gt;
This section contains additional hands-on instructions to accomplish certain tasks in ZoneMinder. For the detailed documentation navigate to  the [[Main Documentation]]&lt;br /&gt;
&lt;br /&gt;
=Administration=&lt;br /&gt;
[[How to check a camera is working]]&lt;br /&gt;
&lt;br /&gt;
[[Add a user to ZoneMinder| How to add a user]]&lt;br /&gt;
&lt;br /&gt;
[[how to login| How to login]]&lt;br /&gt;
&lt;br /&gt;
[[How to enable user login]]&lt;br /&gt;
&lt;br /&gt;
[[How to change user permissions]]&lt;br /&gt;
&lt;br /&gt;
[[How to enable extra logging and debugging information]]&lt;br /&gt;
&lt;br /&gt;
=Setting up ZoneMinder Monitors=&lt;br /&gt;
[[How to setup motion detection]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup motion detection#Configure motion detection areas|How to configure motion detection areas]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup an Axis211A with MPEG-4 streaming|How to setup an Axis211A with MPEG-4 streaming]]&lt;br /&gt;
&lt;br /&gt;
[[Setup axis210 with motion jpeg|How to setup an Axis210 with M-JPEG streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup an Axis 210 with JPEG streaming|How to setup an Axis 210 with JPEG streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup an axis 213 with pan tilt zoom|How to setup an Axis213 with pan tilt zoom]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup a File monitor]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 (part 2) streaming with RTP/RTSP monitor from an Axis 225FD camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 (part 2) streaming with RTP/RTSP monitor from an Axis 241S video encoder]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 streaming with RTSP monitor from a Vivotek IP8332 camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an Axis P3343-VE-12mm camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an Axis M7001 video encoder]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an MagicWave Systems License Plate Camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup a FLIR F-Series Thermal Camera with MPEG4 streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup a USB from a remote ZM server to another ZM Server]]&lt;br /&gt;
&lt;br /&gt;
=Exporting Events=&lt;br /&gt;
[[How to export download and view events#Export_Methods| How to export and download events]]&lt;br /&gt;
&lt;br /&gt;
[[How to export download and view events#Extracting_Events|How to prepare exported events for playback]]&lt;br /&gt;
&lt;br /&gt;
[[How to export download and view events#Viewing_Extracted_Events|How to view extracted events]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_export_an_event_as_video|How to export an event as video]]&lt;br /&gt;
&lt;br /&gt;
=Live streaming=&lt;br /&gt;
[[How to realtime view multiple cameras]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_get_a_live_view_from_a_monitor##Watch_view|How to get a live view from a single monitor]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_get_a_live_view_from_a_monitor##cycle_view|How to get a rotating view from a group of monitors]]&lt;br /&gt;
&lt;br /&gt;
[[How to realtime view multiple cameras#Change Montage View|How to change the montage views layout]]&lt;br /&gt;
&lt;br /&gt;
[[How to realtime view multiple cameras#Create new group|How to create a new camera group]]&lt;br /&gt;
&lt;br /&gt;
[[How to stream from another ZoneMinder installation]]&lt;br /&gt;
&lt;br /&gt;
=Other Stuff=&lt;br /&gt;
[[How to stream h264 with ffmpeg from an Axis P3343]]&lt;br /&gt;
&lt;br /&gt;
[[Capture Resolution Width x Height]]&lt;br /&gt;
&lt;br /&gt;
[[How to install and configure Postfix as a Gmail SMTP relay for ZoneMinder email filter events.]]&lt;/div&gt;</summary>
		<author><name>Effe</name></author>
	</entry>
</feed>