Trigger output after http call to Alarm Center

Aug 4, 2022
1
0
Italia
Hello everyone I have a Hikvision iDS-2CD7A26G0/P-IZHS.
I've configured the bullet camera to call an url when he founds a license plate.
The problem is I need to enable an output only on certain license plate number, I know there are white and black lists but they are static.
Is there a way to make the camera read the command from the http response from my server?

Thank anyone for help
 
I have never used any of the license plate specific software that is out there. But those software options are designed to read and record the actual license plate numbers, so I would be surprised if they DIDN'T have a way to trigger on a specific license plate.

There are several threads on this site that talk about these software options (these are just a couple a found in a quick search):
 
You need to code your own listener, and when u get event from certain Plate trigger alarmoutput with ISAPI.
You can also get last read plates with isapi. So when Plate = "PlateNumber" -> Trigger alarm output.

Can be done via SDK or ISAPI protocol(GET,PUT,POST method on URL) with mostly being json data.