API and SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
system allows real time HD video, telemetry and control from one unmanned system. features are fully integrated into and are compatible with most of the popular ground control station software such as QGroundControl, Mission Planner, etc.
Find out more on using SmartLink with other GCS devices here:
Thanks to Sky-Drones' extensive API on the system, users can take advantage of its features in any third party software too!
To access telemetry on the ground module use the following connection:
Type: UDP
Host: smartlink.local
Port: 14555
will forward all autopilot telemetry to this port.
There are two other connections available for interacting with onboard computers, other peripherals and 3rd party applications:
First:
Type: TCP
Host: smartlink.local
Port: 14556
Second:
Type: UDP
Host: smartlink.local
Port: 14557
To access the video on the ground module use the following address:
Type: RTSP
HDMI Input 1: rtsp://smartlink.local:8554/camera/0
HDMI Input 2: rtsp://smartlink.local:8554/camera/1
To check the video stream using a standard GStreamer pipeline use the following command:
Manual control comes as a part of other MAVLink telemetry messages. MANUAL_CONTROL
message from MAVLink specification is recommended but not exclusive. You may use any manual control messages according to your specification. will act as a transparent transfer layer just like any other telemetry module.