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

shivdoke39

n3wb
Joined
May 3, 2023
Messages
7
Reaction score
1
Location
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???..
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
736
Reaction score
230
Location
Croatia,Zagreb
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
 

shivdoke39

n3wb
Joined
May 3, 2023
Messages
7
Reaction score
1
Location
india
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
 

shivdoke39

n3wb
Joined
May 3, 2023
Messages
7
Reaction score
1
Location
india
can i get logs from nvr on my local logserver (using rsylog server)..and how ?please help
I am trying using my public ip as nvr log server and testing on syslog server ... but not getting any logs from nvr on my log server..
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
736
Reaction score
230
Location
Croatia,Zagreb
For this im not sure, ive never used it. But you can fetch logs using ISAPI over ehome(ISUP):


1683614284536.png

1683614359677.png
 

shivdoke39

n3wb
Joined
May 3, 2023
Messages
7
Reaction score
1
Location
india
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.
 

Tommmii

n3wb
Joined
Aug 7, 2015
Messages
6
Reaction score
1
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.
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
736
Reaction score
230
Location
Croatia,Zagreb
Try to trigger alarm output on plates, i believe listening server is for alarms only. Also enable notify surveilance center on trigger
 

Tommmii

n3wb
Joined
Aug 7, 2015
Messages
6
Reaction score
1
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.
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
736
Reaction score
230
Location
Croatia,Zagreb
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.
 

Tommmii

n3wb
Joined
Aug 7, 2015
Messages
6
Reaction score
1
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...
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
736
Reaction score
230
Location
Croatia,Zagreb
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
 

trempa92

Pulling my weight
Joined
Mar 26, 2020
Messages
736
Reaction score
230
Location
Croatia,Zagreb
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.
 

Tommmii

n3wb
Joined
Aug 7, 2015
Messages
6
Reaction score
1
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.
 
Top