Hi, folks!
I have 9 traffic monitoring cameras iDS-TCM403-AFR. They are online and everything working, BUT.
Can't configure a correct GET query for the historical traffic data request. Asked HikVision support, they returned:
(asked can I get ONLY the traffic log, not the pictures, due a 4G cover lack):
-------------------
it is unable to upload without pictures either via ftp on web or API. But for historical data, this ISAPI can realize getting the data without pictures:
/ISAPI/ContentMgmt/search. They can found details in the ISAPI guide document.
payload:
<?xml version="1.0" encoding="utf-8"?>
<CMSearchDescription>
<searchID>C9463CA5-6130-0001-2CD7-18B5196E11A8</searchID>
<trackIDList>
<trackID>103</trackID>
</trackIDList>
<timeSpanList>
<timeSpan>
<startTime>2021-01-03T16:00:00Z</startTime>
<endTime>2021-03-04T15:59:59Z</endTime>
</timeSpan>
</timeSpanList>
<contentTypeList>
<contentType>metadata</contentType>
</contentTypeList>
<maxResults>50</maxResults>
<searchResultPostion>0</searchResultPostion>
<metadataList>
<metadataDescriptor>/recordType.meta.std-cgi.com/vehicleDetection</metadataDescriptor>
<SearchProperity>
<plateSearchMask/>
<nation>255</nation>
</SearchProperity>
</metadataList>
</CMSearchDescription>
--------------------------
The problem is, that the syntactic expression of the query is still mystery for me. ( returned:
ResponseStatus xmlns="谢生服装" version="2.0">
<requestURL>/ISAPI/ContentMgmt/search</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>
Tried Talend API extension for Chrome. , but no success.
Any ideas?
Thanks, in advance!
Ivan
EDIT: I think, some adjustments need to be done in the device configuration, maybe here:

and here:

But have no idea what are correct setting. There is no information in the user gui
de for this model...
I have 9 traffic monitoring cameras iDS-TCM403-AFR. They are online and everything working, BUT.
Can't configure a correct GET query for the historical traffic data request. Asked HikVision support, they returned:
(asked can I get ONLY the traffic log, not the pictures, due a 4G cover lack):
-------------------
it is unable to upload without pictures either via ftp on web or API. But for historical data, this ISAPI can realize getting the data without pictures:
/ISAPI/ContentMgmt/search. They can found details in the ISAPI guide document.
payload:
<?xml version="1.0" encoding="utf-8"?>
<CMSearchDescription>
<searchID>C9463CA5-6130-0001-2CD7-18B5196E11A8</searchID>
<trackIDList>
<trackID>103</trackID>
</trackIDList>
<timeSpanList>
<timeSpan>
<startTime>2021-01-03T16:00:00Z</startTime>
<endTime>2021-03-04T15:59:59Z</endTime>
</timeSpan>
</timeSpanList>
<contentTypeList>
<contentType>metadata</contentType>
</contentTypeList>
<maxResults>50</maxResults>
<searchResultPostion>0</searchResultPostion>
<metadataList>
<metadataDescriptor>/recordType.meta.std-cgi.com/vehicleDetection</metadataDescriptor>
<SearchProperity>
<plateSearchMask/>
<nation>255</nation>
</SearchProperity>
</metadataList>
</CMSearchDescription>
--------------------------
The problem is, that the syntactic expression of the query is still mystery for me. ( returned:
ResponseStatus xmlns="谢生服装" version="2.0">
<requestURL>/ISAPI/ContentMgmt/search</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>
Tried Talend API extension for Chrome. , but no success.
Any ideas?
Thanks, in advance!
Ivan
EDIT: I think, some adjustments need to be done in the device configuration, maybe here:

and here:

But have no idea what are correct setting. There is no information in the user gui
de for this model...