Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
2013-05-03 17:05:52 (11 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    1 = Foscam IP Camera Plugin = 
     1= VistaCam PT&HD IP Cameras Plugin = 
    22 
    3 This plugin offers support for pan, tilt, patrol, presets and motion detection for '''non H.264''' Foscam cameras. 
     3This plugin adds support for pan, tilt, and presets for VistaCam PT and VistaCam HD cameras. It also adds support for motion detection for VistaCam PT. 
     4 
     5== Cameras compatible with this plugin == 
     6 
     7* Non-H.264 Foscam cameras 
     8* Non-H.264 Apexis cameras 
     9* Non-H.264 Wintop cameras 
    410 
    511=== '''Notes''' === 
    6121. The ''Zoom Out'' button does '''vertical patrol''', and the ''Zoom In'' button does '''horizontal patrol'''. 
    713 
    8 2. '''The motion detection part of the plugin works only with the Foscam cameras'''. 
    9  
    10 3. Presets are supported starting with MiOS firmware version 1.5.390. 
     142. Presets are supported starting with MiOS firmware version 1.5.390. 
    1115 
    1216== Installation == 
     
    1418=== UI5 === 
    15191. Go to ''Apps'' >> ''Install Apps'' and install the plugin. Alternatively, you can install it from http://apps.mios.com. 
    16 2. In the camera's ''Advanced'' tab enter ''I_FoscamPTZ.xml'' in the '''impl_file''' field. 
     202. In the camera's ''Advanced'' tab enter ''I_VistaCamPT.xml'' in the '''impl_file''' field. 
    17213. Save. 
    18 4. '''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''. 
     224. '''Motion detection is disabled by default'''. To enable it open the ''Advanced'' tab of the camera device and scroll down to the ''State'' field. ''0'' means that it's disabled. To enable it set it to ''1''. 
    1923 
    2024=== UI4 === 
     
    3236 * Close the control panel.  
    33374. Save. 
    34 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''.  
     385. '''Motion detection is disabled by default'''. To enable it open the ''Advanced'' tab of the camera device and scroll down to the ''State'' field. ''-1'' means that it's disabled. To enable it set it to ''0''.  
    3539 
    3640== Setting up motion detection == 
     
    5357 
    54581. Open the ''Advanced'' tab of the camera's control panel. 
    55 2. Scroll to the bottom to find the ''ConfiguredMD'' field. 
    56 3. Set this field to ''-1''. 
     592. Scroll to the bottom to find the ''State'' field. 
     603. Set this field to ''0''. 
    57614. Save. 
    5862 
     
    6266||'''!StepSize'''||How much the camera will rotate when you send a ''pan'' or ''tilt'' command. Must be a natural number greater than 0.|| 
    6367||'''!ReverseControls'''||When this parameter is ''1'' the camera controls will be reversed. Useful when you have the camera upside down. Can be ''0'' or ''1''.|| 
    64 ||'''!VeraAddress'''||Enter here the IP address or URL of the Vera.|| 
     68||'''!GatewayAddress'''||Enter here the IP address or URL of the Vera.|| 
    6569[[Image(camera_params.png)]] 
    6670---- 
     
    7276== Getting presets support in post 1.5.390 firmwares == 
    7377 
    74 All the Foscam camera devices created in pre 1.5.390 firmwares use the device file ''D_DigitalSecurityCamera1.xml'', which doesn't support presets. In firmware 1.5.390 another device file for the camera has been added: ''D_DigitalSecurityCamera2.xml''. To set your camera to use this device file instead of the old one: 
     78All the camera devices created in pre 1.5.390 firmwares use the device file ''D_DigitalSecurityCamera1.xml'', which doesn't support presets. In firmware 1.5.390 another device file for the camera has been added: ''D_DigitalSecurityCamera2.xml''. To set your camera to use this device file instead of the old one: 
    75791. Open the camera's control panel, ''Advanced'' tab. 
    76802. Find the ''device_file'' field and change it from ''D_DigitalSecurityCamera'''1'''.xml'' to ''D_DigitalSecurityCamera'''2'''.xml''.