> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app/ir-camera/ir-camera.md).

# IR Camera

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

**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 (Minutes)**

This setting determines how frequently the camera performs an **automatic FFC** operation.

* **Unit:** Minutes
* **Typical Range:** 1 to 60 minutes (or based on manufacturer limits)
* **Default:** Often 5

***

**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
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.gremsy.com/gremsy-tiny-series/lynx/software-configuration/web-setting-app/ir-camera/ir-camera.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.
