Documentation Index

Fetch the complete documentation index at: https://knowledge.akuvox.com/llms.txt

Use this file to discover all available pages before exploring further.

Integration with LPR Cameras for Door Opening

Prev Next

Akuvox door phones or access control terminals can be integrated with the License Plate Recognition(LPR) Camera for garage door opening.

To achieve the integration, you need to assign the license plate information to a user and set up the API in the camera. When the camera identifies the plate and matches it with the information enrolled on the door phone, the door can be opened.

This enhances the automation and security of garage entry and exit.

Note

The cameras that support the POST method support the integration.

The tested camera brand:

  • Milesight

  • March Networks

  • Aibase Color

  • Hikvision: CMIP7C44WLPR-32R

Set the Door Phone

  1. Use the device IP to log in to its web interface. The default username and password are both admin.

  2. Click Setting > HTTP API. Enable the feature and customize the username and password.

  3. Enter the IP address of the camera.

  1. Click Submit.

Assign License Plates to Users

You need to assign license plates to specific users for door opening.

For On-Premise Projects

Compatible models and versions(or higher):

Model

Version

Model

Version

X910

2910.30.11.28

X912

912.30.11.34

X915 V2

2915.30.10.420

X916

916.30.10.346

R29

29.30.10.404

R28 V2

228.30.10.231

R25

25.30.10.117

R20

320.30.11.30

E18

18.30.10.247

E16 V2

216.30.10.208

A08

108.30.11.8

A01/A02

101.30.10.206

A03

103.30.10.204

A094

92.30.10.205

A095

95.30.10.110

S539

539.30.10.403

S535

535.30.11.8

S538

538.30.10.705

Important Note:

Hikvision LPR camera integration is currently supported only on the X912 running firmware version 912.30.12.114 or later.

  1. Go to the Directory > User interface.

  • Click +Add to add a new user;

  • Click to edit an existing user.

  1. Find the License Plate part and enter the plate information.

  2. Click Add to add more. One user can have 5 license plates at most.

  1. Check the relay connected to the door lock and apply the schedule within which the user can open the door.

  1. Click Submit to save the settings.

    The door-opening log will be recorded on the Status > Access Log interface with License Plate as the access type.

For SmartPlus Cloud Projects

When the device is deployed on the SmartPlus Cloud, the license plate information can be issued from the cloud to the device.

Compatible models and versions(or higher):

Model

Version

Model

Version

R29

29.30.10.404

R28 V2

228.30.10.231

R25

25.30.10.117

R20

320.30.11.30

X916

916.30.10.346

X915 V2

2915.30.10.420

X912

912.30.11.107

X910

2910.30.11.28

E18

18.30.10.247

E16 V2

216.30.10.208

A08

108.30.11.8

A01/A02

101.30.10.206

A03

103.30.10.204

A094

92.30.10.205

A095

95.30.10.110

S539

539.30.10.403

S535

535.30.11.8

S538

538.30.10.705


Important Note:

Hikvision LPR camera integration is currently supported only on the X912 running firmware version 912.30.12.114 or later.

Set the Camera

To set the camera, we need to use the following API.

{
    "target": "user",
    "action": "check_license_plate",
    "data": {
        "LicensePlate": "A12345"
    }
}

Milesight Camera

  1. Use the camera IP to log into its web interface.

  2. Go to Setting > Data Transmission interface.

  3. Check the Enable box and set the HTTP Method to Post.

  4. Enter the User Name and Password that are set on the door phone’s Setting > HTTP API interface.

  1. Click Data Settings to set up the API as shown.

March Networks Camera

  1. Log in to the camera’s web interface.

  2. Navigate to the Configuration, Applications, and then VaxALPR.

  1. Go to the Reporting interface.

  1. Show JSON Reporting.

  1. Adding the Akuvox API to March Networks within VaxALPR.

Aibase Color

  1. Log in to the LPR camera’s web UI with its IP address.

  2. Navigate to the Remote Setting > Network > Platform Access > Event Push Platform interface.

  3. Set it as follows.

    a. Enable the switch.

    b. Enable Precise.

    c. Enter the channel name

    d. Enter the Akuvox device username.

    e. Enter the Akuvox device password.

    f. Enter the Akuvox device IP address.

    g. Enter port value: 80.

    h. Enter api in the URL field.

    i. Choose POST method.

    j. Choose AKUVOX platform.

    k. Set the Interval. You can choose one or more; it will affect how often the message is sent.

  1. Enable the LPR function on the Event > Event Settings interface.

  2. Check License Plate.

Hikvision Camera

This integration is supported only on the X912 with firmware version 912.30.12.114 or later.

  1. Log in to the LPR camera’s web UI with its IP address.

  2. Navigate to Configuration > Network > Advanced Settings > Alarm Server.

  1. Enter the X912’s IP address.

  2. Enter the following URL.

/api/lpr/hik
  1. Select the Protocol and enter the Port value. These must match the settings configured on the door phone’s Network > Advanced interface.

  2. Check the Enable box.

  1. Save the configuration.

To verify the connection, click Test. A confirmation message will appear if the service is available.