> For the complete documentation index, see [llms.txt](https://docs.rekor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekor.ai/edge-pro/configuring/camera-configuration.md).

# Camera Configuration

Please be advised that these camera configurations are preliminary and must be fine-tuned after on-site deployment. A sample license plate (printed on paper or video displayed on a monitor) will be helpful to verify camera functions and ensure optimal performance.

The Rekor Edge Pro is pre-configured in two modes to optimize the captures in various lighting conditions. Select `Rekor ALPR` on the main menu and click on the `Camera Configuration` page.

{% hint style="danger" %}
Stop the LPR service to configure the Day/Night camera settings. As a default configuration, the LPR service starts as soon as the camera is powered on.
{% endhint %}

{% hint style="warning" %}
[Location](/edge-pro/configuring/location.md) must be configured before setting the Day/Night camera configuration. The GPS coordinates are used to determine sunrise and sunset.
{% endhint %}

## Daytime Mode

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

1. Select the `DayTime Mode` tab.
2. Adjust the “Gain” and “Aperture” percentages to make sure the camera feed is clear.
3. Adjust the “Exposure” rate for clarity.
4. Adjust the zoom level using the slide bar (upper-left side of the live view screen) to achieve the desired/proper field of view.
5. Use the AutoFocus button (upper-left side of live view screen) or Macro/Tele manual buttons to adjust the camera focus to ensure clear reads.
6. Click “Save Day” and “OK” on the confirmation pop-up window.

<div align="left"><figure><img src="/files/xtX72avE2yFZGbfuNPQQ" alt="" width="537"><figcaption></figcaption></figure></div>

## Nighttime Mode

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

1. Select the `NightTime Mode` tab.
2. Adjust the “Gain” and “Aperture” percentages to make sure the camera feed is clear.
3. Adjust the “Infrared Intensity” level. This is a critical setting for NightTime Mode.
4. Adjust the “Exposure” rate for clarity.
5. Adjust the zoom level using the slide bar (upper-left side of the live view screen) to achieve the desired/proper field of view.
6. Use the AutoFocus button (upper-left side of live view screen) or Macro/Tele manual buttons to adjust the camera focus to ensure clear reads.
7. Click “Save Night” and “OK” on the confirmation pop-up window.

<div align="left"><figure><img src="/files/si3jh2Tx85BVyKJdY3W7" alt="" width="527"><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rekor.ai/edge-pro/configuring/camera-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
