> For the complete documentation index, see [llms.txt](https://blog.azagra.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.azagra.dev/garmin/hacer-capturas-de-pantalla.md).

# Hacer capturas de pantalla

Lo primero sera acceder al menú del Garmin, entramos en:

`Configuración > Pantalla > Captura de pantalla > Activado`.

<div><figure><img src="/files/j4mIOjuV8zIlWqQqk7hD" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XmDOLiQkM2FAh1c5BxrB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4cclEnGPUE1B57yn11Qm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RMWeFXWcffAM63FfxFW3" alt=""><figcaption></figcaption></figure> <figure><img src="/files/etu9BEe9poxSBreakMNG" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
El modo se desactiva cuando apagues el GPS
{% endhint %}

Para hacer una captura de pantalla, nos situamos en la pantalla que queremos capturar, y solo hay que pulsar una vez el botón de encendido/light.

<figure><img src="/files/3RSMOERFmkAV8cKG6ftO" alt=""><figcaption></figcaption></figure>

Las capturas de pantalla se guardan en la memoria interna del GPS en formato BMP

```bash
jose@debian:~/media/jose/GARMIN/Garmin/scrn$ ls -l
total 3876
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 1472.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 1475.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 324.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 337.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 347.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 364.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 510.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 51.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 532.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 543.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 557.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 55.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 570.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 62.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 71.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 75.bmp
-rw-r--r-- 1 jose jose 230454 ago  7 22:50 806.bmp
```

{% hint style="info" %}
Aunque tengas una MicroSD instalada, no se guardan las capturas en la MicroSD
{% endhint %}


---

# 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://blog.azagra.dev/garmin/hacer-capturas-de-pantalla.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.
