Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
2012-08-02 11:18:06 (12 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    77'''__Note__: The motion detection part of the plugin works only with the Foscam cameras.''' If you use the plugin with other cameras only for the pan and tilt functionality, follow the instructions below to disable the motion sensor. 
    88 
     9== Installation == 
     10 
     11=== UI5 === 
     121. Go to ''Apps'' >> ''Install Apps'' and install the plugin. Alternatively, you can install it from apps.mios.com. 
     132. In the camera's ''Advanced'' tab enter ''I_FoscamPTZ.xml'' in the '''impl_file''' field. 
     143. Save. 
     15 
     16=== UI4 === 
     171. Download [http://code.mios.com/trac/mios_foscam-camera/changeset/12/tags/2.2?old_path=%2F&format=zip this] file on your computer and extract ''I_FoscamPTZ.xml'' from the archive. 
     182. Upload ''I_FoscamPTZ.xml'' on Vera from ''MiOS Developers'' >> ''Luup files''. 
     193. In the camera's ''Advanced'' tab enter ''I_FoscamPTZ.xml'' in the '''impl_file''' field. 
     204. Save. 
     21 
    922== Setting up motion detection == 
    1023 
    1124The plugin needs to know a couple of things to setup motion detection: 
    12 1. The camera's IP address and port or URL (e.g. camera.myserver.com) 
     251. The camera's IP address and port or URL (e.g. ''192.168.81.123:8001'' or ''camera.myserver.com'') 
    13262. The camera's username and password 
    14 3. The Vera IP address or URL (e.g. vera.myserver.com) 
     273. The Vera IP address or URL (e.g. ''192.168.81.1'' or ''vera.myserver.com'') 
    1528 
    1629The plugin will attempt to find the Vera's IP address automatically based on the camera's IP address. This attempt will be successful only if the camera is on the same network as Vera. In all other cases the Vera's IP address (or URL) must be specified by the user.