Skip to content

Commit 00c123b

Browse files
committed
Update README and CHANGELOG
1 parent 2044d41 commit 00c123b

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

latest_changes.md renamed to CHANGELOG.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
LATEST CHANGES
22
==============
33

4+
ZED SDK v3.8
5+
-------------
6+
- Add support for Region of Interest [Thx @ryanppeters]
7+
* Add `roi` parameter
8+
* Add `roi-x` parameter
9+
* Add `roi-y` parameter
10+
* Add `roi-w` parameter
11+
* Add `roi-h` parameter
12+
- Add `set-gravity-as-origin` parameter [Thx @ryanppeters]
13+
- Add `od-prediction-timeout-s` parameter [Thx @ryanppeters]
14+
- Add `od-allow-reduced-precision-inference` parameter [Thx @ryanppeters]
15+
- 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]
16+
417
ZED SDK v3.7
518
-------------
6-
- Fix issue with texture confidence threshold invalidating th edepth map
19+
- Fix issue with texture confidence threshold invalidating the depth map
720
- Add support for NEURAL depth mode
821

922
ZED SDK v3.5

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif()
135135

136136
####################################################################
137137
# USEFUL FILES
138-
FILE(GLOB_RECURSE doc_files ${CMAKE_SOURCE_DIR}/*.md)
138+
FILE(GLOB_RECURSE doc_files ${CMAKE_SOURCE_DIR}/*.md ${CMAKE_SOURCE_DIR}/*.rst)
139139
add_custom_target("DOCS" SOURCES ${doc_files})
140140
FILE(GLOB_RECURSE script_files ${CMAKE_SOURCE_DIR}/scripts/*)
141141
add_custom_target("SCRIPTS" SOURCES ${script_files})

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GStreamer plugin package for ZED Cameras. The package is composed of several plu
3838

3939
### Windows installation
4040

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]
4242
* Install [Git](https://git-scm.com/) or download a ZIP archive
4343
* Install [CMake](https://cmake.org/)
4444
* 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
5959
6060
#### Install prerequisites
6161
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/)
6363
6464
* Update list of `apt` available packages
6565

0 commit comments

Comments
 (0)