Other Settings

Table 1 Auto-tracking Settings

Get auto-tracking configuration capability by channel

Call NET_DVR_STDXMLConfig to transmit /ISAPI/Intelligent/channels/<ID>/intelliTrace/capabilities by GET method.

The capability is returned in the message XML_Intelli_IntelliTraceCap by lpOutputParam.

Get auto-tracking parameters of all scenes

Call NET_DVR_STDXMLConfig to transmit /ISAPI/Intelligent/channels/<ID>/intelliTrace by GET method.

The parameters are returned in the message XML_IntelliTraceBlockList by lpOutputParam

Set auto-tracking parameters of all scenes

Call NET_DVR_STDXMLConfig to transmit /ISAPI/Intelligent/channels/<ID>/intelliTrace by PUT method and set lpInputParam to XML_IntelliTraceBlockList

Get auto-tracking parameters of a single scene

Call NET_DVR_STDXMLConfig to transmit /ISAPI/Intelligent/channels/<ID>/intelliTrace/<SID> by GET method.

The parameters are returned in the message XML_IntelliTraceBlock by lpOutputParam

Set auto-tracking parameters of a single scene

Call NET_DVR_STDXMLConfig to transmit /ISAPI/Intelligent/channels/<ID>/intelliTrace/<SID> by PUT method and set lpInputParam to XML_IntelliTraceBlock

Delete auto-tracking parameters of a single scene

Call NET_DVR_STDXMLConfig to transmit /ISAPI/Intelligent/channels/<ID>/intelliTrace/<SID> by DELETE method