DS-TCG405-E ANPR camera with ISAPI for http listening server

shivdoke39

n3wb
May 3, 2023
7
1
india
hello,
I need some help with DS-TCG405-E ANPR camera and to set http host for event listening .. where to set http host ip and port ?? in NVR webpage or IP camera Webpage???..
 
Depends what you need , your title and text are 2 different things.

You can get xml with http host, and you can get json using ISAPI GET/POST/PUT methods.

http host is usually referred as alarm host and you need a tcp server listener for that. You add ip of http server host on camera. Under network settings->Advanced network settings
 
Depends what you need , your title and text are 2 different things.

You can get xml with http host, and you can get json using ISAPI GET/POST/PUT methods.

http host is usually referred as alarm host and you need a tcp server listener for that. You add ip of http server host on camera. Under network settings->Advanced network settings
can i get logs from nvr on my local logserver (using rsylog server)..and how ?please help
 
how to get event logs . when the car comes it needs to send the data to remote server like time stamp, car plate, photo of Lisence plate etc.
 
I've been trying to get this working also, in close cooperation with Hikvision tech support.
The ANPR camera isn't sending the right data to configured alarm server. There is no xml payload for plate detections.
Contrary to motion alarms for instance, where all event details are included in the xml payload sent to alarm server.

If anyone has experience with this, please post whatever you've got.
 
Try to trigger alarm output on plates, i believe listening server is for alarms only. Also enable notify surveilance center on trigger
 
did that... no joy
1689762943832.png

Plates are properly detected, analysed, classified to the correct "Other list", Other List has Notify & Alarm Output active.
No data gets sent to Alarm Server.
Waiting on feedback from Hik support.
 
Then do inspect element / network sniffing on SmartDisplay tab, you have "real time captures there" Check what protocol does camera uses between sdk and web display. I believe its most likely ISAPI POST request.

Then again if it is, then switch to backend called DeviceGateway from hikvision and add camera over ISUP to device gateway and do ISAPI requests over it.
 
I've considered that path, but wouldn't that mean I'd need to be polling the camera for fresh LPR events ?
Was hoping the camera would push the events...
 
Yea that true :/ . But i believe polling still happens with alarm server to check if its alive or not every 5-10 seconds. I mean camera sends "Im alive" packet
 
Or you can use hardest method and thats using SDK directly with ARMING option. That way camera push events to client that its being armed from.
 
Yea that true :/ . But i believe polling still happens with alarm server to check if its alive or not every 5-10 seconds. I mean camera sends "Im alive" packet
Not according to "Network Assistant" application. There's zero coming from the camera inbetween Alarm events.