# IR Camera Settings

### **IR Camera Settings – Orus-L**

This section provides configuration options to optimize the infrared (IR) camera's display, measurement accuracy, and Flat-Field Correction (FFC) behavior.

***

#### **Scale**

Adjust how the IR image is displayed on screen:

* **Original** – Maintains the sensor’s native aspect ratio
* **Full Screen** – Scales the image to fill the display

***

#### **Overlay ROI (Region of Interest)**

Enable or disable visual overlays for measurement regions:

* **Enable** – Displays measurement boxes on the IR image
* **Disable** – Hides all ROI overlays

***

#### **ROI Measurement**

Select the size of the temperature measurement region:

* **Small**
* **Medium**
* **Large**
* **Full Screen**

> 📌 Choose a smaller ROI for precise spot measurements or larger regions for broader thermal averaging.

***

#### **FFC Mode (Flat-Field Correction)**

Control how thermal noise and image uniformity are corrected:

* **Auto** – Automatic calibration based on internal logic
* **Manual** – User-triggered calibration
* **External** – Triggered by external signal
* **External with Auto Table Switch** – Uses external trigger and auto compensation table selection

***

#### **FFC Period (Seconds)**

Set how frequently FFC is triggered in **Auto** mode.

> Example: Enter `60` to run FFC every 60 seconds.

***

#### **FFC Temp Delta (°C)**

Set the minimum change in temperature that triggers an automatic FFC operation.

***

#### **FFC Integration Period**

Select the number of frames used to integrate the image during FFC:

* **2 Frames**
* **4 Frames**
* **8 Frames**
* **16 Frames**

> Higher values improve uniformity but may slightly delay frame refresh.

***

#### **Saving Your Settings**

Click **“APPLY”** to confirm and apply your IR camera configuration.\
Settings will be used immediately or after the next FFC trigger.


---

# 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://docs.gremsy.com/payloads/orus-l/software-configuration/web-setting-app/ir-camera/ir-camera-settings.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.
