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
  • Displaying the video stream via RaspberryPi Camera Viewer
  • Android

Was this helpful?

Export as PDF
  1. Ground Station Software

RaspberryPi Camera Viewer

PreviousFishingFanCamNextThe Open.HD Ecosystem

Last updated 2 years ago

Was this helpful?

Displaying the video stream via RaspberryPi Camera Viewer

Connect your device either via USB Tethering, Wifi-Hotspot or Ethernet-Hotspot to the GroundPi.

Android

App Settings

  • Click on the "+" Icon to create a new camera preset (on the bottom right)

  • Next choose "Enable advanced mode" and enter the following gstreamer pipeline:

    udpsrc port=5600 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! autovideosink sync=false

Set FORWARD_STREAM=rtp in openhd-settings-1.txt

RaspberryPiCameraViewer_01.jpg
RaspberryPiCameraViewer_02.jpg
RaspberryPiCameraViewer_03.jpg
RaspberryPi Camera Viewer