<?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=Smart</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=Smart"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Smart"/>
	<updated>2026-05-03T20:05:51Z</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=14475</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=14475"/>
		<updated>2017-03-09T05:01:12Z</updated>

		<summary type="html">&lt;p&gt;Smart: /* 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;
&lt;br /&gt;
The PATH_ZMS found in your ZM server options may be different, so do verify that.  For instance, in the 16.04 Lubuntu ZoneMinder distro the full remote host path might be similar to this:&lt;br /&gt;
&lt;br /&gt;
  /zm/cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=2&amp;amp;scale=100&amp;amp;maxfps=10&amp;amp;buffer=1000&lt;br /&gt;
&lt;br /&gt;
Do be aware that if you do get PATH_ZMS wrong the sever system may go into an endless, hard drive melting loop of trying to connect which is easily silenced by setting the monitor function to none.&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>Smart</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=14468</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=14468"/>
		<updated>2017-03-09T04:31:05Z</updated>

		<summary type="html">&lt;p&gt;Smart: /* 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;
&lt;br /&gt;
The PATH_ZMS found in your ZM server options may be different, so do verify that.  For instance, in the 16.04 Lubuntu ZoneMinder distro the full remote host path might be similar to this:&lt;br /&gt;
&lt;br /&gt;
  /zm/cgi-bin/nph-zms?mode=jpeg&amp;amp;monitor=2&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>Smart</name></author>
	</entry>
</feed>