OpenHD
GitHubTelegramDonate
2.0
2.0
  • Introduction
  • General
    • Features
    • Getting Started
    • FAQ
    • Contributing
  • Hardware
    • Wiring
    • WiFi Adapters
    • Supported SBC's
    • Cameras
    • Displays
    • Antennas
    • Audio
  • Software Setup
    • Telemetry and OSD
    • SmartSync
  • RC Control
    • General
    • RC over MAVLink
    • RC over Serial
  • Advanced Setup
    • Bidirectional Telemetry
    • USB Tethering
    • WiFi Hotspot
    • Ethernet Hotspot
    • Ground Recording
    • Using only a USB Camera
    • Using only an IP Camera
    • Using an IP or USB Camera as second camera
    • Bandwidth switching
    • LTE Connection
    • Ground Power Monitoring
  • Ground Station Software
    • QOpen.HD (recommended)
    • Mission Planner
    • QGroundControl
    • Tower
    • FPV_VR
    • GStreamer
    • FishingFanCam
    • RaspberryPi Camera Viewer
  • Developer Corner
    • The Open.HD Ecosystem
    • Making a Release
    • Update packages on a Pi
    • Change packet source on a Pi
    • Building an Image
    • Essentials
    • QOpenhd Tips
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Advanced Setup

Ground Recording

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:

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.

Value
Description

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.

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!

PreviousEthernet HotspotNextUsing only a USB Camera

Last updated 2 years ago

Was this helpful?