This repository contains two scripts that are purposed for streaming and showcasing a ZED camera stream using GStreamer and the ZED GStreamer plugin.
AVC is utilized for encoding video stream. ( https://gstreamer.freedesktop.org/documentation/x264/index.html )
First of all, GStreamer, ZED SDK.
[!Important]
The ZED SDK has a large size so make sure you have enough space before downloading.
Then clone the repositories and you may readily use the scripts.
The scripts are meant to be used on two different machines connected through a wireless network, do not use this script if your purpose is to simply view the camera feed. You will suffer a loss of quality that can hardly be justified.
sudo bash zed_transmit <target_port> <target_ip>
sudo bash zed_receive <target_port>
The parameters target_port must match in order for this to work properly.