# AXIS P1465-LE-3 LPR Camera

## Scale App Setup

{% stepper %}
{% step %}

### Navigate to \[ Server Settings ]

<figure><img src="/files/Fvy3vdzmTxJwnYs5cfzK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click \[ Add Device ]

<figure><img src="/files/YedNY2yr81OOF0MhBZAa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add Device Details

Change the Device Type to: **LPR Camera**

Camera Type: **Axis**

Field to Match: **License Number**

Give it a Name and then click **\[ Add LPR Camera ]**

<figure><img src="/files/ynwE0BExVTnTlctpwbgv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you are running an older version of Fast-Weigh and do not see the **\[ Camera Type ]** field, please paste this URL into the **\[ IP Address ] f**ield:

<kbd>***<http://post>***</kbd>
{% endhint %}
{% endstep %}

{% step %}

### Copy Connection String

Once the device is created, click on it again in the **\[ Manage Devices ]** table, then click the&#x20;

**\[ Copy Connection String ]** button.

<figure><img src="/files/K7OjvnSIkFcx27eMQXIS" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
You will need this **Connection String** copied for when you setup the **LPR Verifier App**
{% endhint %}
{% endstep %}
{% endstepper %}

## AXIS Documentation

{% embed url="<https://help.axis.com/en-us/axis-p1465-le-3>" %}

For Installation and basic configuration settings, follow Get Started ⇾ Installation instructions linked above.

## AXIS License Plate Verifier App

{% hint style="danger" %}
Requires a Valid License provided by Axis Communications
{% endhint %}

{% stepper %}
{% step %}

### Navigate to \[ Apps ]

<figure><img src="/files/0OGHlWMFnOnMci8gtpbJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enable & Open the AXIS License Plate Verifier App

<figure><img src="/files/RxU1hZNQyaQo2UA1Jatp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Change Display Area

Click Display Area of Interest and Adjust the Yellow Zone to limit the area of the image being used for License Plate Detection. Generally speaking, the smaller the Area of Interest, the better the performance.&#x20;

<figure><img src="/files/OxOCZbhwWNRLr2PyZIOt" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Note that the **License Plates** should appear between **130px - 300px**  in width, and should be aligned with the camera.

*To check how large an area of the view is, go to **\[ Video > Image ]**, select the **Settings** gear at the bottom of the page, and enable **Pixel Counter***
{% endhint %}
{% endstep %}

{% step %}

### Go to the \[ Integrations ] Tab

<figure><img src="/files/fIObCyQBOf7q57aOLh9y" alt=""><figcaption></figcaption></figure>

**Under Push Events**

* Set **Protocol** to "HTTP POST"
* **Server URL**
  * Paste the **Connection String** copied from [**Step 4 in the Scale App Setup**](/fast-weigh-knowledge-base/references/hardware/axis-p1465-le-3-lpr-camera.md#scale-app-setup) guide into the Server URL field

    <figure><img src="/files/gJCfw50srz48j4cqL6sm" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the device isn't connected in Fast-Weigh, try replacing "localhost" with the IP Address that Fast-Weigh Server is running on
{% endhint %}

* If you do not have access to this button in your version of Fast-Weigh, you can replace the {} blocks of the URL below with the appropriate values and paste it there instead.

* http\://<mark style="background-color:blue;">**{FWServerIP}**</mark>:5001/lpr/<mark style="background-color:blue;">**{LPRDeviceConfigKey}**</mark>?CameraType=Axis

* **Example:** <http://192.168.0.177:5001/lpr/7ef35319-2448-4bff-972f-f963a62fbd80?CameraType=Axis>

* **Enable the following LPR Event Types**

  * New
  * Send Two Images
  * Event Buffer
  * START to send event data to Server

* Under **Heartbeat Service**, paste the same Server URL used under **Push Events** in this Server URL field.

  <figure><img src="/files/SjBIzRSu0UIVFrGZDH94" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Save & Finish

Click the two \[ Save ] buttons under **Push Events** and **Heartbeat Service**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
If you are using Auto-Add Truck IDs and are running into incorrect read issues, try turning off **New** under **Push Events** and enable **Update** instead
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.tacinsight.com/fast-weigh-knowledge-base/references/hardware/axis-p1465-le-3-lpr-camera.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
