# Analysis Modes

The Camera Analysis object provides different display modes for evaluating the generated voxel result.

The mode can be selected using the **Display** dropdown in the **Camera Analysis** tab of the Inspector.

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

### Coverage

**Coverage** shows the camera coverage inside the analysis volume.

This mode displays voxels based on how many assigned cameras can see each point in the analysis volume. The result is colored using the configured **Gradient**, based on the range between **Min Camera Count** and **Max Camera Count**.

Use this mode to check whether the tracking area has enough camera overlap and to identify areas with weak or missing coverage.

### Out of Focus

**Out of Focus** shows areas that are outside the configured focus range of the assigned cameras.

This mode uses the **Focus Distance** and **Focus Range** settings of each camera. Voxels are shown where the coverage exists but the area is not inside the usable focus range.

Use this mode to identify parts of the tracking volume that may be visible to cameras but are outside the configured focus area.

### Over Coverage

**Over Coverage** shows areas where the camera overlap is higher than the configured **Max Camera Count**.

Use this mode to identify areas with more camera coverage than expected or required. This can help evaluate whether the camera setup is balanced or if certain areas receive unnecessary overlap compared to the rest of the tracking volume.


---

# 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/analysis-modes.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.
