> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/payloads/ventus-ogi/technical-specs.md).

# Technical Specs

## General Info

<table data-header-hidden><thead><tr><th width="253"></th><th></th></tr></thead><tbody><tr><td>Weight (g)</td><td><p>Astro's maximum payload weight is 1500 grams.</p><p>Ventus OGI Payload (including gimbal) is ~1,350g</p></td></tr><tr><td>Dimensions (mm)</td><td>When upright and forward facing, the Ventus OGI Payload alone has the maximum outer dimensions as follows: 170x 209 x 179 (WxLxH)</td></tr><tr><td>Ingress Protection</td><td>None</td></tr><tr><td>Mount</td><td>Smart Dovetail</td></tr><tr><td>Operation Temperature</td><td>-20C to +50C</td></tr></tbody></table>

#### Flight Time

A single flight with Astro carrying the OGI Payload is typically \~25 minutes. Note that the time presented in AMC is an estimate. The exact time depends on several factors, such as temperature, air density, wind speed, direction, and the aircraft's flight profile.

{% hint style="info" %}
To extend flight times while focusing on a fixed area of interest, consider having Astro orbit around the area. In our testing, Astro is most efficient when orbiting at 7 m/s rather than hovering. The orbit flight mode can be found by clicking on the map while on the ‘Fly’ screen, then clicking the orbit icon:

<img src="/files/QjcOWpR2KKgUao6AMYRp" alt="" data-size="original">
{% endhint %}

## Ventus OGI Camera Specs

#### Infrared Camera:

| Camera Modes                 | Photos at 640x480, Video at 640x480 30 FPS                                  |
| ---------------------------- | --------------------------------------------------------------------------- |
| File Formats                 | JPEG and MPEG-TS                                                            |
| Sensor Resolution (pixels)   | 640px x 512px, 15 micron pitch                                              |
| Lens Field of View (degrees) | Ventus OGI Payload ships with a 25mm lens, approximately 21.7 degrees HFOV. |

A full list of the Ventus OGI specifications can be found on Sierra Olympia’s website:

<https://sierraolympia.com/product/ventus-ogi/>


---

# 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.freeflysystems.com/ecosystem/payloads/ventus-ogi/technical-specs.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.
