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 ! xvimagesinkRear 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 ! xvimagesinkThermal 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.
