Skip to content

Commit 8178b5e

Browse files
committedAug 8, 2023
Update to 1.1.8 release
This release is compatible with DeepStream SDK 6.3 Ubuntu 20.04 Python 3.8 DeepStream SDK 6.3 Features: - New interactive Jupyter notebook for LaunchPad demo - New binding added: configure_source_for_ntp_sync() - Updated deepstream-rtsp-in-rtsp-out app with new command line argument demonstrating above binding - Updated apps that use tracker for deprecated configs
1 parent 441b50d commit 8178b5e

File tree

62 files changed

+2223
-2584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2223
-2584
lines changed
 

‎FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ The pyds wheel installs the pyds.so library where all the pip packages are store
152152

153153
Command to install the pyds wheel is:
154154
```bash
155-
$ pip3 install ./pyds-1.1.6-py3-none*.whl
155+
$ pip3 install ./pyds-1.1.8-py3-none*.whl
156156
```

‎HOWTO.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide provides resources for DeepStream application development in Python.
1616
## Prerequisites
1717

1818
* Ubuntu 20.04
19-
* [DeepStream SDK 6.2](https://developer.nvidia.com/deepstream-download) or later
19+
* [DeepStream SDK 6.3](https://developer.nvidia.com/deepstream-download) or later
2020
* Python 3.8
2121
* [Gst Python](https://gstreamer.freedesktop.org/modules/gst-python.html) v1.16.2
2222

@@ -46,11 +46,11 @@ Note: Compiling bindings now also generates a pip installable python wheel for t
4646
<a name="run_samples"></a>
4747
## Running Sample Applications
4848

49-
Clone the deepstream_python_apps repo under <DeepStream 6.2 ROOT>/sources:
49+
Clone the deepstream_python_apps repo under <DeepStream ROOT>/sources:
5050
git clone https://github.com/NVIDIA-AI-IOT/deepstream_python_apps
5151

5252
This will create the following directory:
53-
```<DeepStream 6.2 ROOT>/sources/deepstream_python_apps```
53+
```<DeepStream ROOT>/sources/deepstream_python_apps```
5454

5555
The Python apps are under the "apps" directory.
5656
Go into each app directory and follow instructions in the README.

0 commit comments

Comments
 (0)