> For the complete documentation index, see [llms.txt](https://docs.camflite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.camflite.com/crd1/crd1-intro/software/auterion-mission-control/photos.md).

# Photos

*Photos View*  ([**Menu > Photos**](broken://pages/-LpAbmv8Qceof9Rfosdt)) provides a convenient way to view images from the vehicle.

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

## Gallery View

The gallery view displays a grid of thumbnail images for downloaded photos. Individual thumbnails can be [selected](broken://pages/-LviPkmoETU76cJAuSm2#image-viewer) to view the image in greater detail.&#x20;

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

The gallery can be scrolled and images re-sized using the normal mechanisms for the ground station operating system (e.g. drag, pinch, etc.). &#x20;

Select (short-press) a thumbnail to open the photo full-screen in the image viewer. Long-press any thumbnail to start multi-image selection in preparation for deleting multiple images.

There are also buttons to open the operating system folders containing photos and videos.

| Icon                             | Name              | Description                                                                                                                                                                                                                        |
| -------------------------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/KKJRgdL8cMRmGKtnHKbV) | **Capture**       | Take a photo.                                                                                                                                                                                                                      |
| ![](/files/oHEPCZJQx5ersRGljQWs) | **Photos Folder** | Open the folder containing captured photos in the native file system.                                                                                                                                                              |
| ![](/files/majJlQFLNglSGq9dAuq3) | **Videos Folder** | Open the folder containing captured videos in the native file system.                                                                                                                                                              |
| ![](/files/i9NDlivrPY5yDxRSZP14) | **Delete**        | <p>Deletes selected image(s).</p><p><br>The first image is selected using long-press on any image; after which checkboxes appear that can be used to select other images.</p><p><img src="/files/-MB808xxR4q60czv2J9w" alt=""></p> |

## Image Viewer

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

Buttons are provided to view image metadata, open it in the default OS image viewer, and delete the file.

| Icon                             | Name                    | Description                                                                               |
| -------------------------------- | ----------------------- | ----------------------------------------------------------------------------------------- |
| ![](/files/-MB83RFM1XDjMYohi3jZ) | **Close**               | Close image viewer (return to gallery).                                                   |
| ![](/files/-MB81jpnl9X7NIYEdApd) | **Delete**              | Delete image.                                                                             |
| ![](/files/-MB8CcDVSZpVzIntKuYg) | **System Image Viewer** | Open image in the default image viewer for the  operating system                          |
| ![](/files/-MB8CggyX45Sl5RQsnW-) | **Toggle Data**         | <p>Toggle image metadata on/off.</p><p><img src="/files/-MB8DjiPT9eJnKp90b7G" alt=""></p> |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.camflite.com/crd1/crd1-intro/software/auterion-mission-control/photos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
