# RaspberryPi Camera Viewer

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

***

## Displaying the video stream via ***RaspberryPi Camera Viewer***

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

### Android

[RaspberryPi Camera Viewer](https://play.google.com/store/apps/details?id=pl.effisoft.rpicamviewer2\&hl=de)

#### 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](https://github.com/HD-Fpv/Open.HD/raw/master/wiki-content/GCS_RaspberryPiCameraViewer/RaspberryPiCameraViewer_01.jpg)

![RaspberryPiCameraViewer\_02.jpg](https://github.com/HD-Fpv/Open.HD/raw/master/wiki-content/GCS_RaspberryPiCameraViewer/RaspberryPiCameraViewer_02.jpg)

![RaspberryPiCameraViewer\_03.jpg](https://github.com/HD-Fpv/Open.HD/raw/master/wiki-content/GCS_RaspberryPiCameraViewer/RaspberryPiCameraViewer_03.jpg)


---

# 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/ground-station-software/raspberrypi-camera-viewer.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.
