Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 2013-01-14 14:39:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 15 15 16 16 === UI4 === 17 1. 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. 18 2. Upload ''I_FoscamPTZ.xml'' on Vera from ''MiOS Developers'' >> ''Luup files''. 19 3. In the camera's ''Advanced'' tab enter ''I_FoscamPTZ.xml'' in the '''impl_file''' field. 17 1. Download these files: 18 * I_FoscamPTZ.xml 19 * D_DigitalSecurityCamera1.xml 20 2. Upload both files on Vera: 21 * On the Vera UI, in the ''Toolbox'' section, open ''MiOS Developers'' >> ''Luup Files''. 22 * Upload the files. 23 * Uncheck ''Restart Luup after upload''. 24 * Click ''GO''. 25 3. Set the camera to use the I_FoscamPTZ.xml file as the implementation file: 26 * On the Vera UI open the camera's control panel (click on the wrench). 27 * On the ''Advanced'' tab, in the ''impl_file'' field enter ''I_FoscamPTZ.xml'' 28 * Close the control panel. 20 29 4. Save. 30 5. '''Motion detection is disabled by default'''. To enable it open the ''Advanced'' tab of the camera device and scroll down to the ''ConfiguredMD'' field. ''-1'' means that it's disabled. To enable it set it to ''0''. 21 31 22 32 == Setting up motion detection == … … 29 39 The 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. 30 40 31 '''On firmwares older than 1.5.390 arming and bypassing the motion sensor won't work unless you upload [http://code.mios.com/trac/mios_foscam-camera/raw-attachment/wiki/WikiStart/D_DigitalSecurityCamera1.xml this] file on Vera.''' After you upload the file, you must reload the Luup engine.32 33 41 {{{ 34 42 #!html … … 40 48 === To disable the motion detection feature of the plugin === 41 49 42 1. Open the ''Advanced'' tab inthe camera's control panel.43 2. Scroll to the bottom to find the ''ConfiguredMD'' variable.44 3. Set this variable to '''-1'''.50 1. Open the ''Advanced'' tab of the camera's control panel. 51 2. Scroll to the bottom to find the ''ConfiguredMD'' field. 52 3. Set this field to ''-1''. 45 53 4. Save. 46 54