Skip to content

Commit 268de1f

Browse files
authored
Create latest_changes.md
1 parent 834302f commit 268de1f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

latest_changes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
LATEST CHANGES
2+
==============
3+
4+
Release v0.1 (2020-08-24)
5+
--------------------------
6+
- ZED GStreamer package for Linux and Windows
7+
- zedsrc: acquires camera color image and depth map and pushes them in a GStreamer pipeline.
8+
- zedmeta: GStreamer library to define and handle the ZED metadata (Positional Tracking data, Sensors data, Detected Object data, Detected Skeletons data).
9+
- zeddemux: receives a composite zedsrc stream (color left + color right data or color left + depth map + metadata), processes the eventual depth data and pushes them in two separated new streams named src_left and src_aux. A third source pad is created for metadata to be externally processed.
10+
- zeddatamux: receive a video stream compatible with ZED caps and a ZED Data Stream generated by the zeddemux and adds metadata to the video stream. This is useful if metadata are removed by a filter that does not automatically propagate metadata
11+
- zeddatacsvsink: example sink plugin that receives ZED metadata, extracts the Positional Tracking and the Sensors Data and save them in a CSV file.
12+
- zedodoverlay: example transform filter plugin that receives ZED combined stream with metadata, extracts Object Detection information and draws the overlays on the oncoming filter
13+
- RTSP Server: application for Linux that instantiates an RTSP server from a text launch pipeline "gst-launch" like.

0 commit comments

Comments
 (0)