> 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/payloads/vio/case-study/gremsy-vio-x-if800/mission-applications-and-zoom-capabilities.md).

# Mission Applications & Zoom Capabilities

## Mission Applications

For inspection or public safety applications, the camera is used in manual mode switching between the EO and IR modes. Other applications may prefer to use only EO or only IR. Use the Video Record Source to specify if you’d like to record both EO/IR or only EO/only IR data.

![](/files/56b87ca1b7f45281e6609f3ad5ca595a2344629e)

Set "Video Record Source" to capture media in EO, IR, or both. Accessible in extended options menu (gear icon top right).

## EO Zoom Capability

![](/files/56e368c603bab123313821a3ff52c4c022a5c1bb)

Example of 1x vs 30x zoom in EO mode. Accessible in extended settings. (gear icon top right.)

![](/files/f46ee36efb6a91af1d0c797e6f8b6347c68ae264)

Example of 1x s 30x zoom in EO mode. Accessible in extended options menu (gear icon top right).

## IR Zoom Capability

![](/files/37460a5c8b3b62455cb72e076ec6552c7c2d56e5)

Example of 1x vs 8x zoom in IR mode. Accessible in extended options menu (gear icon top right).

![](/files/83cbeb0f185b00210b418f6d2be420818a0a0fc8)

Example of 1x IR, 8x IR, vs EO 1x zoom capabilities. Accessible in extended options menu (gear icon top right).

## IR Palette Options

![](/files/c49c7d7d098b6fbdda35e746a19d847c46be87ed)

IR palette options, accessible in extended options menu (gear icon top right).


---

# 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/payloads/vio/case-study/gremsy-vio-x-if800/mission-applications-and-zoom-capabilities.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.
