DeepStream_Python_Apps_Bindings_v1.1.11
This release is compatible with DeepStream SDK 7.0
Ubuntu 22.04
Python 3.10
DeepStream SDK 7.0
Attached are the pipwheels for the Python bindings for x86 and Jetson.
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.