GStreamer - ZED Demux
GStreamer - ZED Demux
The ZED Demux, zeddemux GStreamer element, allows separation of a single ZED composite stream (RGB Left + RGB Right, or RGB Left + Depth) and creates two separate streams. A third stream is created for metadata if requested.
The zeddemux creates the following source pads:
src_left: left color camera stream, or the monocular color camera stream in monocular mode (seeis-monoproperty)src_aux: right color camera stream or 16-bit depth stream (seeis-depthproperty)src_data: metadata stream (seestream-dataproperty)
Properties
Example pipelines
Split the stereo couple and display single streams
The following is a simple pipeline to display on the screen the Left and Right color streams in two different windows:

Split the RGB/Depth synchronized stream and display single streams
The same pipeline as the previous example can be used to display the left camera stream and the Depth stream in separate windows by simply selecting stream-type 4 and using the default properties of zeddemux.

For an example of how to use the stream-data option please refer to the documentation of the zeddatacsvsink element

