# Configure the Voxel Result

The voxel result settings define how the Camera Coverage & Overlap Analysis generates and displays the coverage points inside the analysis volume.

These settings control which voxels are created, how dense the voxel grid is, how large the rendered points appear, and how the result is colored in the 3D viewport.

### Min Camera Count

**Min Camera Count** defines the minimum number of cameras that must see a voxel for it to be included in the result.

<div align="left"><figure><img src="/files/DQlM5pDlxxX5awQBa6PJ" alt="" width="494"><figcaption></figcaption></figure></div>

Voxels with less coverage than the defined minimum value are not generated.

For example, if **Min Camera Count** is set to `2`, only areas that are visible to at least two assigned cameras will be shown in the result.

<div align="left"><figure><img src="/files/MVHUfASnS4u7y7YkSI7r" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Max Camera Count

**Max Camera Count** defines the upper camera count used for the coverage result and color mapping.

<div align="left"><figure><img src="/files/2tJPQGbgQaTFzJYwc6hQ" alt="" width="494"><figcaption></figcaption></figure></div>

Together with **Min Camera Count**, this defines the camera coverage range that should be visualized.

For example, if **Min Camera Count** is set to `2` and **Max Camera Count** is set to `6`, the voxel result will focus on areas covered by two to six cameras.

<div align="left"><figure><img src="/files/6Riaxi6IKmxGCEIOPvUh" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Gradient

The **Gradient** defines how coverage values are translated into colors.

<div align="left"><figure><img src="/files/PkZVQdCeHSET74PztLHj" alt="" width="494"><figcaption></figcaption></figure></div>

The gradient maps the range between **Min Camera Count** and **Max Camera Count** to a color range. This makes it easier to visually understand how much camera coverage exists in different areas of the analysis volume.

<div align="left"><figure><img src="/files/TQjB0kWQCy9b8jxEgwP5" alt="" width="494"><figcaption></figcaption></figure></div>

To edit the gradient, double-click the gradient field. This opens the gradient editor.

By default, color stops are already defined for **0%**, **50%**, and **100%**. Additional color stops can be added if more control over the color mapping is needed.

After editing the gradient, click **Save** to apply the changes.

<div align="left"><figure><img src="/files/UfcX8xch5uVl6CGati48" alt="" width="486"><figcaption></figcaption></figure></div>

The **Gradient** defines how coverage values are translated into colors.

The gradient maps the range between **Min Camera Count** and **Max Camera Count** to a color range. This makes it easier to visually understand how much camera coverage exists in different areas of the analysis volume.

***

### Voxel Resolution

**Voxel Resolution** defines the spacing of the 3D voxel grid.

<div align="left"><figure><img src="/files/ZoG3ZMsnzADtmwa8xf2o" alt="" width="494"><figcaption></figcaption></figure></div>

A smaller value creates a denser and more detailed result, but can increase calculation time. A larger value creates a more lightweight result with fewer voxels.

Use a resolution that provides enough detail for the tracking volume without making the calculation unnecessarily heavy.

<div align="left"><figure><img src="/files/1DPX6qQIRiISeK4jpvEG" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Point Size

**Point Size** defines the rendered size of each voxel point in the 3D viewport.

<div align="left"><figure><img src="/files/ICknq0yu2B8nXoHantxH" alt="" width="494"><figcaption></figcaption></figure></div>

This setting only affects how the voxel result is displayed visually. It can be adjusted to make the result easier to read depending on the size of the analysis volume and the selected voxel resolution.

<div align="left"><figure><img src="/files/qCmYWlaKFYPVeqQsufyo" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Voxel Result Checklist

Before calculating the result, make sure that:

* **Min Camera Count** matches the minimum required camera coverage.
* **Max Camera Count** matches the expected or desired upper coverage range.
* The **Gradient** provides a clear visual difference between low and high coverage.
* **Voxel Resolution** is detailed enough for the analysis but not unnecessarily dense.
* **Point Size** makes the voxel result readable in the 3D viewport.


---

# 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://stage-precision.gitbook.io/grid/camera-analysis/using-camera-analysis/configure-the-voxel-result.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.
