> 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/getting-started/photogrammetry.md).

# Photogrammetry

Once you have the photogrammetry images generated by Marso Measure, you can complete your normal Photogrammetry Workflow.

For specific tips depending on your photogrammetry software of choice, see [Photogrammetry Tips](/marso-measure/resources/photogrammetry-tips.md).

***

## Photogrammetry Checklist

#### Use the images generated by Marso Measure

Images with names *photogrammetry\_xxx* must be used. You can find these by pressing the `Images` button when the job is selected.

{% hint style="info" %}
At this time, you **cannot** use an external software like Lightroom to do this.
{% endhint %}

#### Ensure most cameras are solved accurately

Poorly solved cameras can lead to artifacts in the material measurement later on. We recommend attempting to re-align any bad camera solves. Cameras that cannot be aligned should be removed from the scene or disabled.

#### Include any stands or supports in your bounding box

Any geometry that might obstruct a camera's view of the subject should not be removed, but exported separately as a [Mesh Mask](/marso-measure/getting-started/photogrammetry/mask-mesh-and-manual-uv-unwrap.md)

#### Scale the Solved Scene

It is essential that the scene is scaled. The recommended approach is to place two markers at a known distance apart in the scene, and once solve apply the distance constraint.

{% hint style="info" %}
You can also re-scale with Blender by following the instructions [here](/marso-measure/resources/re-scaling-an-alembic-with-blender.md).
{% endhint %}

#### UV Unwrap the subject

A UV Unwrap is required for Marso Measure to export textures. This can be done automatically by the photogrammetry software by running the texturing process, or [Manually](/marso-measure/getting-started/photogrammetry/mask-mesh-and-manual-uv-unwrap.md) if you prefer.

{% hint style="info" %}
For optimal UVs we recommend generating the texture at the same resolution or lower resolution than the textures you wish to output from Marso Measure.&#x20;

A UV Unwrap at higher resolution than the final textures may cause artifacts.
{% endhint %}

#### Use the Export Configuration

For Reality capture we provide Export Configurations that can be loaded to ensure the export settings are correct:

* [Reality Capture - Alembic Export](https://f005.backblazeb2.com/file/maestro-external-releases/confluence_files/reality_capture_1.4_alembic_export_settings.xml)

***

{% hint style="warning" %}
A very high number of polygons in the mesh may cause Marso Measure to exceed the available VRAM on your system. If this occurs, simplify the mesh and reattempt the process.&#x20;

Marso Measure can produce highly detailed normals, even on medium to low poly meshes.
{% endhint %}

***


---

# 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:

```
GET https://docs.m-xr.com/marso-measure/getting-started/photogrammetry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
