<?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=Sjthespian</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=Sjthespian"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Sjthespian"/>
	<updated>2026-05-03T20:06:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=6409</id>
		<title>Ubiquiti</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=6409"/>
		<updated>2014-09-26T17:47:23Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* airCam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= airCam =&lt;br /&gt;
The Ubiquiti airCam is a megapixel indoor/outdoor Power over Ethernet (PoE) camera that typically retails for around $100. They support up to 30FPS at 720p. They are designed to work with Ubiquiti&amp;#039;s airVision software, but will work with ZoneMinder. They only work using ffmpeg, which requires a server that can handle the load of extracting frames from the video stream.&lt;br /&gt;
&lt;br /&gt;
You should configure the camera as follows:&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://&amp;lt;IP Address or hostname of Camera&amp;gt;:554/live/ch00_0&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface. Otherwise you will receive corrupted images from time to time and spurious motion events.&lt;br /&gt;
&lt;br /&gt;
For other resolutions, use the following URLs:&lt;br /&gt;
 rtsp://hostname:554/live/ch00_0 1280x720&lt;br /&gt;
 rtsp://hostname:554/live/ch01_0 640x368&lt;br /&gt;
 rtsp://hostname:554/live/ch02_0 320x192&lt;br /&gt;
 rtsp://hostname:554/live/ch03_0 160x96&lt;br /&gt;
&amp;#039;&amp;#039;hostname can be the hostname or IP of the camera&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Also this URLs could be used to get a snapshot:&lt;br /&gt;
 http://cam_ip/snapshot.cgi?chan=0    (1280x720)&lt;br /&gt;
 http://cam_ip/snapshot.cgi?chan=1    (640x368)&lt;br /&gt;
 http://cam_ip/snapshot.cgi?chan=2    (320x192)&lt;br /&gt;
 http://cam_ip/snapshot.cgi?chan=3    (160x96)&lt;br /&gt;
&lt;br /&gt;
This has been tested with ZoneMinder 1.26 and cameras with firmware 1.2. It should work on ZoneMinder &amp;gt; 1.24.&lt;br /&gt;
&lt;br /&gt;
If you require authentication for your rtsp stream, you should be able to use rtsp://username:password@hostname:554/, but I have not tested this.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Newer versions of the AirCam firmware (anything in the 3.x series) have removed the ability to control the frame rate on the cameras, as they are designed to be managed only via. their AirVision software. You can still manage the settings by using ssh to connect to the camera, the default login is ubnt/ubnt. Once there you can read and write the configuration using the cfgmtd command. For example:&lt;br /&gt;
  cfgmtd -r -f /tmp/system.cfg&lt;br /&gt;
  vi /tmp/system.cfg&lt;br /&gt;
  ... change video.input.framerate ...&lt;br /&gt;
  cfgmtd -w -f /tmp/system.cfg&lt;br /&gt;
The above would change the frame rate to whatever value you specify. Changing settings by this manner may make your camera unusable and require a hard reset, use at your own risk.&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=6202</id>
		<title>Trendnet</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=6202"/>
		<updated>2014-06-09T20:04:36Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* TV-IP262P and TV-IP262PI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= TV-IP100 =&lt;br /&gt;
Trendnet  TV-IP100  works ok.&lt;br /&gt;
http://x.x.x.x/video.cgi&lt;br /&gt;
&lt;br /&gt;
= TV-IP100W-N =&lt;br /&gt;
great little wireless camera with digital zoom&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TV-IP110 &amp;amp; TV-IP110W=&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@x.x.x.x&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 640&lt;br /&gt;
 Capture Height: 480&lt;br /&gt;
&lt;br /&gt;
The capture height and width can be changed using the camera&amp;#039;s web interface by modifying the &amp;quot;Video Quality&amp;quot; setting.  &lt;br /&gt;
 VGA = 640 x 480&lt;br /&gt;
 QVGA = 320 x 240&lt;br /&gt;
 QQVGA = 160 x 120&lt;br /&gt;
&lt;br /&gt;
= TV-IP201P and TV-IP201W =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass and 192.168.0.30 is the default IP)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /goform/capture&lt;br /&gt;
&lt;br /&gt;
= TV-IP252P =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP262P and TV-IP262PI=&lt;br /&gt;
The TV-IP262P and PI are megapixel indoor fixed position cameras with has night vision via IR for up to 12m. The PI model supports Power over Ethernet (PoE).&lt;br /&gt;
&lt;br /&gt;
for mjpeg:&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP address of camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
You can also get higher framerates using mpeg4 with ffmpeg or h.264, but I was getting the occasional false motion detect due to image noise and/or video smearing with this. I cannot find a way to force the camera to use tcp. The resolution here must match the resolution you have selected in the camera.&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/mpeg4  or rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/h264&lt;br /&gt;
 Capture width (pixels): *see below*&lt;br /&gt;
 Capture height (pixels): *see below*&lt;br /&gt;
&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Resolution / Frame Rate:&lt;br /&gt;
|-&lt;br /&gt;
!Camera Setting&lt;br /&gt;
!Resolution&lt;br /&gt;
!Max frame rate&lt;br /&gt;
|-&lt;br /&gt;
|SXGA || (1280 x 1024) || up to 15fps&lt;br /&gt;
|-&lt;br /&gt;
|720p || (1280 x 720) || up to 15fps&lt;br /&gt;
|-&lt;br /&gt;
|VGA || (640 x 480) || up to 30fps&lt;br /&gt;
|-&lt;br /&gt;
|QVGA || (320 x 240) || up to 30fps&lt;br /&gt;
|-&lt;br /&gt;
|QQVGA || (160 x 120) || up to 30fps&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You can use 3GPP instead of mpeg4 if you enable it in the camera, but the image quality is horrible and it isn&amp;#039;t useful for motion detection. If you change the image with in the camera settings, change the width and height above to match. The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface.&lt;br /&gt;
&lt;br /&gt;
= TV-IP300 =&lt;br /&gt;
Just remember to turn 1.0 in ZM_HTTP_VERSION in the Options &amp;gt; Network tab. In the x.x.x.x/cgi-bin/video.jpg gives 352 x 240 jpg. &lt;br /&gt;
&lt;br /&gt;
= TV-IP301 =&lt;br /&gt;
This camera sends the wrong mime/type and is not compatible with ZoneMinder natively but can be made to work.&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=7320&lt;br /&gt;
&lt;br /&gt;
=TV-IP322P=&lt;br /&gt;
[[File:tvip322p.jpg]]&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@&amp;lt;local ip/domain name&amp;gt;&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 1280&lt;br /&gt;
 Capture Height: 1024&lt;br /&gt;
