Skip to content

Media

Video

📥 Quick and easy access to the robot's video stream data.

Receive the available RTSP video streams using the following commands in your terminal.

Front camera

bash
gst-launch-1.0 rtspsrc location='rtsp://192.168.0.10:8554/front' latency=100 ! application/x-rtp, media=video, encoding-name=H264 ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink

Rear camera

bash
gst-launch-1.0 rtspsrc location='rtsp://192.168.0.10:8554/rear' latency=100 ! application/x-rtp, media=video, encoding-name=H264 ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink

Thermal camera

bash
gst-launch-1.0 rtspsrc location='rtsp://192.168.0.10:8554/thermal' latency=100 ! application/x-rtp, media=video, encoding-name=H264 ! rtph264depay ! h264parse ! avdec_h264 ! xvimagesink

📝 NOTE

The PTZ payload must be loaded on the robot to access the thermal video stream.

This user manual is intended for RBQ users.