Intelligent Security API (ANPR) Part 2
Intelligent Security API (ANPR) Part 2
Before you integrate with ANPR camera, it’s better to get the following tools:
Postman(https://www.postman.com/downloads/)
Wireshark
Notepad++(optional) (https://notepad-plus.en.softonic.com/)
Typical Scenario
Low Speed Scenario: for instance, parking lot, entrance and exit, oil station etc.
ANPR Camera
01 Recommended camera list - ISAPI
Camera list Firmware Features - ISAPI
Upload ANPR ANPR matched Upload vehicle Control barrier Speed GPS and time
with Pictures alarm characteristics measurement upload
Note: When you use PUT or POST method, please pay attention to the body of method in document.
How to get real time events – arming mode
If you want to get the license recognition events, there’re two modes for getting the events. One is arming mode,
you can refer to the chapter 5.1 Receive Alarm/event in Arming Mode(ANPR document). You can use
/ISAPI/Event/notification/alertStream to receive alarm/event, but can’t test through postman. You can use
Wireshark or Chrome to test arming mode.
Note: You can use notepad++ to open the real time data flow, it will never stop, unless you close the browser.
How to get real time events – listening mode
Here is other mode - listening mode, you can refer to the chapter 5.2 Receive Alarm/event in Listening
Mode(ANPR document). You can use /ISAPI/Event/notification/httphosts/<ID> to configure the listening
address and port of HTTP listening server to receive the alarm, the device will automatically upload the alarm
information to the server.