This is the config that worked for me hope it helps.&lt;br /&gt;
&lt;br /&gt;
= TV-IP400 / TV-IP400W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
&lt;br /&gt;
New Driver and instructions for ZM 1.23.x : &lt;br /&gt;
http://www.sfpeter.com/2008/07/31/new-trendnet-tv-ip400w-controller-for-zoneminder-123x/&lt;br /&gt;
&lt;br /&gt;
Older Driver and instructions for 1.22.x: &lt;br /&gt;
http://www.sfpeter.com/2007/08/14/controlling-the-trendnet-tv-ip400w-camera-with-zoneminder/&lt;br /&gt;
The above link is missing the &amp;quot;Move&amp;quot; tab when creating the control.  You need to select &amp;quot;Can Move&amp;quot;, &amp;quot;Can Move Diagonally&amp;quot; and &amp;quot;Can Move Relative&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= TV-IP410 and TV-IP410W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
Look at http://www.dubuque.k12.ia.us/it/zoneminder.html&lt;br /&gt;
&lt;br /&gt;
Remote Host Path: /cgi/jpg/image.cgi --&amp;gt; is not very fast...&lt;br /&gt;
&lt;br /&gt;
Better use /cgi/mjpg/mjpg.cgi --&amp;gt; 20 Frames/s much more fun ;)&lt;br /&gt;
&lt;br /&gt;
= TV-IP422 =&lt;br /&gt;
&lt;br /&gt;
[http://trendnet.com/products/proddetail.asp?prod=150_TV-IP422&amp;amp;cat=152 TRENDnet TV-IP422]&lt;br /&gt;
&lt;br /&gt;
Info from [http://thierry-jaouen.fr/dokuwiki/doku.php?id=serveur_zoneminder#tv-ip422 thierry-jaouen.fr] (in French)&lt;br /&gt;
&lt;br /&gt;
JPEG stills streaming seems to be very slow.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Tab/Label&lt;br /&gt;
! MJPEG Stream&lt;br /&gt;
! JPEG Stills&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Name&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [&amp;lt;USER&amp;gt;:&amp;lt;PASS&amp;gt;@]&amp;#039;&amp;#039;&amp;#039;&amp;lt;CAM IP/HOSTNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Port&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | 80&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Path&lt;br /&gt;
| /cgi/mjpg/mjpg.cgi&amp;lt;br&amp;gt;(not &amp;quot;/mjpeg.cgi&amp;quot; because of its broken MIME type)&lt;br /&gt;
| /cgi/jpg/image.cgi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= TV-IP501P =&lt;br /&gt;
This camera works just like the IP400 without the PTZ contols.&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
= TV-IP501W =&lt;br /&gt;
&lt;br /&gt;
the Trendnet IP501W works.  Here are the settings&lt;br /&gt;
&lt;br /&gt;
Source Type: Remote&lt;br /&gt;
&lt;br /&gt;
Remote Protocol: HTTP&lt;br /&gt;
&lt;br /&gt;
Remote Method: Simple&lt;br /&gt;
&lt;br /&gt;
Remote Host Name:  username:password@IP-address&lt;br /&gt;
&lt;br /&gt;
Remote Host Port: 80&lt;br /&gt;
&lt;br /&gt;
Remote Path: /video.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP512P=&lt;br /&gt;
&lt;br /&gt;
[[Image:TV-IP512P.jpg]]&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
 RTSP&lt;br /&gt;
 Source Type: ffmpeg&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp (or play2.sdp)&lt;br /&gt;
&lt;br /&gt;
ZoneMinder 1.24.2 (Haven&amp;#039;t tried earlier versions) &lt;br /&gt;
&lt;br /&gt;
RTSP works with ffmpeg as above pulling 30fps when camera set to 30fps for that Profile.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the monitor can be configured:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: RTSP&lt;br /&gt;
 Remote Method: RTP/Unicast&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 554&lt;br /&gt;
 Remote Host Path: /play1.sdp&lt;br /&gt;
&lt;br /&gt;
When using the above ffmpeg RTSP and camera is set to Night Mode using the 30fps setting fps drop to 15fps in the dark as per the warning that this may happen at low light levels.&lt;br /&gt;
&lt;br /&gt;
=TV-IP512WN=&lt;br /&gt;
The TV-IP512WN is pretty much the same device as TV-IP512P. It features an additional WLAN interface and can be used with the same settings as the [[Trendnet#TV-IP512P|TV-IP512P]].&lt;br /&gt;
&lt;br /&gt;
=TV-IP522P=&lt;br /&gt;
Warning: even though this is a &amp;#039;MegaPixel&amp;#039; camera, it has a very wide-angle lens so the image detail isn&amp;#039;t very high. Furthermore, replacement 1/2&amp;quot; lenses seem to be hard to find.&lt;br /&gt;
&lt;br /&gt;
ZM configuration is similar to TV-IP512P (above) except the 522 has multiple video profiles, which should be specified as&lt;br /&gt;
&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi?profileid=1&lt;br /&gt;
&lt;br /&gt;
(1, 2, or 3, depending on the desired profile)&lt;br /&gt;
&lt;br /&gt;
Also be sure to set  Capture Width and Capture Height appropriately.&lt;br /&gt;
&lt;br /&gt;
MPEG and RTSP were not tested but the camera does support them.&lt;br /&gt;
&lt;br /&gt;
=TV-IP551WI=&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
=TV-IP572PI=&lt;br /&gt;
The TV-IP572PI is a wired network only indoor camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 4 IR LED&amp;#039;s. (The TV-IP572P does not have the night viewing mode, but is otherwise identical).&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using Ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off when using H.264 capture.  Note that play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable on the web interface of the camera.  1280x800 video at 30 frames per second can overload a simple Zoneminder server, especially if you have multiple cameras.  Loads of 0.9 have been observed on an older NetBurst-based 3.4GHz Xeon using the factory defaults on the camera.  Rather than ratchet down the FPS on Zoneminder&amp;#039;s end (which causes weird issues when capturing H.264) you should do so at the camera.  A more reasonable load of 0.3 has been observed on the aforementioned Xeon with play1.sdp configured as follows: H.264, 1280x800, 10FPS, CBR, 2 Mbps.  Of course, your mileage may vary. You can also reduce the resolution with the camera&amp;#039;s settings if you&amp;#039;re after a higher frame rate - be sure to match the resolution on Zoneminder&amp;#039;s end.&lt;br /&gt;
&lt;br /&gt;
=TV-IP651W(I)=&lt;br /&gt;
&lt;br /&gt;
The TV-IP651W is a network indoor PTZ camera.  The WI model supports night viewing mode with 4 IR LED&amp;#039;s. Can be used wired or wireless with 802.11n.&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
Resolution, mjpeg compression, and frame rate can all be controlled via configuration options in the web setup.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
== WARNING! ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The home position of the Trendnet TV-IP651W(I) camera &amp;#039;&amp;#039;is not settable&amp;#039;&amp;#039;, and as a result will always return to its default home position upon any reason for a reboot (power failure, crash, etc.).  As a result, this camera should be considered unusable for any security use above a simple baby monitor.&lt;br /&gt;
&lt;br /&gt;
=TV-IP672P and TV-IP672PI=&lt;br /&gt;
The TV-IP672PI is a network indoor PTZ camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 6 IR LED&amp;#039;s. (The TV-IP672P does not have the night viewing mode, but is otherwise identical.)  Can be used wired or wireless.&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 800&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off on Zoneminder when using H.264 capture.  play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable via the web interface of the camera.  If rate limiting is necessary, it should be accomplished via the camera&amp;#039;s config rather than Zoneminder&amp;#039;s.  You may reduce the resolution via the camera&amp;#039;s video config if you&amp;#039;re after a high frame rate with low Zoneminder load, but be sure to mirror the resolution in the Zoneminder config.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
For PTZ and IR control you need the [[TV-IP672PI_Control_Script]] and these settings:&lt;br /&gt;
&lt;br /&gt;
Under control capability:&lt;br /&gt;
&lt;br /&gt;
   Main:  name it (suggest TVIP672PI), type is FFMPEG, protocol is TVIP672PI&lt;br /&gt;
   Move:  Can move, can move diagonally, can move mapped, can move relative&lt;br /&gt;
   Pan:  Can pan&lt;br /&gt;
   Tilt:  Can tilt&lt;br /&gt;
   Presets:  Has presets, num presets 20, has home preset  (don&amp;#039;t set presets via camera&amp;#039;s web server, only set via ZM.)&lt;br /&gt;
&lt;br /&gt;
Under control tab in the monitor itself:&lt;br /&gt;
&lt;br /&gt;
   Controllable&lt;br /&gt;
   Control type is the name you gave it in control capability above&lt;br /&gt;
   Control device is the password you use to authenticate to the camera  (see script comments if you need to change the username from &amp;quot;admin&amp;quot;)&lt;br /&gt;
   Control address is the camera&amp;#039;s ip address AND web port.  example:  192.168.1.1:80&lt;br /&gt;
&lt;br /&gt;
(PTZ script tested on zoneminder 1.26.5)&lt;br /&gt;
&lt;br /&gt;
=TV-IP751WIC=&lt;br /&gt;
(Copied from TV-IP551WC and updated.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.trendnet.com/products/proddetail.asp?prod=225_TV-IP751WIC&amp;amp;cat=179&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 &amp;lt;strike&amp;gt;Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
 Remote Host Name: &amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
- tested on zm v1.25.0, Kubuntu 12.04LTS&amp;lt;br&amp;gt;&lt;br /&gt;
- user:pass not working within zm, but does from browser.&amp;lt;br&amp;gt;&lt;br /&gt;
- works fine with authentication turned off.&amp;lt;br&amp;gt;&lt;br /&gt;
- http://www.lavrsen.dk/foswiki/bin/view/Motion/TrendNet seems to indicate that authentication is not going to work. (At least in Motion, but if not in Motion I assume likely not in zm, either.)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5896</id>
		<title>Ubiquiti</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5896"/>
		<updated>2013-09-25T20:37:17Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* airCam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= airCam =&lt;br /&gt;
The Ubiquiti airCam is a megapixel indoor/outdoor Power over Ethernet (PoE) camera that typically retails for around $100. They support up to 30FPS at 720p. They are designed to work with Ubiquiti&amp;#039;s airVision software, but will work with ZoneMinder. They only work using ffmpeg, which requires a server that can handle the load of extracting frames from the video stream.&lt;br /&gt;
&lt;br /&gt;
You should configure the camera as follows:&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://&amp;lt;IP Address or hostname of Camera&amp;gt;:554/live/ch00_0&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface. Otherwise you will receive corrupted images from time to time and spurious motion events.&lt;br /&gt;
&lt;br /&gt;
For other resolutions, use the following URLs:&lt;br /&gt;
 rtsp://hostname:554/live/ch00_0 1280x720&lt;br /&gt;
 rtsp://hostname:554/live/ch01_0 640x368&lt;br /&gt;
 rtsp://hostname:554/live/ch02_0 320x192&lt;br /&gt;
 rtsp://hostname:554/live/ch03_0 160x96&lt;br /&gt;
&amp;#039;&amp;#039;hostname can be the hostname or IP of the camera&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This has been tested with ZoneMinder 1.26 and cameras with firmware 1.2. It should work on ZoneMinder &amp;gt; 1.24.&lt;br /&gt;
&lt;br /&gt;
If you require authentication for your rtsp stream, you should be able to use rtsp://username:password@hostname:554/, but I have not tested this.&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5895</id>
		<title>Ubiquiti</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5895"/>
		<updated>2013-09-25T20:32:44Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* airCam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= airCam =&lt;br /&gt;
The Ubiquiti airCam is a megapixel indoor/outdoor Power over Ethernet (PoE) camera that typically retails for around $100. The support up to 30FPS at 720p. They are designed to work with Ubiquiti&amp;#039;s airVision software, but will work with ZoneMinder. They only work using ffmpeg, which requires a server that can handle the load of extracting frames from the video stream.&lt;br /&gt;
&lt;br /&gt;
You should configure the camera as follows:&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://&amp;lt;IP Address or hostname of Camera&amp;gt;:554/live/ch00_0&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface. Otherwise you will receive corrupted images from time to time and spurious motion events.&lt;br /&gt;
&lt;br /&gt;
For other resolutions, use the following URLs:&lt;br /&gt;
 rtsp://hostname:554/live/ch00_0 1280x720&lt;br /&gt;
 rtsp://hostname:554/live/ch01_0 640x368&lt;br /&gt;
 rtsp://hostname:554/live/ch02_0 320x192&lt;br /&gt;
 rtsp://hostname:554/live/ch03_0 160x96&lt;br /&gt;
&amp;#039;&amp;#039;hostname can be the hostname or IP of the camera&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This has been tested with ZoneMinder 1.26 and cameras with firmware 1.2. It should work on ZoneMinder &amp;gt; 1.24.&lt;br /&gt;
&lt;br /&gt;
If you require authentication for your rtsp stream, you should be able to use rtsp://username:password@hostname:554/... but I have not tested this.&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubiqiti&amp;diff=5894</id>
		<title>Ubiqiti</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubiqiti&amp;diff=5894"/>
		<updated>2013-09-25T20:31:47Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: Sjthespian moved page Ubiqiti to Ubiquiti: Misspelled the vendor name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Ubiquiti]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5893</id>
		<title>Ubiquiti</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5893"/>
		<updated>2013-09-25T20:31:47Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: Sjthespian moved page Ubiqiti to Ubiquiti: Misspelled the vendor name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= airCam =&lt;br /&gt;
The Ubiquiti airCam is a megapixel indoor/outdoor Power over Ethernet (PoE) camera that typically retails for around $100. The support up to 30FPS at 720p. They are designed to work with Ubiquiti&amp;#039;s airVision software, but will work with ZoneMinder. They only work using ffmpeg, which requires a server that can handle the load of extracting frames from the video stream.&lt;br /&gt;
&lt;br /&gt;
You should configure the camera as follows:&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://&amp;lt;IP Address or hostname of Camera&amp;gt;:554/live/ch00_0&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface. Otherwise you will receive corrupted images from time to time and spurious motion events.&lt;br /&gt;
&lt;br /&gt;
For other resolutions, use the following URLs:&lt;br /&gt;
 rtsp://hostname:554/live/ch00_0 1280x720&lt;br /&gt;
 rtsp://hostname:554/live/ch01_0 640x368&lt;br /&gt;
 rtsp://hostname:554/live/ch02_0 320x192&lt;br /&gt;
 rtsp://hostname:554/live/ch03_0 160x96&lt;br /&gt;
&amp;#039;&amp;#039;hostname can be the hostname or IP of the camera&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This has been tested with ZoneMinder 1.26 and cameras with firmware 1.2. It should work on ZoneMinder &amp;gt; 1.24.&lt;br /&gt;
&lt;br /&gt;
If you require authentication for your rtsp stream, you should be able to use rtsp://username:password@hostname:554/... but I have not tested this.&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5892</id>
		<title>Ubiquiti</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubiquiti&amp;diff=5892"/>
		<updated>2013-09-25T20:31:17Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: Created page with &amp;quot;= airCam = The Ubiquiti airCam is a megapixel indoor/outdoor Power over Ethernet (PoE) camera that typically retails for around $100. The support up to 30FPS at 720p. They are...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= airCam =&lt;br /&gt;
The Ubiquiti airCam is a megapixel indoor/outdoor Power over Ethernet (PoE) camera that typically retails for around $100. The support up to 30FPS at 720p. They are designed to work with Ubiquiti&amp;#039;s airVision software, but will work with ZoneMinder. They only work using ffmpeg, which requires a server that can handle the load of extracting frames from the video stream.&lt;br /&gt;
&lt;br /&gt;
You should configure the camera as follows:&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://&amp;lt;IP Address or hostname of Camera&amp;gt;:554/live/ch00_0&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface. Otherwise you will receive corrupted images from time to time and spurious motion events.&lt;br /&gt;
&lt;br /&gt;
For other resolutions, use the following URLs:&lt;br /&gt;
 rtsp://hostname:554/live/ch00_0 1280x720&lt;br /&gt;
 rtsp://hostname:554/live/ch01_0 640x368&lt;br /&gt;
 rtsp://hostname:554/live/ch02_0 320x192&lt;br /&gt;
 rtsp://hostname:554/live/ch03_0 160x96&lt;br /&gt;
&amp;#039;&amp;#039;hostname can be the hostname or IP of the camera&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This has been tested with ZoneMinder 1.26 and cameras with firmware 1.2. It should work on ZoneMinder &amp;gt; 1.24.&lt;br /&gt;
&lt;br /&gt;
If you require authentication for your rtsp stream, you should be able to use rtsp://username:password@hostname:554/... but I have not tested this.&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Hardware_Compatibility_List&amp;diff=5891</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=5891"/>
		<updated>2013-09-25T20:18:00Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* 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;
[[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;
&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;
[[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;
== 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 stream MJPEG without the requirement of activex controls. If you see the requirement for the camera calls for IE then there is a good chance it may not work. The other option is to grab JPEG images if the camera supports that option which will work but at a lower frame rate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Any network camera that allows access to single JPEG image grabs or &amp;#039;&amp;#039;&amp;#039;some but not all&amp;#039;&amp;#039;&amp;#039; multi-part JPEG feeds.&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;
* [[Anran VGB101-IP]]&lt;br /&gt;
&lt;br /&gt;
* [[Apexis]] (APM-J011-WS, APM-J012-WS, possibly others) &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;
* [[BSTI]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Cisco]] some&lt;br /&gt;
&lt;br /&gt;
* [[D-Link]] Most&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;
* [[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;
* [[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;
* [[TP-LINK]] Some&lt;br /&gt;
&lt;br /&gt;
* [[Trendnet]] Most&lt;br /&gt;
&lt;br /&gt;
* [[Wanscam]] FR4020A2 (Foscam clone)&lt;br /&gt;
&lt;br /&gt;
* [[x-vision]] Xvision cameras by y3k&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;
&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;
*[[Edimax]] some&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;
== 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: [[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 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;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5863</id>
		<title>Trendnet</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5863"/>
		<updated>2013-09-21T23:59:17Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* TV-IP262P and TV-IP262PI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= TV-IP100 =&lt;br /&gt;
Trendnet  TV-IP100  works ok.&lt;br /&gt;
http://x.x.x.x/video.cgi&lt;br /&gt;
&lt;br /&gt;
= TV-IP100W-N =&lt;br /&gt;
great little wireless camera with digital zoom&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TV-IP110 &amp;amp; TV-IP110W=&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@x.x.x.x&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 640&lt;br /&gt;
 Capture Height: 480&lt;br /&gt;
&lt;br /&gt;
The capture height and width can be changed using the camera&amp;#039;s web interface by modifying the &amp;quot;Video Quality&amp;quot; setting.  &lt;br /&gt;
 VGA = 640 x 480&lt;br /&gt;
 QVGA = 320 x 240&lt;br /&gt;
 QQVGA = 160 x 120&lt;br /&gt;
&lt;br /&gt;
= TV-IP201P and TV-IP201W =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass and 192.168.0.30 is the default IP)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /goform/capture&lt;br /&gt;
&lt;br /&gt;
= TV-IP252P =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP262P and TV-IP262PI=&lt;br /&gt;
The TV-IP262P and PI are megapixel indoor fixed position cameras with has night vision via IR for up to 12m. The PI model supports Power over Ethernet (PoE).&lt;br /&gt;
&lt;br /&gt;
for mjpeg:&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP address of camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
You can also get higher framerates using mpeg4 with ffmpeg, but I was getting the occasional false motion detect due to image noise with this:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/mpeg4  (see below for other encodings)&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 1024&lt;br /&gt;
&lt;br /&gt;
You can use 3GPP instead of mpeg4 if you enable it in the camera, but the image quality is horrible and it isn&amp;#039;t useful for motion detection. If you change the image with in the camera settings, change the width and height above to match. The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface.&lt;br /&gt;
&lt;br /&gt;
= TV-IP300 =&lt;br /&gt;
Just remember to turn 1.0 in ZM_HTTP_VERSION in the Options &amp;gt; Network tab. In the x.x.x.x/cgi-bin/video.jpg gives 352 x 240 jpg. &lt;br /&gt;
&lt;br /&gt;
= TV-IP301 =&lt;br /&gt;
This camera sends the wrong mime/type and is not compatible with ZoneMinder natively but can be made to work.&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=7320&lt;br /&gt;
&lt;br /&gt;
=TV-IP322P=&lt;br /&gt;
[[File:tvip322p.jpg]]&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@&amp;lt;local ip/domain name&amp;gt;&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 1280&lt;br /&gt;
 Capture Height: 1024&lt;br /&gt;
This is the config that worked for me hope it helps.&lt;br /&gt;
&lt;br /&gt;
= TV-IP400 / TV-IP400W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
&lt;br /&gt;
New Driver and instructions for ZM 1.23.x : &lt;br /&gt;
http://www.sfpeter.com/2008/07/31/new-trendnet-tv-ip400w-controller-for-zoneminder-123x/&lt;br /&gt;
&lt;br /&gt;
Older Driver and instructions for 1.22.x: &lt;br /&gt;
http://www.sfpeter.com/2007/08/14/controlling-the-trendnet-tv-ip400w-camera-with-zoneminder/&lt;br /&gt;
The above link is missing the &amp;quot;Move&amp;quot; tab when creating the control.  You need to select &amp;quot;Can Move&amp;quot;, &amp;quot;Can Move Diagonally&amp;quot; and &amp;quot;Can Move Relative&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= TV-IP410 and TV-IP410W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
Look at http://www.dubuque.k12.ia.us/it/zoneminder.html&lt;br /&gt;
&lt;br /&gt;
Remote Host Path: /cgi/jpg/image.cgi --&amp;gt; is not very fast...&lt;br /&gt;
&lt;br /&gt;
Better use /cgi/mjpg/mjpg.cgi --&amp;gt; 20 Frames/s much more fun ;)&lt;br /&gt;
&lt;br /&gt;
= TV-IP422 =&lt;br /&gt;
&lt;br /&gt;
[http://trendnet.com/products/proddetail.asp?prod=150_TV-IP422&amp;amp;cat=152 TRENDnet TV-IP422]&lt;br /&gt;
&lt;br /&gt;
Info from [http://thierry-jaouen.fr/dokuwiki/doku.php?id=serveur_zoneminder#tv-ip422 thierry-jaouen.fr] (in French)&lt;br /&gt;
&lt;br /&gt;
JPEG stills streaming seems to be very slow.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Tab/Label&lt;br /&gt;
! MJPEG Stream&lt;br /&gt;
! JPEG Stills&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Name&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [&amp;lt;USER&amp;gt;:&amp;lt;PASS&amp;gt;@]&amp;#039;&amp;#039;&amp;#039;&amp;lt;CAM IP/HOSTNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Port&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | 80&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Path&lt;br /&gt;
| /cgi/mjpg/mjpg.cgi&amp;lt;br&amp;gt;(not &amp;quot;/mjpeg.cgi&amp;quot; because of its broken MIME type)&lt;br /&gt;
| /cgi/jpg/image.cgi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= TV-IP501P =&lt;br /&gt;
This camera works just like the IP400 without the PTZ contols.&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
= TV-IP501W =&lt;br /&gt;
&lt;br /&gt;
the Trendnet IP501W works.  Here are the settings&lt;br /&gt;
&lt;br /&gt;
Source Type: Remote&lt;br /&gt;
&lt;br /&gt;
Remote Protocol: HTTP&lt;br /&gt;
&lt;br /&gt;
Remote Method: Simple&lt;br /&gt;
&lt;br /&gt;
Remote Host Name:  username:password@IP-address&lt;br /&gt;
&lt;br /&gt;
Remote Host Port: 80&lt;br /&gt;
&lt;br /&gt;
Remote Path: /video.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP512P=&lt;br /&gt;
&lt;br /&gt;
[[Image:TV-IP512P.jpg]]&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
 RTSP&lt;br /&gt;
 Source Type: ffmpeg&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp (or play2.sdp)&lt;br /&gt;
&lt;br /&gt;
ZoneMinder 1.24.2 (Haven&amp;#039;t tried earlier versions) &lt;br /&gt;
&lt;br /&gt;
RTSP works with ffmpeg as above pulling 30fps when camera set to 30fps for that Profile.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the monitor can be configured:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: RTSP&lt;br /&gt;
 Remote Method: RTP/Unicast&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 554&lt;br /&gt;
 Remote Host Path: /play1.sdp&lt;br /&gt;
&lt;br /&gt;
When using the above ffmpeg RTSP and camera is set to Night Mode using the 30fps setting fps drop to 15fps in the dark as per the warning that this may happen at low light levels.&lt;br /&gt;
&lt;br /&gt;
=TV-IP512WN=&lt;br /&gt;
The TV-IP512WN is pretty much the same device as TV-IP512P. It features an additional WLAN interface and can be used with the same settings as the [[Trendnet#TV-IP512P|TV-IP512P]].&lt;br /&gt;
&lt;br /&gt;
=TV-IP522P=&lt;br /&gt;
Warning: even though this is a &amp;#039;MegaPixel&amp;#039; camera, it has a very wide-angle lens so the image detail isn&amp;#039;t very high. Furthermore, replacement 1/2&amp;quot; lenses seem to be hard to find.&lt;br /&gt;
&lt;br /&gt;
ZM configuration is similar to TV-IP512P (above) except the 522 has multiple video profiles, which should be specified as&lt;br /&gt;
&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi?profileid=1&lt;br /&gt;
&lt;br /&gt;
(1, 2, or 3, depending on the desired profile)&lt;br /&gt;
&lt;br /&gt;
Also be sure to set  Capture Width and Capture Height appropriately.&lt;br /&gt;
&lt;br /&gt;
MPEG and RTSP were not tested but the camera does support them.&lt;br /&gt;
&lt;br /&gt;
=TV-IP551WI=&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
=TV-IP572PI=&lt;br /&gt;
The TV-IP572PI is a wired network only indoor camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 4 IR LED&amp;#039;s. (The TV-IP572P does not have the night viewing mode, but is otherwise identical).&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using Ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off when using H.264 capture.  Note that play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable on the web interface of the camera.  1280x800 video at 30 frames per second can overload a simple Zoneminder server, especially if you have multiple cameras.  Loads of 0.9 have been observed on an older NetBurst-based 3.4GHz Xeon using the factory defaults on the camera.  Rather than ratchet down the FPS on Zoneminder&amp;#039;s end (which causes weird issues when capturing H.264) you should do so at the camera.  A more reasonable load of 0.3 has been observed on the aforementioned Xeon with play1.sdp configured as follows: H.264, 1280x800, 10FPS, CBR, 2 Mbps.  Of course, your mileage may vary. You can also reduce the resolution with the camera&amp;#039;s settings if you&amp;#039;re after a higher frame rate - be sure to match the resolution on Zoneminder&amp;#039;s end.&lt;br /&gt;
&lt;br /&gt;
=TV-IP651W(I)=&lt;br /&gt;
&lt;br /&gt;
The TV-IP651W is a network indoor PTZ camera.  The WI model supports night viewing mode with 4 IR LED&amp;#039;s. Can be used wired or wireless with 802.11n.&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
Resolution, mjpeg compression, and frame rate can all be controlled via configuration options in the web setup.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
== WARNING! ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The home position of the Trendnet TV-IP651W(I) camera &amp;#039;&amp;#039;is not settable&amp;#039;&amp;#039;, and as a result will always return to its default home position upon any reason for a reboot (power failure, crash, etc.).  As a result, this camera should be considered unusable for any security use above a simple baby monitor.&lt;br /&gt;
&lt;br /&gt;
=TV-IP672P and TV-IP672PI=&lt;br /&gt;
The TV-IP672PI is a network indoor PTZ camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 6 IR LED&amp;#039;s. (The TV-IP672P does not have the night viewing mode, but is otherwise identical.)  Can be used wired or wireless.&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off on Zoneminder when using H.264 capture.  play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable via the web interface of the camera.  If rate limiting is necessary, it should be accomplished via the camera&amp;#039;s config rather than Zoneminder&amp;#039;s.  You may reduce the resolution via the camera&amp;#039;s video config if you&amp;#039;re after a high frame rate with low Zoneminder load, but be sure to mirror the resolution in the Zoneminder config.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
=TV-IP751WIC=&lt;br /&gt;
(Copied from TV-IP551WC and updated.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.trendnet.com/products/proddetail.asp?prod=225_TV-IP751WIC&amp;amp;cat=179&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 &amp;lt;strike&amp;gt;Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
 Remote Host Name: &amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
- tested on zm v1.25.0, Kubuntu 12.04LTS&amp;lt;br&amp;gt;&lt;br /&gt;
- user:pass not working within zm, but does from browser.&amp;lt;br&amp;gt;&lt;br /&gt;
- works fine with authentication turned off.&amp;lt;br&amp;gt;&lt;br /&gt;
- http://www.lavrsen.dk/foswiki/bin/view/Motion/TrendNet seems to indicate that authentication is not going to work. (At least in Motion, but if not in Motion I assume likely not in zm, either.)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5862</id>
		<title>Trendnet</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5862"/>
		<updated>2013-09-21T23:52:44Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: /* TV-IP262P and TV-IP262PI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= TV-IP100 =&lt;br /&gt;
Trendnet  TV-IP100  works ok.&lt;br /&gt;
http://x.x.x.x/video.cgi&lt;br /&gt;
&lt;br /&gt;
= TV-IP100W-N =&lt;br /&gt;
great little wireless camera with digital zoom&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TV-IP110 &amp;amp; TV-IP110W=&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@x.x.x.x&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 640&lt;br /&gt;
 Capture Height: 480&lt;br /&gt;
&lt;br /&gt;
The capture height and width can be changed using the camera&amp;#039;s web interface by modifying the &amp;quot;Video Quality&amp;quot; setting.  &lt;br /&gt;
 VGA = 640 x 480&lt;br /&gt;
 QVGA = 320 x 240&lt;br /&gt;
 QQVGA = 160 x 120&lt;br /&gt;
&lt;br /&gt;
= TV-IP201P and TV-IP201W =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass and 192.168.0.30 is the default IP)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /goform/capture&lt;br /&gt;
&lt;br /&gt;
= TV-IP252P =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP262P and TV-IP262PI=&lt;br /&gt;
The TV-IP262P and PI are megapixel indoor fixed position cameras with has night vision via IR for up to 12m. The PI model supports Power over Ethernet (PoE).&lt;br /&gt;
&lt;br /&gt;
To capture static images, you can use:&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP address of camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
You can also get higher framerates using mjpeg, mpeg4, or H.264 with ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/mpeg4  (see below for other encodings)&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
For encoding specify mpeg4 or 3GPP if you enable it in the camera, but the image quality is horrible and it isn&amp;#039;t useful for motion detection. If you change the image with in the camera settings, change the width and height above to match. The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface.&lt;br /&gt;
&lt;br /&gt;
You should be able to get an mjpeg stream from the camera using http://user:pass@&amp;lt;IP address/name&amp;gt;/cgi/mjpg/mjpg.cgi but I have yet to get that working with ZM.&lt;br /&gt;
&lt;br /&gt;
= TV-IP300 =&lt;br /&gt;
Just remember to turn 1.0 in ZM_HTTP_VERSION in the Options &amp;gt; Network tab. In the x.x.x.x/cgi-bin/video.jpg gives 352 x 240 jpg. &lt;br /&gt;
&lt;br /&gt;
= TV-IP301 =&lt;br /&gt;
This camera sends the wrong mime/type and is not compatible with ZoneMinder natively but can be made to work.&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=7320&lt;br /&gt;
&lt;br /&gt;
=TV-IP322P=&lt;br /&gt;
[[File:tvip322p.jpg]]&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@&amp;lt;local ip/domain name&amp;gt;&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 1280&lt;br /&gt;
 Capture Height: 1024&lt;br /&gt;
This is the config that worked for me hope it helps.&lt;br /&gt;
&lt;br /&gt;
= TV-IP400 / TV-IP400W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
&lt;br /&gt;
New Driver and instructions for ZM 1.23.x : &lt;br /&gt;
http://www.sfpeter.com/2008/07/31/new-trendnet-tv-ip400w-controller-for-zoneminder-123x/&lt;br /&gt;
&lt;br /&gt;
Older Driver and instructions for 1.22.x: &lt;br /&gt;
http://www.sfpeter.com/2007/08/14/controlling-the-trendnet-tv-ip400w-camera-with-zoneminder/&lt;br /&gt;
The above link is missing the &amp;quot;Move&amp;quot; tab when creating the control.  You need to select &amp;quot;Can Move&amp;quot;, &amp;quot;Can Move Diagonally&amp;quot; and &amp;quot;Can Move Relative&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= TV-IP410 and TV-IP410W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
Look at http://www.dubuque.k12.ia.us/it/zoneminder.html&lt;br /&gt;
&lt;br /&gt;
Remote Host Path: /cgi/jpg/image.cgi --&amp;gt; is not very fast...&lt;br /&gt;
&lt;br /&gt;
Better use /cgi/mjpg/mjpg.cgi --&amp;gt; 20 Frames/s much more fun ;)&lt;br /&gt;
&lt;br /&gt;
= TV-IP422 =&lt;br /&gt;
&lt;br /&gt;
[http://trendnet.com/products/proddetail.asp?prod=150_TV-IP422&amp;amp;cat=152 TRENDnet TV-IP422]&lt;br /&gt;
&lt;br /&gt;
Info from [http://thierry-jaouen.fr/dokuwiki/doku.php?id=serveur_zoneminder#tv-ip422 thierry-jaouen.fr] (in French)&lt;br /&gt;
&lt;br /&gt;
JPEG stills streaming seems to be very slow.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Tab/Label&lt;br /&gt;
! MJPEG Stream&lt;br /&gt;
! JPEG Stills&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Name&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [&amp;lt;USER&amp;gt;:&amp;lt;PASS&amp;gt;@]&amp;#039;&amp;#039;&amp;#039;&amp;lt;CAM IP/HOSTNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Port&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | 80&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Path&lt;br /&gt;
| /cgi/mjpg/mjpg.cgi&amp;lt;br&amp;gt;(not &amp;quot;/mjpeg.cgi&amp;quot; because of its broken MIME type)&lt;br /&gt;
| /cgi/jpg/image.cgi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= TV-IP501P =&lt;br /&gt;
This camera works just like the IP400 without the PTZ contols.&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
= TV-IP501W =&lt;br /&gt;
&lt;br /&gt;
the Trendnet IP501W works.  Here are the settings&lt;br /&gt;
&lt;br /&gt;
Source Type: Remote&lt;br /&gt;
&lt;br /&gt;
Remote Protocol: HTTP&lt;br /&gt;
&lt;br /&gt;
Remote Method: Simple&lt;br /&gt;
&lt;br /&gt;
Remote Host Name:  username:password@IP-address&lt;br /&gt;
&lt;br /&gt;
Remote Host Port: 80&lt;br /&gt;
&lt;br /&gt;
Remote Path: /video.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP512P=&lt;br /&gt;
&lt;br /&gt;
[[Image:TV-IP512P.jpg]]&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
 RTSP&lt;br /&gt;
 Source Type: ffmpeg&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp (or play2.sdp)&lt;br /&gt;
&lt;br /&gt;
ZoneMinder 1.24.2 (Haven&amp;#039;t tried earlier versions) &lt;br /&gt;
&lt;br /&gt;
RTSP works with ffmpeg as above pulling 30fps when camera set to 30fps for that Profile.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the monitor can be configured:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: RTSP&lt;br /&gt;
 Remote Method: RTP/Unicast&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 554&lt;br /&gt;
 Remote Host Path: /play1.sdp&lt;br /&gt;
&lt;br /&gt;
When using the above ffmpeg RTSP and camera is set to Night Mode using the 30fps setting fps drop to 15fps in the dark as per the warning that this may happen at low light levels.&lt;br /&gt;
&lt;br /&gt;
=TV-IP512WN=&lt;br /&gt;
The TV-IP512WN is pretty much the same device as TV-IP512P. It features an additional WLAN interface and can be used with the same settings as the [[Trendnet#TV-IP512P|TV-IP512P]].&lt;br /&gt;
&lt;br /&gt;
=TV-IP522P=&lt;br /&gt;
Warning: even though this is a &amp;#039;MegaPixel&amp;#039; camera, it has a very wide-angle lens so the image detail isn&amp;#039;t very high. Furthermore, replacement 1/2&amp;quot; lenses seem to be hard to find.&lt;br /&gt;
&lt;br /&gt;
ZM configuration is similar to TV-IP512P (above) except the 522 has multiple video profiles, which should be specified as&lt;br /&gt;
&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi?profileid=1&lt;br /&gt;
&lt;br /&gt;
(1, 2, or 3, depending on the desired profile)&lt;br /&gt;
&lt;br /&gt;
Also be sure to set  Capture Width and Capture Height appropriately.&lt;br /&gt;
&lt;br /&gt;
MPEG and RTSP were not tested but the camera does support them.&lt;br /&gt;
&lt;br /&gt;
=TV-IP551WI=&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
=TV-IP572PI=&lt;br /&gt;
The TV-IP572PI is a wired network only indoor camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 4 IR LED&amp;#039;s. (The TV-IP572P does not have the night viewing mode, but is otherwise identical).&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using Ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off when using H.264 capture.  Note that play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable on the web interface of the camera.  1280x800 video at 30 frames per second can overload a simple Zoneminder server, especially if you have multiple cameras.  Loads of 0.9 have been observed on an older NetBurst-based 3.4GHz Xeon using the factory defaults on the camera.  Rather than ratchet down the FPS on Zoneminder&amp;#039;s end (which causes weird issues when capturing H.264) you should do so at the camera.  A more reasonable load of 0.3 has been observed on the aforementioned Xeon with play1.sdp configured as follows: H.264, 1280x800, 10FPS, CBR, 2 Mbps.  Of course, your mileage may vary. You can also reduce the resolution with the camera&amp;#039;s settings if you&amp;#039;re after a higher frame rate - be sure to match the resolution on Zoneminder&amp;#039;s end.&lt;br /&gt;
&lt;br /&gt;
=TV-IP651W(I)=&lt;br /&gt;
&lt;br /&gt;
The TV-IP651W is a network indoor PTZ camera.  The WI model supports night viewing mode with 4 IR LED&amp;#039;s. Can be used wired or wireless with 802.11n.&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
Resolution, mjpeg compression, and frame rate can all be controlled via configuration options in the web setup.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
== WARNING! ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The home position of the Trendnet TV-IP651W(I) camera &amp;#039;&amp;#039;is not settable&amp;#039;&amp;#039;, and as a result will always return to its default home position upon any reason for a reboot (power failure, crash, etc.).  As a result, this camera should be considered unusable for any security use above a simple baby monitor.&lt;br /&gt;
&lt;br /&gt;
=TV-IP672P and TV-IP672PI=&lt;br /&gt;
The TV-IP672PI is a network indoor PTZ camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 6 IR LED&amp;#039;s. (The TV-IP672P does not have the night viewing mode, but is otherwise identical.)  Can be used wired or wireless.&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off on Zoneminder when using H.264 capture.  play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable via the web interface of the camera.  If rate limiting is necessary, it should be accomplished via the camera&amp;#039;s config rather than Zoneminder&amp;#039;s.  You may reduce the resolution via the camera&amp;#039;s video config if you&amp;#039;re after a high frame rate with low Zoneminder load, but be sure to mirror the resolution in the Zoneminder config.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
=TV-IP751WIC=&lt;br /&gt;
(Copied from TV-IP551WC and updated.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.trendnet.com/products/proddetail.asp?prod=225_TV-IP751WIC&amp;amp;cat=179&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 &amp;lt;strike&amp;gt;Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
 Remote Host Name: &amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
- tested on zm v1.25.0, Kubuntu 12.04LTS&amp;lt;br&amp;gt;&lt;br /&gt;
- user:pass not working within zm, but does from browser.&amp;lt;br&amp;gt;&lt;br /&gt;
- works fine with authentication turned off.&amp;lt;br&amp;gt;&lt;br /&gt;
- http://www.lavrsen.dk/foswiki/bin/view/Motion/TrendNet seems to indicate that authentication is not going to work. (At least in Motion, but if not in Motion I assume likely not in zm, either.)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5861</id>
		<title>Trendnet</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5861"/>
		<updated>2013-09-21T01:02:24Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: Moved TV-IP262P/PI to be in the correct place on the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= TV-IP100 =&lt;br /&gt;
Trendnet  TV-IP100  works ok.&lt;br /&gt;
http://x.x.x.x/video.cgi&lt;br /&gt;
&lt;br /&gt;
= TV-IP100W-N =&lt;br /&gt;
great little wireless camera with digital zoom&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TV-IP110 &amp;amp; TV-IP110W=&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@x.x.x.x&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 640&lt;br /&gt;
 Capture Height: 480&lt;br /&gt;
&lt;br /&gt;
The capture height and width can be changed using the camera&amp;#039;s web interface by modifying the &amp;quot;Video Quality&amp;quot; setting.  &lt;br /&gt;
 VGA = 640 x 480&lt;br /&gt;
 QVGA = 320 x 240&lt;br /&gt;
 QQVGA = 160 x 120&lt;br /&gt;
&lt;br /&gt;
= TV-IP201P and TV-IP201W =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass and 192.168.0.30 is the default IP)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /goform/capture&lt;br /&gt;
&lt;br /&gt;
= TV-IP252P =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP262P and TV-IP262PI=&lt;br /&gt;
The TV-IP262P and PI are megapixel indoor fixed position cameras with has night vision via IR for up to 12m. The PI model supports Power over Ethernet (PoE).&lt;br /&gt;
&lt;br /&gt;
To capture static images, you can use:&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP address of camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
You can also get higher framerates using mjpeg, mpeg4, or H.264 with ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/&amp;lt;encoding&amp;gt;&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
For encoding specify mjpeg, mpeg4, or h264. You can also use 3GPP if you enable it in the camera, but the image quality is horrible and it isn&amp;#039;t useful for motion detection. If you change the image with in the camera settings, change the width and height above to match. The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface.&lt;br /&gt;
&lt;br /&gt;
= TV-IP300 =&lt;br /&gt;
Just remember to turn 1.0 in ZM_HTTP_VERSION in the Options &amp;gt; Network tab. In the x.x.x.x/cgi-bin/video.jpg gives 352 x 240 jpg. &lt;br /&gt;
&lt;br /&gt;
= TV-IP301 =&lt;br /&gt;
This camera sends the wrong mime/type and is not compatible with ZoneMinder natively but can be made to work.&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=7320&lt;br /&gt;
&lt;br /&gt;
=TV-IP322P=&lt;br /&gt;
[[File:tvip322p.jpg]]&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@&amp;lt;local ip/domain name&amp;gt;&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 1280&lt;br /&gt;
 Capture Height: 1024&lt;br /&gt;
This is the config that worked for me hope it helps.&lt;br /&gt;
&lt;br /&gt;
= TV-IP400 / TV-IP400W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
&lt;br /&gt;
New Driver and instructions for ZM 1.23.x : &lt;br /&gt;
http://www.sfpeter.com/2008/07/31/new-trendnet-tv-ip400w-controller-for-zoneminder-123x/&lt;br /&gt;
&lt;br /&gt;
Older Driver and instructions for 1.22.x: &lt;br /&gt;
http://www.sfpeter.com/2007/08/14/controlling-the-trendnet-tv-ip400w-camera-with-zoneminder/&lt;br /&gt;
The above link is missing the &amp;quot;Move&amp;quot; tab when creating the control.  You need to select &amp;quot;Can Move&amp;quot;, &amp;quot;Can Move Diagonally&amp;quot; and &amp;quot;Can Move Relative&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= TV-IP410 and TV-IP410W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
Look at http://www.dubuque.k12.ia.us/it/zoneminder.html&lt;br /&gt;
&lt;br /&gt;
Remote Host Path: /cgi/jpg/image.cgi --&amp;gt; is not very fast...&lt;br /&gt;
&lt;br /&gt;
Better use /cgi/mjpg/mjpg.cgi --&amp;gt; 20 Frames/s much more fun ;)&lt;br /&gt;
&lt;br /&gt;
= TV-IP422 =&lt;br /&gt;
&lt;br /&gt;
[http://trendnet.com/products/proddetail.asp?prod=150_TV-IP422&amp;amp;cat=152 TRENDnet TV-IP422]&lt;br /&gt;
&lt;br /&gt;
Info from [http://thierry-jaouen.fr/dokuwiki/doku.php?id=serveur_zoneminder#tv-ip422 thierry-jaouen.fr] (in French)&lt;br /&gt;
&lt;br /&gt;
JPEG stills streaming seems to be very slow.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Tab/Label&lt;br /&gt;
! MJPEG Stream&lt;br /&gt;
! JPEG Stills&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Name&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [&amp;lt;USER&amp;gt;:&amp;lt;PASS&amp;gt;@]&amp;#039;&amp;#039;&amp;#039;&amp;lt;CAM IP/HOSTNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Port&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | 80&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Path&lt;br /&gt;
| /cgi/mjpg/mjpg.cgi&amp;lt;br&amp;gt;(not &amp;quot;/mjpeg.cgi&amp;quot; because of its broken MIME type)&lt;br /&gt;
| /cgi/jpg/image.cgi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= TV-IP501P =&lt;br /&gt;
This camera works just like the IP400 without the PTZ contols.&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
= TV-IP501W =&lt;br /&gt;
&lt;br /&gt;
the Trendnet IP501W works.  Here are the settings&lt;br /&gt;
&lt;br /&gt;
Source Type: Remote&lt;br /&gt;
&lt;br /&gt;
Remote Protocol: HTTP&lt;br /&gt;
&lt;br /&gt;
Remote Method: Simple&lt;br /&gt;
&lt;br /&gt;
Remote Host Name:  username:password@IP-address&lt;br /&gt;
&lt;br /&gt;
Remote Host Port: 80&lt;br /&gt;
&lt;br /&gt;
Remote Path: /video.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP512P=&lt;br /&gt;
&lt;br /&gt;
[[Image:TV-IP512P.jpg]]&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
 RTSP&lt;br /&gt;
 Source Type: ffmpeg&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp (or play2.sdp)&lt;br /&gt;
&lt;br /&gt;
ZoneMinder 1.24.2 (Haven&amp;#039;t tried earlier versions) &lt;br /&gt;
&lt;br /&gt;
RTSP works with ffmpeg as above pulling 30fps when camera set to 30fps for that Profile.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the monitor can be configured:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: RTSP&lt;br /&gt;
 Remote Method: RTP/Unicast&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 554&lt;br /&gt;
 Remote Host Path: /play1.sdp&lt;br /&gt;
&lt;br /&gt;
When using the above ffmpeg RTSP and camera is set to Night Mode using the 30fps setting fps drop to 15fps in the dark as per the warning that this may happen at low light levels.&lt;br /&gt;
&lt;br /&gt;
=TV-IP512WN=&lt;br /&gt;
The TV-IP512WN is pretty much the same device as TV-IP512P. It features an additional WLAN interface and can be used with the same settings as the [[Trendnet#TV-IP512P|TV-IP512P]].&lt;br /&gt;
&lt;br /&gt;
=TV-IP522P=&lt;br /&gt;
Warning: even though this is a &amp;#039;MegaPixel&amp;#039; camera, it has a very wide-angle lens so the image detail isn&amp;#039;t very high. Furthermore, replacement 1/2&amp;quot; lenses seem to be hard to find.&lt;br /&gt;
&lt;br /&gt;
ZM configuration is similar to TV-IP512P (above) except the 522 has multiple video profiles, which should be specified as&lt;br /&gt;
&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi?profileid=1&lt;br /&gt;
&lt;br /&gt;
(1, 2, or 3, depending on the desired profile)&lt;br /&gt;
&lt;br /&gt;
Also be sure to set  Capture Width and Capture Height appropriately.&lt;br /&gt;
&lt;br /&gt;
MPEG and RTSP were not tested but the camera does support them.&lt;br /&gt;
&lt;br /&gt;
=TV-IP551WI=&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
=TV-IP572PI=&lt;br /&gt;
The TV-IP572PI is a wired network only indoor camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 4 IR LED&amp;#039;s. (The TV-IP572P does not have the night viewing mode, but is otherwise identical).&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using Ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off when using H.264 capture.  Note that play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable on the web interface of the camera.  1280x800 video at 30 frames per second can overload a simple Zoneminder server, especially if you have multiple cameras.  Loads of 0.9 have been observed on an older NetBurst-based 3.4GHz Xeon using the factory defaults on the camera.  Rather than ratchet down the FPS on Zoneminder&amp;#039;s end (which causes weird issues when capturing H.264) you should do so at the camera.  A more reasonable load of 0.3 has been observed on the aforementioned Xeon with play1.sdp configured as follows: H.264, 1280x800, 10FPS, CBR, 2 Mbps.  Of course, your mileage may vary. You can also reduce the resolution with the camera&amp;#039;s settings if you&amp;#039;re after a higher frame rate - be sure to match the resolution on Zoneminder&amp;#039;s end.&lt;br /&gt;
&lt;br /&gt;
=TV-IP651W(I)=&lt;br /&gt;
&lt;br /&gt;
The TV-IP651W is a network indoor PTZ camera.  The WI model supports night viewing mode with 4 IR LED&amp;#039;s. Can be used wired or wireless with 802.11n.&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
Resolution, mjpeg compression, and frame rate can all be controlled via configuration options in the web setup.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
== WARNING! ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The home position of the Trendnet TV-IP651W(I) camera &amp;#039;&amp;#039;is not settable&amp;#039;&amp;#039;, and as a result will always return to its default home position upon any reason for a reboot (power failure, crash, etc.).  As a result, this camera should be considered unusable for any security use above a simple baby monitor.&lt;br /&gt;
&lt;br /&gt;
=TV-IP672P and TV-IP672PI=&lt;br /&gt;
The TV-IP672PI is a network indoor PTZ camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 6 IR LED&amp;#039;s. (The TV-IP672P does not have the night viewing mode, but is otherwise identical.)  Can be used wired or wireless.&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off on Zoneminder when using H.264 capture.  play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable via the web interface of the camera.  If rate limiting is necessary, it should be accomplished via the camera&amp;#039;s config rather than Zoneminder&amp;#039;s.  You may reduce the resolution via the camera&amp;#039;s video config if you&amp;#039;re after a high frame rate with low Zoneminder load, but be sure to mirror the resolution in the Zoneminder config.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
=TV-IP751WIC=&lt;br /&gt;
(Copied from TV-IP551WC and updated.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.trendnet.com/products/proddetail.asp?prod=225_TV-IP751WIC&amp;amp;cat=179&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 &amp;lt;strike&amp;gt;Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
 Remote Host Name: &amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
- tested on zm v1.25.0, Kubuntu 12.04LTS&amp;lt;br&amp;gt;&lt;br /&gt;
- user:pass not working within zm, but does from browser.&amp;lt;br&amp;gt;&lt;br /&gt;
- works fine with authentication turned off.&amp;lt;br&amp;gt;&lt;br /&gt;
- http://www.lavrsen.dk/foswiki/bin/view/Motion/TrendNet seems to indicate that authentication is not going to work. (At least in Motion, but if not in Motion I assume likely not in zm, either.)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5860</id>
		<title>Trendnet</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Trendnet&amp;diff=5860"/>
		<updated>2013-09-21T00:54:28Z</updated>

		<summary type="html">&lt;p&gt;Sjthespian: Added TV-IP262P/PI based on the IP672P documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= TV-IP100 =&lt;br /&gt;
Trendnet  TV-IP100  works ok.&lt;br /&gt;
http://x.x.x.x/video.cgi&lt;br /&gt;
&lt;br /&gt;
= TV-IP100W-N =&lt;br /&gt;
great little wireless camera with digital zoom&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TV-IP110 &amp;amp; TV-IP110W=&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@x.x.x.x&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 640&lt;br /&gt;
 Capture Height: 480&lt;br /&gt;
&lt;br /&gt;
The capture height and width can be changed using the camera&amp;#039;s web interface by modifying the &amp;quot;Video Quality&amp;quot; setting.  &lt;br /&gt;
 VGA = 640 x 480&lt;br /&gt;
 QVGA = 320 x 240&lt;br /&gt;
 QQVGA = 160 x 120&lt;br /&gt;
&lt;br /&gt;
= TV-IP201P and TV-IP201W =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass and 192.168.0.30 is the default IP)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /goform/capture&lt;br /&gt;
&lt;br /&gt;
= TV-IP252P =&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
= TV-IP300 =&lt;br /&gt;
Just remember to turn 1.0 in ZM_HTTP_VERSION in the Options &amp;gt; Network tab. In the x.x.x.x/cgi-bin/video.jpg gives 352 x 240 jpg. &lt;br /&gt;
&lt;br /&gt;
= TV-IP301 =&lt;br /&gt;
This camera sends the wrong mime/type and is not compatible with ZoneMinder natively but can be made to work.&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=7320&lt;br /&gt;
&lt;br /&gt;
=TV-IP322P=&lt;br /&gt;
[[File:tvip322p.jpg]]&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@&amp;lt;local ip/domain name&amp;gt;&lt;br /&gt;
 Remote host Port: 80&lt;br /&gt;
 Remote Host Path: /cgi/mjpg/mjpg.cgi&lt;br /&gt;
 Remote Image Colors: 24 bit color&lt;br /&gt;
 Capture Width: 1280&lt;br /&gt;
 Capture Height: 1024&lt;br /&gt;
This is the config that worked for me hope it helps.&lt;br /&gt;
&lt;br /&gt;
= TV-IP400 / TV-IP400W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
&lt;br /&gt;
New Driver and instructions for ZM 1.23.x : &lt;br /&gt;
http://www.sfpeter.com/2008/07/31/new-trendnet-tv-ip400w-controller-for-zoneminder-123x/&lt;br /&gt;
&lt;br /&gt;
Older Driver and instructions for 1.22.x: &lt;br /&gt;
http://www.sfpeter.com/2007/08/14/controlling-the-trendnet-tv-ip400w-camera-with-zoneminder/&lt;br /&gt;
The above link is missing the &amp;quot;Move&amp;quot; tab when creating the control.  You need to select &amp;quot;Can Move&amp;quot;, &amp;quot;Can Move Diagonally&amp;quot; and &amp;quot;Can Move Relative&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= TV-IP410 and TV-IP410W =&lt;br /&gt;
These are cheap but fun Pan Tilt Zoom IP cameras and are now also supported by ZoneMinder. &lt;br /&gt;
Look at http://www.dubuque.k12.ia.us/it/zoneminder.html&lt;br /&gt;
&lt;br /&gt;
Remote Host Path: /cgi/jpg/image.cgi --&amp;gt; is not very fast...&lt;br /&gt;
&lt;br /&gt;
Better use /cgi/mjpg/mjpg.cgi --&amp;gt; 20 Frames/s much more fun ;)&lt;br /&gt;
&lt;br /&gt;
= TV-IP422 =&lt;br /&gt;
&lt;br /&gt;
[http://trendnet.com/products/proddetail.asp?prod=150_TV-IP422&amp;amp;cat=152 TRENDnet TV-IP422]&lt;br /&gt;
&lt;br /&gt;
Info from [http://thierry-jaouen.fr/dokuwiki/doku.php?id=serveur_zoneminder#tv-ip422 thierry-jaouen.fr] (in French)&lt;br /&gt;
&lt;br /&gt;
JPEG stills streaming seems to be very slow.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;General&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Tab/Label&lt;br /&gt;
! MJPEG Stream&lt;br /&gt;
! JPEG Stills&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Name&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [&amp;lt;USER&amp;gt;:&amp;lt;PASS&amp;gt;@]&amp;#039;&amp;#039;&amp;#039;&amp;lt;CAM IP/HOSTNAME&amp;gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Port&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | 80&lt;br /&gt;
|- &lt;br /&gt;
| Remote Host Path&lt;br /&gt;
| /cgi/mjpg/mjpg.cgi&amp;lt;br&amp;gt;(not &amp;quot;/mjpeg.cgi&amp;quot; because of its broken MIME type)&lt;br /&gt;
| /cgi/jpg/image.cgi&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= TV-IP501P =&lt;br /&gt;
This camera works just like the IP400 without the PTZ contols.&lt;br /&gt;
&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@x.x.x.x (admin:admin is the default user/pass)&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /MJPEG.CGI&lt;br /&gt;
&lt;br /&gt;
= TV-IP501W =&lt;br /&gt;
&lt;br /&gt;
the Trendnet IP501W works.  Here are the settings&lt;br /&gt;
&lt;br /&gt;
Source Type: Remote&lt;br /&gt;
&lt;br /&gt;
Remote Protocol: HTTP&lt;br /&gt;
&lt;br /&gt;
Remote Method: Simple&lt;br /&gt;
&lt;br /&gt;
Remote Host Name:  username:password@IP-address&lt;br /&gt;
&lt;br /&gt;
Remote Host Port: 80&lt;br /&gt;
&lt;br /&gt;
Remote Path: /video.cgi&lt;br /&gt;
&lt;br /&gt;
=TV-IP512P=&lt;br /&gt;
&lt;br /&gt;
[[Image:TV-IP512P.jpg]]&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
 RTSP&lt;br /&gt;
 Source Type: ffmpeg&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp (or play2.sdp)&lt;br /&gt;
&lt;br /&gt;
ZoneMinder 1.24.2 (Haven&amp;#039;t tried earlier versions) &lt;br /&gt;
&lt;br /&gt;
RTSP works with ffmpeg as above pulling 30fps when camera set to 30fps for that Profile.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the monitor can be configured:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: RTSP&lt;br /&gt;
 Remote Method: RTP/Unicast&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 554&lt;br /&gt;
 Remote Host Path: /play1.sdp&lt;br /&gt;
&lt;br /&gt;
When using the above ffmpeg RTSP and camera is set to Night Mode using the 30fps setting fps drop to 15fps in the dark as per the warning that this may happen at low light levels.&lt;br /&gt;
&lt;br /&gt;
=TV-IP512WN=&lt;br /&gt;
The TV-IP512WN is pretty much the same device as TV-IP512P. It features an additional WLAN interface and can be used with the same settings as the [[Trendnet#TV-IP512P|TV-IP512P]].&lt;br /&gt;
&lt;br /&gt;
=TV-IP522P=&lt;br /&gt;
Warning: even though this is a &amp;#039;MegaPixel&amp;#039; camera, it has a very wide-angle lens so the image detail isn&amp;#039;t very high. Furthermore, replacement 1/2&amp;quot; lenses seem to be hard to find.&lt;br /&gt;
&lt;br /&gt;
ZM configuration is similar to TV-IP512P (above) except the 522 has multiple video profiles, which should be specified as&lt;br /&gt;
&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi?profileid=1&lt;br /&gt;
&lt;br /&gt;
(1, 2, or 3, depending on the desired profile)&lt;br /&gt;
&lt;br /&gt;
Also be sure to set  Capture Width and Capture Height appropriately.&lt;br /&gt;
&lt;br /&gt;
MPEG and RTSP were not tested but the camera does support them.&lt;br /&gt;
&lt;br /&gt;
=TV-IP551WI=&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
=TV-IP572PI=&lt;br /&gt;
The TV-IP572PI is a wired network only indoor camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 4 IR LED&amp;#039;s. (The TV-IP572P does not have the night viewing mode, but is otherwise identical).&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using Ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off when using H.264 capture.  Note that play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable on the web interface of the camera.  1280x800 video at 30 frames per second can overload a simple Zoneminder server, especially if you have multiple cameras.  Loads of 0.9 have been observed on an older NetBurst-based 3.4GHz Xeon using the factory defaults on the camera.  Rather than ratchet down the FPS on Zoneminder&amp;#039;s end (which causes weird issues when capturing H.264) you should do so at the camera.  A more reasonable load of 0.3 has been observed on the aforementioned Xeon with play1.sdp configured as follows: H.264, 1280x800, 10FPS, CBR, 2 Mbps.  Of course, your mileage may vary. You can also reduce the resolution with the camera&amp;#039;s settings if you&amp;#039;re after a higher frame rate - be sure to match the resolution on Zoneminder&amp;#039;s end.&lt;br /&gt;
&lt;br /&gt;
=TV-IP651W(I)=&lt;br /&gt;
&lt;br /&gt;
The TV-IP651W is a network indoor PTZ camera.  The WI model supports night viewing mode with 4 IR LED&amp;#039;s. Can be used wired or wireless with 802.11n.&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
Resolution, mjpeg compression, and frame rate can all be controlled via configuration options in the web setup.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
== WARNING! ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The home position of the Trendnet TV-IP651W(I) camera &amp;#039;&amp;#039;is not settable&amp;#039;&amp;#039;, and as a result will always return to its default home position upon any reason for a reboot (power failure, crash, etc.).  As a result, this camera should be considered unusable for any security use above a simple baby monitor.&lt;br /&gt;
&lt;br /&gt;
=TV-IP262P and TV-IP262PI=&lt;br /&gt;
The TV-IP262P and PI are megapixel indoor fixed position cameras with has night vision via IR for up to 12m. The PI model supports Power over Ethernet (PoE).&lt;br /&gt;
&lt;br /&gt;
To capture static images, you can use:&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP address of camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: cgi/mjpg/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
You can also get higher framerates using mjpeg, mpeg4, or H.264 with ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/&amp;lt;encoding&amp;gt;&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
For encoding specify mjpeg, mpeg4, or h264. You can also use 3GPP if you enable it in the camera, but the image quality is horrible and it isn&amp;#039;t useful for motion detection. If you change the image with in the camera settings, change the width and height above to match. The frame rate should be left blank and set only in the camera settings via. the camera&amp;#039;s admin interface.&lt;br /&gt;
&lt;br /&gt;
=TV-IP672P and TV-IP672PI=&lt;br /&gt;
The TV-IP672PI is a network indoor PTZ camera that supports Power over Ethernet (PoE) and night viewing mode (to 7.5 meters) with 6 IR LED&amp;#039;s. (The TV-IP672P does not have the night viewing mode, but is otherwise identical.)  Can be used wired or wireless.&lt;br /&gt;
&lt;br /&gt;
It supports 5fps 1280x800 simple HTTP image capture using:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 Remote Protocol: HTTP&lt;br /&gt;
 Remote Method: Simple&lt;br /&gt;
 Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi OR /video/mjpg.cgi&lt;br /&gt;
&lt;br /&gt;
It supports higher framerate H.264 capture via RTSP using ffmpeg:&lt;br /&gt;
&lt;br /&gt;
 Source Type: Ffmpeg&lt;br /&gt;
 Maximum FPS: empty&lt;br /&gt;
 Alarm Maximum FPS: empty&lt;br /&gt;
 Source Path: rtsp://user:pass@&amp;lt;IP Address of Camera&amp;gt;/play1.sdp&lt;br /&gt;
 Capture width (pixels): 1280&lt;br /&gt;
 Capture height (pixels): 720&lt;br /&gt;
&lt;br /&gt;
You must leave the FPS limits off on Zoneminder when using H.264 capture.  play1.sdp (as well as play2.sdp, and play3.sdp) are user-configurable via the web interface of the camera.  If rate limiting is necessary, it should be accomplished via the camera&amp;#039;s config rather than Zoneminder&amp;#039;s.  You may reduce the resolution via the camera&amp;#039;s video config if you&amp;#039;re after a high frame rate with low Zoneminder load, but be sure to mirror the resolution in the Zoneminder config.&lt;br /&gt;
&lt;br /&gt;
(Tested on zoneminder v1.25.0.)&lt;br /&gt;
&lt;br /&gt;
=TV-IP751WIC=&lt;br /&gt;
(Copied from TV-IP551WC and updated.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.trendnet.com/products/proddetail.asp?prod=225_TV-IP751WIC&amp;amp;cat=179&lt;br /&gt;
&lt;br /&gt;
 HTTP&lt;br /&gt;
 Source Type: Remote&lt;br /&gt;
 &amp;lt;strike&amp;gt;Remote Host Name: user:pass@&amp;lt;IP Address of Camera&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
 Remote Host Name: &amp;lt;IP Address of Camera&amp;gt;&lt;br /&gt;
 Remote Host Port: 80 (Default)&lt;br /&gt;
 Remote Host Path: /video/mjpg.cgi (for mjpeg stream)&lt;br /&gt;
 Remote Host Path: /image/jpeg.cgi (for a single jpeg frame)&lt;br /&gt;
&lt;br /&gt;
- tested on zm v1.25.0, Kubuntu 12.04LTS&amp;lt;br&amp;gt;&lt;br /&gt;
- user:pass not working within zm, but does from browser.&amp;lt;br&amp;gt;&lt;br /&gt;
- works fine with authentication turned off.&amp;lt;br&amp;gt;&lt;br /&gt;
- http://www.lavrsen.dk/foswiki/bin/view/Motion/TrendNet seems to indicate that authentication is not going to work. (At least in Motion, but if not in Motion I assume likely not in zm, either.)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cameras]]&lt;br /&gt;
[[Category:Network Cameras]]&lt;/div&gt;</summary>
		<author><name>Sjthespian</name></author>
	</entry>
</feed>