Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pradeepnai/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NVIDIA-AI-IOT/deepstream_python_apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 157 files changed
  • 2 contributors

Commits on Dec 14, 2023

  1. Update to 1.1.10 Release

    This release is compatible with DeepStream SDK 6.4
    
    Ubuntu 22.04
    Python 3.10
    DeepStream SDK 6.4
    
    Features:
    - New API for alloc_nvds_event_msg_meta() - see deepstream-test4 and bindschema.cpp for reference
    - Tracker meta data type names have been updated with DS 6.4 release - see deepstream-test2 for reference
    - deepstream-test4 has been updated with information on how to run with MQTT protocol adaptor
    - All app configurations have been updated to use newest model engines that ship with DS 6.4 and latest TAO toolkit
    - deepstream-test1-rtsp-out has been updated to demonstrate support for Orin Nano by adding an option to use software encoder
    nv-camilleh committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2027435 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix gstreamer submodule

    nv-camilleh committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    36fdc7e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. 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.
    nv-camilleh committed May 6, 2024
    Configuration menu
    Copy the full SHA
    216ce3a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update to 1.2.0 Release

    This release is compatible with DeepStream SDK 7.1
    
    Ubuntu 22.04
    Python 3.10
    DeepStream SDK 7.1
    
    Features:
    - New build system using PyPA to support pip 24.2
    - Pybind11 version update to v2.13.0
    - New bindings: Object encoder API: NvDsObjEncOutParams, NvDsObjEncUsrArgs, nvds_obj_enc_create_context(), nvds_obj_enc_process(), nvds_obj_enc_finish(), nvds_obj_enc_destroy_context(). See integration tests, utils.cpp, and bindfunctions.cpp for reference.
    - New bindings: NvDsObjReid API. See integration tests and bindtrackermeta.cpp for reference.
    - New bindings: NvDsAnalyticsObjInfo.objStatus. See bindanalyticsmeta.cpp for reference.
    
    Notes:
    - Numpy 2.x  is not currently supported
    - Segmentation apps are not currently supported in DeepStream 7.1.
    nv-camilleh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4a24152 View commit details
    Browse the repository at this point in the history
  2. Update submodules

    nv-camilleh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cb7fd9c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Update to 1.2.2 Release

    This release is compatible with DeepStream SDK 8.0
     - Ubuntu 24.04
     - Python 3.12
     - DeepStream SDK 8.0
    Attached are the pipwheels for the Python bindings for x86 and Jetson.
    Features:
     - Updated build system using PyPA to support pip 24.2+
     - Support and instructions for virtual environment
     - Multiple bug fixes
    Notes:
     - deepstream-ssd-parser app has been removed
     - Numpy 2.x is not currently supported
    nv-rahool committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    6fdeefb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Remove deprecated files

    Remove deprecated files:
    1. ssd-parser app
    2. deepstream-segmentation deprecated configs
    nv-rahool committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    8af39c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Support DGX Spark and Config fixes

    Add support for DGX Spark and fix config files
    nv-rahool committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    9b27f02 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Update to 1.2.3 Release

    This release is compatible with DeepStream SDK 9.0
     - Ubuntu 24.04
     - Python 3.12
     - DeepStream SDK 9.0
    nv-rahool committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    a5ed567 View commit details
    Browse the repository at this point in the history
  2. Delete .DS_Store

    nv-rahool committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    6af08f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    83c0eec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898db3c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Configuration menu
    Copy the full SHA
    8ad0349 View commit details
    Browse the repository at this point in the history
Loading