# Ground Recording

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

Open.HD automatically stores video and telemetry in a temporary storage while it is being received from the Air SBC.

To **save** video, telemetry and screenshots to a USB memory stick, simply **plug** the USB drive into the Ground SBC **AFTER** you are done flying. After a few **seconds**, a **message** should appear and the recorded video will start **playing** on the HDMI screen while being **saved** to USB. A message will appear when it is **done** saving.

These are the relevant settings:

{% tabs %}
{% tab title="VIDEO\_TMP" %}

| Value        | Description                                                                     |
| ------------ | ------------------------------------------------------------------------------- |
| memory       | Save the recording to RAM disk. Limited to around 12 minutes of video and data. |
| sdcard       | Save the recording to a separate partition on the SD Card.                      |
| {% endtab %} |                                                                                 |

{% tab title="ENABLE\_SCREENSHOTS" %}

| Value         | Description |
| ------------- | ----------- |
|               |             |
| {% endtab %}  |             |
| {% endtabs %} |             |

{% hint style="info" %}
When using the `sdcard` option you still plug in a USB drive after flying to encode and copy the video to the USB drive. It is possible to remove the SD Card and get the video file directly from the `myvideo` partition (`/dev/mmcblk03`). The video will be in `.raw` format. This can be played by VLC. Using the USB drive will wrap the video in a AVI container.
{% endhint %}

{% hint style="warning" %}
Due to issues with the Linux kernel, using the `sdcard` setting may lead to video stuttering bad blocks or video freezing. Use a fast SD Card to mitigate this and test thoroughly before flying!
{% endhint %}


---

# 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://openhd.gitbook.io/open-hd/master/advanced-setup/ground-recording.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.
