Skip to content

Tags: logivations/deepstream_python_apps

Tags

v1.1.6

Toggle v1.1.6's commit message
Updated v1.1.6 release

v.1.1.4

Toggle v.1.1.4's commit message
Version 1.1.4

v1.2.0

Toggle v1.2.0's commit message
Update submodules

v1.1.11

Toggle v1.1.11's commit message
Update to 1.1.11 Release

This release is compatible with DeepStream SDK 7.0

Ubuntu 22.04
Python 3.10
DeepStream SDK 7.0

Features:
- New module platform_info() has been added for checking for WSL, integrated GPU, and aarch64. All apps and integration tests have been updated to use this module when checking for platform. See deepstream_test1 for simple usage.
- SBSA is now supported. Check bindings/README.md for quick build instructions.
- Apps have been updated to use request_pad_simple() instead of the deprecated method get_request_pad(). See gst-python API documentation for details.
- New API nvds_measure_buffer_latency() has been added for pipeline and component latency measurement. See deepstream-test3 app and bindfunctions.cpp for reference.

v1.1.10

Toggle v1.1.10's commit message
Fix gstreamer submodule

v1.1.8

Toggle v1.1.8's commit message
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

v1.1.5

Toggle v1.1.5's commit message
Update to NvAIE 3.0 PYDS 1.1.5

This release is compatible with DeepStream SDK 6.2

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.2

Features:
- New app deepstream-imagedata-multistream-cupy added
- New app deepstream-segmask added
- New app deepstream-custom-binding-test added
- New bindings guide now available along with custom bindings guide
- Updated deepstream-test1 notebook and app
- New bindings added: unmap_nvds_buf_surface()
- Updated deepstream-imagedata-multistream and deepstream-imagedata-multistream-redaction to use the above new binding

v1.1.3

Toggle v1.1.3's commit message
Update to 1.1.3 release

This release is compatible with DeepStream SDK 6.1

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.1

Features:
- New binding for gst_nvevent_new_stream_reset()
- Bug fix in bindings for get_nvds_buf_surface()
- Enhanced bindings README

v1.1.2

Toggle v1.1.2's commit message
Update to 1.1.2 release

This release is compatible with DeepStream SDK 6.1

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.1

Features:
- New Preprocess test app which demonstrates using nvdspreprocess plugin with custom ROIs
- Enhanced Test3 to support Triton, no-display mode, file-loop, and silent mode
- Minor improvements and bug fixes

v1.1.1

Toggle v1.1.1's commit message
Update file permissions