Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration Article | CA-20220907-TP-73

VDG Sense | API | Functions | Video Tagging

Image Modified

View file
nameCA-20220907-TP-73.pdf

Table of Contents

Note: This function requires an API license.

...

While the systems becomes full with tagged video several “storage full” SystemEvents will be fired so the client can be notified of this. Events will be fired on 30, 60, 90 and 100 percent of locked storage space.

Command url:

Code Block
http://<server>/command?command=executeAction

Post data:

Code Block
languagexml
<!--?xml version="1.0"?-->
 <action>
  <name>server.tagVideoStart</name>
<parameters>
   <parameter name="serverid">[serverid]</parameter>
   <parameter name="deviceid">[deviceid]</parameter>
   <parameter name="pretime">[pretime - seconds]</parameter>
   <parameter name="posttime">[posttime - seconds]</parameter>
   <parameter name="title">[summary of tag]</parameter>
   <parameter name="comment">[videotag comments]</parameter>
</parameters>
</action>

or

Code Block
http://<server>/command?command=executeaction&actionname=server.tagVideoStart&serverid=[serverid]&deviceid=[devideid]&pretime=[pretime]60&title=[title]&comment=[comment]

(if parameters serverid and deviceid are not added, the video of all cameras will be tagged)

 

Result:

Code Block
<result errorcode="0">
  <description>Ok</description>
 </result>

Changelog

  • Sense version 2.7.3: added parameter ‘posttime’