> For the complete documentation index, see [llms.txt](https://docs.m-xr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.m-xr.com/marso-measure/requirements/capture-requirements/coverage.md).

# Coverage

For Marso Measure to work properly, it is important to have good coverage. This means capturing enough perspectives of the object from directly above as well as below.

This may require more photography than previously required for basic photogrammetry.

{% embed url="<https://youtu.be/fgYSNYyvZgw?si=OvBziPjj8P256-ti>" %}

## Camera Position Examples

We have a dedicated [Sketchfab page](https://sketchfab.com/m-xr/collections/camera-coverage-f8798081e24745ba8cbbe485558b016a) to show example camera positions for scans we have completed internally, you can view this page [here](https://sketchfab.com/m-xr/collections/camera-coverage-f8798081e24745ba8cbbe485558b016a).

Following these examples when capturing your datasets will improve results.

## Examples of Camera Coverage

<div align="left"><figure><img src="/files/N5EdBChDkkL1lyaxhZjW" alt="" width="188"><figcaption><p>Perfect Coverage</p></figcaption></figure> <figure><img src="/files/ch7oU099ik5nqKnAtsqc" alt="" width="188"><figcaption><p>Okay Coverage</p></figcaption></figure> <figure><img src="/files/f9sB2wmNPmQ59UQlki41" alt="" width="188"><figcaption><p>Bad Coverage</p></figcaption></figure></div>

{% hint style="danger" %}
Red = Areas the cameras cannot see.&#x20;
{% endhint %}

<div align="left"><figure><img src="/files/Mx2I2mzJ6COdcki6JRYD" alt="" width="188"><figcaption><p>Perfect Coverage Map</p></figcaption></figure> <figure><img src="/files/iCMRP5b2VdHvs6Kb4vOH" alt="" width="188"><figcaption><p>Bad Coverage Map</p></figcaption></figure></div>

{% hint style="info" %}
Overshooting on the rotation will not compensate for missing positions at the top and bottom.
{% endhint %}

It is recommended to have a spacing of at most 12° in each axis *(30 positions to do a full 360° capture)*.

The spacing in each axis does not have to be equal to one another - *e.g.*: a latitude spacing of 10° with a longitude spacing of 5° will work well. However, a latitude spacing of 50° and a longitude of 5° will not - as this is above our maximum recommended spacing.

<figure><img src="/files/YjHk1H6ocQ1FpTrTjVzm" alt=""><figcaption><p>An ideal coverage map</p></figcaption></figure>


---

# 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.m-xr.com/marso-measure/requirements/capture-requirements/coverage.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.
