> For the complete documentation index, see [llms.txt](https://docs.sky-drones.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sky-drones.com/avionics/smartlink/other-gcs.md).

# Other AP / GCS Support

## QGroundControl

Follow these next steps to configure QGroundControl for [SmartLink](https://sky-drones.com/smartlink):

{% embed url="<https://www.youtube.com/watch?v=nbthu_aaUGg&feature=emb_title>" %}

### Configuration settings

* Connection type: UDP
* Host: smartlink.local
* Port: 14555
* Autopilot UART: 57600 8N1 3V3 TTL

## Mission Planner

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MTNBnXWUEa3G7Nb8IS5%2F-MTNC0I0nGEF2fdOC-XF%2Fsmartlink-mission-planner.jpg?alt=media\&token=ff8f377c-4b9f-446d-b044-e6b2e1e5850d)

### Configuration settings

* Connection type: UDP
* Host: smartlink.local
* Port: 14555
* Autopilot UART: 57600 8N1 3V3 TTL

### Telemetry

Make sure to select UDPCI as the connection type and click Connect:

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeWX_ZzgOMh7GANUmc%2Fimage.png?alt=media\&token=d75673a5-b547-4f7c-be4c-938003ba8826)

Type in SmartLink IP address (192.168.168.100) or host name (smartlink.local) and click OK:

<div align="center"><img src="https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeWvC-ElcL8ZyTlXS6%2Fimage.png?alt=media&amp;token=2a318c12-ae88-4ecc-83d1-3fa23788a1d2" alt=""></div>

Type in SmartLink port number (14555) and click OK:

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeX8ZHEEnMfLiEyuZh%2Fimage.png?alt=media\&token=90f1e018-eb4c-4ce0-836b-04ac957e8933)

The connection will be established and Mission Planner will start reading parameters:&#x20;

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeXaAiNQD5p1RDZUZy%2Fimage.png?alt=media\&token=d8117db9-b50d-4bd2-a793-c9a75271dd99)

### Video

Right click on the primary flight display and select Video > Set GStreamer source:

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeYEkZjsnMjqtDC_vR%2Fimage.png?alt=media\&token=1c43e11a-bae4-4ebf-8510-85e91b551649)

Use the following GStreamer pipeline to start the real time video in Mission Planner:

```
rtspsrc location=rtsp://smartlink.local:8554/camera/0 ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink sync=false
```

{% hint style="warning" %}
In case your system doesn't support local DNS (smartlink.local addressing) you will need to change smatlink.local to the static IP address of SmartLink: 192.168.168.100
{% endhint %}

Click OK to start the video feed:

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeXnvmX1ByGQORyLBT%2Fimage.png?alt=media\&token=a0f2ad72-ef0c-459d-b967-07730146db4b)

After a few seconds the video feed will appear:&#x20;

![](https://449459530-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTMlWysgDtJq8Hid1v7%2F-MaeWJvLIyV_KnHxgQEo%2F-MaeXzXd8jQU5r3wJwDW%2Fimage.png?alt=media\&token=988a399a-57d9-4454-b673-52439c575e5a)
