如何从海康威视摄像头获取行人编号?

How to get pedestrian number from Hikvision camera?

我有一台内置人数统计应用程序的 Hikvision IP 摄像机。我正在尝试构建一个 desktop/web 应用程序,它读取通过的人数并对其进行处理。我只想知道我怎样才能知道这些人的数量,不管使用什么编程语言。摄像头型号为海康威视iDS-2CD6412FWD/C。任何答案都很重要。谢谢。

所以终点是:

/ISAPI/System/Video/inputs/channels/1/counting/search 

xml正文是:

<?xml version="1.0" encoding="utf-16"?>
<countingStatisticsDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <reportType>daily</reportType>
    <timeSpanList>
        <timeSpan>
           <startTime>2017-05-03T00:00:00</startTime>
            <endTime>2017-05-03T23:59:59</endTime>
        </timeSpan>
    </timeSpanList>
</countingStatisticsDescription>