Integration with Agent DVR #68
ispysoftware
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To integrate this with Agent DVR:





Open Server Settings
Go to AI Servers
Add an AI Server (Supports codeproject AI, LLMs or PlateRecognizer.com) - make sure you have the LPR module installed and working for CPAI
Edit your camera - go to LPR and toggle it on
Go to Actions, add an action for "If AI:License Plate Not Recognised":
Add a task "Call URL" with headers
Content-Type: application/json
x-api-key:YOUR-API-KEY-FOR-ALPR-DATABASE
And Body
{"plate_number": "{AI}","Image":"{BASE64IMAGE}","camera":"{NAME}","ALERT_PATH":"{FILENAME}", "ALERT_CLIP":"{FILENAME}"}
Check the ALPR Dashboard
Beta Was this translation helpful? Give feedback.
All reactions