# Image Viewer (IViewer)

The Image Viewer is a feature that displays camera sensor images, each showing the projection of a selected [cuboid](/annotation-tool/drawing-tools/cuboid.md). It helps users analyze how an object appears across multiple camera angles, using calibration data to align point cloud annotations with images.

{% hint style="success" %} <img src="/files/qchq9tcQpS8cX7YBw03I" alt="" data-size="line"> Image Viewer helps users analyze how an object appears across multiple camera angles.
{% endhint %}

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

***

## Use Cases

* Multi-camera review: See how an object is captured by different cameras at the same frame.
* Annotation verification: Check the accuracy of cuboid placement across views.
* Tracking moving objects: Follow an object entering one view and exiting another within the same frame.
* Sensor layout: Identify the most helpful camera view based on clarity or proximity.

<figure><img src="/files/MvtYQYOfkfxUSzavwDf6" alt="" width="563"><figcaption></figcaption></figure>

***

## Benefits

* Provides a complete visual context of the object from various angles.
  * Supports easier tracking of moving objects across views.
* Allows custom arrangement of camera feeds by:
  * Best view
  * Closest to the ego vehicle
  * Locking preference places key views at the front for quicker access.
* Enhances accuracy by relying on point cloud-to-image calibration.

***

## Steps to Use

1. Enable the IViewer from the top left of the menu&#x20;

   <figure><img src="/files/bO7c4Pe1tK2RKvNgU6Th" alt=""><figcaption></figcaption></figure>
2. Adjust the IViewer to a location on the tool that is most convenient and adjust the dimension to the size that helps identify objects.&#x20;

   <figure><img src="/files/6BFpXdRFNT6xRLeJqjbq" alt=""><figcaption></figcaption></figure>
3. Select a cuboid in the 3D point cloud.
4. The IViewer displays all camera images where the cuboid is projected.
5. Rearrange sensors to prioritize views by quality or distance.
   1. Lock important sensors so they always appear first.
6. Observe how the object appears in each camera to validate, adjust, or track annotations effectively.

{% hint style="info" %}
The Image Viewer displays the projection of the selected cuboid based on the calibration data provided in the dataset — *not the camera sensors the respective rectangles are created on*. It automatically shows the cuboid on all camera views where it is projected using the available calibration.
{% endhint %}

***

## Image Viewer -  Demo&#x20;

{% file src="/files/FKyR9ofZnClorrnMJa34" %}


---

# 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.imerit-prod.io/annotation-tool/key-features/image-viewer-iviewer.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.
