User Tools

Site Tools


terra4d:milestone

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
terra4d:milestone [2019/04/23 09:51]
editor Add a word about hardware acceleration requirements
terra4d:milestone [2026/02/26 10:39] (current)
editor [Supported features:]
Line 5: Line 5:
   * Live video   * Live video
   * Playback video   * Playback video
-  * PTZ control+  * Video retrieval 
 +  * Start/stop recording
   * Import camera list   * Import camera list
 +  * PTZ control absolute, continuous, preset, feedback
   * Events   * Events
- 
 ===== Known issues: ===== ===== Known issues: =====
   * wrong colors and very limited frame rate in TERRA 4D version 2.7   * wrong colors and very limited frame rate in TERRA 4D version 2.7
Line 22: Line 23:
   * Milestone Runtime SDK installation on TERRA 4D client and server is required (MIPSDK_Redist_Installer_x86_2018R1.msi)   * Milestone Runtime SDK installation on TERRA 4D client and server is required (MIPSDK_Redist_Installer_x86_2018R1.msi)
   * install msxml.msi (MSXML4 SP 3)   * install msxml.msi (MSXML4 SP 3)
 +  * further details: {{terra4d:milestone_installation_guide.pdf|Milestone Installation Guide.pdf}}
 +  * The free XProtect Essential+ license supports up to 8 cameras, an unrestricted number of users, and unrestricted video retention time. You can upgrade to another product variant in case you need access to more features
 +
 +
 +===== Custom alarms configuration: =====
 +Every Milestone alarm can raise a Terra4D event.
 +To configure:
 +  * Create a custom config file [TERRA4D_PROGRAMDATA]\FASTProtect\Terra4D\share\model\customsubsystem\milestone.xml which describes the additional camera alarms.
 +  * Find required Milestone alarm in Terra4D Log, e.g. Message: [StatusPlugin Milestone] Alarm source 'AXIS P3248-LVE Network Camera (192.168.18.136) - Camera 1', time 5/3/2021 10:07:25 AM, type 'System Alarm', rule 'Axis Loitering', message 'tnsaxis:CameraApplicationPlatform/LoiteringGuard/Camera1Profile1-1', prio High, state New
 +  * Describe an event in the custom config file: combine Milestone's alarm //type//, //one space//, and alarm //rule// into Terra4D alarm name, chose suitable guitext and description:<code>
 +<event name="System Alarm Axis Loitering">
 + <guitext>Axis Loitering</guitext>
 + <description>Axis Loitering</description>
 +</event></code>
 +  * Repeat points 2 and 3 for all required alarms.
 +  * Save the config file and restart Terra4D.
 +
 +  * The complete example:<code>
 +<?xml version="1.0" encoding="UTF-8"?>
 +<?xml-stylesheet href="subsystem.xsl" type="text/xsl"?>
 +<types>
 + <type name="Camera">
 + <subsystem name="Milestone">
 + <!-- name = AlarmType + " " + AlarmRule -->
 + <event name="System Alarm Motion Detected">
 + <guitext>Motion Detected</guitext>
 + <description>Motion Detected</description>
 + </event>
 + <event name="System Alarm AxisVMD">
 + <guitext>Axis VMD</guitext>
 + <description>Axis VMD</description>
 + </event>
 + <event name="System Alarm Axis Loitering">
 + <guitext>Axis Loitering</guitext>
 + <description>Axis Loitering</description>
 + </event>
 + </subsystem>
 + </type>
 +</types>
 +</code>
 +
 +The configured custom alarms will appear as events at the camera device in TERRA 4D Configurator.
  
 ===== Tested Milestone Versions ===== ===== Tested Milestone Versions =====
 +  * XProtect® Express+ 2025 R2
 +  * XProtect® Corporate 2025 R2
   * XProtect® Essential+ 2018 R1   * XProtect® Essential+ 2018 R1
   * XProtect® Express 2018 R1   * XProtect® Express 2018 R1
terra4d/milestone.1556013082.txt.gz · Last modified: 2019/04/23 09:51 by editor