Setting up and configuration of the License Plate Recognition (LPR) credential functionality between Avigilon Alta Access and Alta Aware Video
Avigilon Alta Configuration
Entry Configuration
Edit the Entry
Go to
Sites > Entries
and select the relevant entry.Navigate to the
Additional Controls
section.Add the
License Plate Recognition
control method.
...
Save Webhook URL
After adding the
LICENSE PLATE RECOGNITION
item to the entry, note the Entry webhook URL. This URL will be used later on the Aware side of the configuration.
Iframe | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
Note: If you have multiple entries that need to be connected to different Alta Aware cameras, repeat the above steps for each entry and note their unique webhook URLs. |
User Credential Configuration
Select User
From
Users
select the user to add an LPR credential.Click on the
Credentials
tab.
Assign License Plate
From the Credentials drop-down, select
License Plate
.Enter the alphanumeric value of the license plate.
Click
Save
.
LPR Setup Considerations
Camera Placement:
For optimal license plate recognition (LPR) performance, refer to the guidelines on ideal camera placement. Proper positioning is crucial for capturing clear images of license plates.
Camera Configuration:
Follow the basic instructions provided here for enabling LPR on Aware cameras. Proper configuration ensures that the camera accurately recognizes and processes license plates.
Vehicle Visibility:
Adequate lighting is essential for effective LPR, especially in low-light conditions or at night. Ensure the vehicle gate area is well-lit so the camera can capture the vehicle and its license plate.
Alta Aware Video Configuration
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note: This setup is ONLY for the Avigilon Alta Video LPR integration to Alta Access. Any settings not mentioned in this configuration do not apply to the requirements for this integration. |
...
Webhook Settings
URL: Paste the
Entry webhook URL
obtained from your Alta Access entry setup.Sending Method:
From Cloud
.Method:
HTTP POST
.Authentication:
None
.Payload Type:
JSON
. In the Payload field, enter the following text exactly:Code Block {"licensePlate": "$licensePlate"}
...