You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add new field `frame_id` to `GstZedSrcMeta` in order to track the meta/buffer throughout the GStreamer pipeline (when working with source code) [Thx @ryanppeters]
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ GStreamer plugin package for ZED Cameras. The package is composed of several plu
38
38
39
39
### Windows installation
40
40
41
-
* Install the latest ZED SDK v3.7.x from the [official download page](https://www.stereolabs.com/developers/release/)[Optional to compile the `zedsrc` plugin to acquire data from a ZED camera device]
41
+
* Install the latest ZED SDK v3.8.x from the [official download page](https://www.stereolabs.com/developers/release/)[Optional to compile the `zedsrc` plugin to acquire data from a ZED camera device]
42
42
* Install [Git](https://git-scm.com/) or download a ZIP archive
43
43
* Install [CMake](https://cmake.org/)
44
44
* Install a [GStreamer distribution (**both `runtime` and `development` installers**)](https://gstreamer.freedesktop.org/download/).
@@ -59,7 +59,7 @@ GStreamer plugin package for ZED Cameras. The package is composed of several plu
59
59
60
60
#### Install prerequisites
61
61
62
-
* Install the latest ZED SDK v3.5.x from the [official download page](https://www.stereolabs.com/developers/release/)
62
+
* Install the latest ZED SDK v3.8.x from the [official download page](https://www.stereolabs.com/developers/release/)
0 commit comments