Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/Analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3207,6 +3207,10 @@
<title>Generic parameters</title>
<para>The following section is reserved for ONVIF defined generic parameters.</para>
<para>A device signals via GetSupportedRules which parameters may be applied to its various rules. For all parameters a device should also signal their valid ranges via GetRuleOptions whether a rule supports these.</para>

<para>In case of setting up any region based detection rule for event trigger (e.g. Field Detector, Loitering Detector, Declarative motion detector, Object Detection) rule should contain a parameter 'Field' ElementItem. The ElementItem identifies the region usually defined by a polygon for which the rule has been setup. The corresponding ElementItemDescription resembles the following:</para>
<programlisting><![CDATA[<tt:ElementItemDescription Name="Field" Type="tt:Polygon">]]></programlisting>

</section>
<section xml:id="_objectClass">
<title>Object Classification</title>
Expand Down