> 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/resources/photogrammetry-tips/reality-capture.md).

# Reality Capture

## Scaling

This can be done quite easily by using markers and setting a constraint, then updating the alignment to apply the constraint.

## Exporting

{% tabs %}
{% tab title="Exporting Alembic" %}

1. Go to exports.
2. Go to dense mesh model and textures.
3. Click the small button on the left, it is an arrow pointing up and into the tray.&#x20;
4. Upload our [export configs](https://f005.backblazeb2.com/file/maestro-external-releases/confluence_files/reality_capture_1.4_alembic_export_settings.xml).&#x20;

{% hint style="warning" %}
Be sure to enable normals when exporting your alembic.
{% endhint %}

<figure><img src="/files/4rtP7G8cQ10lLjKGfIpf" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9E7L4fT1bNBkFh9XQWuO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Exporting CSV" %}

1. Go to exports.&#x20;
2. Go to camera alignment, select `OpenCV-compliant Internal/External Camera Parameters`&#x20;

<figure><img src="/files/y5Wez3f8iGBBNawbXA6F" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Legacy - Exporting ST Map " %}

1. Go to exports.&#x20;
2. Go to camera alignment, select ST Maps and use the settings below or use our [export configs](https://f005.backblazeb2.com/file/maestro-external-releases/confluence_files/reality_capture_1.4_ST_map_export_settings.xml).

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

<figure><img src="/files/DN0FN0JFVjcJBEuC4ya1" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/resources/photogrammetry-tips/reality-capture.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.
