# Third Party Scans

The Multiset developer portal now supports integration with third-party scanning platforms, including **Matterport**, **NavVis**, and **Leica**, to streamline the creation of high-accuracy **Visual Positioning Systems (VPS)**. Developers can utilize these industry-leading scanning tools to generate the required data for precise localization and AR experiences.

#### Input Requirements:

* **File Format**: Scans can be uploaded as **.e57** (point cloud + panoramas) or as a **Gaussian Splat** (`.ply` + `poses.json` zipped together). Both formats are accepted by the Multiset platform.
* **Panoramas**: For e57 uploads, panoramic images must be included. These are essential for capturing comprehensive environmental data.
* **Scan Density**: The density of both the scans and the accompanying images should be **high**. Increased density ensures better visual mapping and localization accuracy.

{% hint style="success" %}
**Panoramas can be cubic or equirectangular format, based on the vendor. The system detects the pano format.**
{% endhint %}

{% hint style="info" %}
**Gaussian Splat support (new):** Multiset now accepts **Gaussian Splats** as input for VPS. The first supported pipeline is **Xgrids** — all Xgrids scanners (**PortalCam**, L2 Pro, **K1/K2**) can export Gaussian Splats in `.ply` format via Lixel CyberColor. See [Gaussian Splat](https://docs.multiset.ai/basics/third-party-scans/gaussian-splat) for details.
{% endhint %}

## List of Supported Scanners

1. Matterport Pro 2 and 3: [E57 export](https://docs.multiset.ai/basics/third-party-scans/matterport-e57) and [MatterPak](https://docs.multiset.ai/basics/third-party-scans/matterport-e57/matterpak-files)
2. [Leica Scans](https://docs.multiset.ai/basics/third-party-scans/leica-scans)
3. [NavVis Scans](https://docs.multiset.ai/basics/third-party-scans/navvis-scans)
4. [Xgrids Scans](https://docs.multiset.ai/basics/third-party-scans/xgrids-scans)
5. [Faro Scans](https://docs.multiset.ai/basics/third-party-scans/faro-scans)
6. [Gaussian Splat](https://docs.multiset.ai/basics/third-party-scans/gaussian-splat) — currently supported from [Xgrids (Lixel CyberColor)](https://docs.multiset.ai/basics/third-party-scans/gaussian-splat/xgrids-gaussian-splat)

#### Benefits of High-Density Scans:

* Enhanced environmental detail for improved VPS accuracy.
* Better alignment and anchoring of AR experiences in real-world environments.
* Seamless integration with Multiset’s tools for large-scale AR deployments.

By leveraging Matterport, NavVis, and Leica’s advanced capabilities, developers can create precise and persistent AR experiences.


---

# Agent Instructions: 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.multiset.ai/basics/third-party-scans.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.
