How do i get last plate recognized on Hikvision camera in the URL?

black1906

n3wb
Joined
Dec 9, 2021
Messages
25
Reaction score
1
Location
USA
This is what im trying to do and i was pretty sure it would work,but it didn't.

http://login: password@MY.IP/ISAPI/Traffic/channels/1/vehicleDetect/plates/
<AfterTime><picTime>2021-12-10T09:07:15Z</picTime></AfterTime>

This is the return :

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ResponseStatus xmlns="
" version="2.0">
<requestURL>
/ISAPI/Traffic/channels/1/vehicleDetect/plates/
<AfterTime>
<picTime>2021-12-09T09:01:15Z</picTime>
</AfterTime>
</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>

How do i find the plate number in the URL?What am i missing?
 
Top