Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 2013-05-03 17:05:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 1 = Foscam IP CameraPlugin =1 = VistaCam PT&HD IP Cameras Plugin = 2 2 3 This plugin offers support for pan, tilt, patrol, presets and motion detection for '''non H.264''' Foscam cameras. 3 This 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 4 10 5 11 === '''Notes''' === 6 12 1. The ''Zoom Out'' button does '''vertical patrol''', and the ''Zoom In'' button does '''horizontal patrol'''. 7 13 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. 14 2. Presets are supported starting with MiOS firmware version 1.5.390. 11 15 12 16 == Installation == … … 14 18 === UI5 === 15 19 1. 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.20 2. In the camera's ''Advanced'' tab enter ''I_VistaCamPT.xml'' in the '''impl_file''' field. 17 21 3. 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''.22 4. '''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''. 19 23 20 24 === UI4 === … … 32 36 * Close the control panel. 33 37 4. 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''.38 5. '''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''. 35 39 36 40 == Setting up motion detection == … … 53 57 54 58 1. 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''.59 2. Scroll to the bottom to find the ''State'' field. 60 3. Set this field to ''0''. 57 61 4. Save. 58 62 … … 62 66 ||'''!StepSize'''||How much the camera will rotate when you send a ''pan'' or ''tilt'' command. Must be a natural number greater than 0.|| 63 67 ||'''!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.|| 65 69 [[Image(camera_params.png)]] 66 70 ---- … … 72 76 == Getting presets support in post 1.5.390 firmwares == 73 77 74 All the Foscamcamera 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:78 All 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: 75 79 1. Open the camera's control panel, ''Advanced'' tab. 76 80 2. Find the ''device_file'' field and change it from ''D_DigitalSecurityCamera'''1'''.xml'' to ''D_DigitalSecurityCamera'''2'''.xml''.