Skip to content

v0.7.0

Compare
Choose a tag to compare
@thiesmoeller thiesmoeller released this 11 May 12:57
· 87 commits to main since this release

[0.7.0] - 2023-05-08

Changed

  • offset x/y are cached when pipeline is not playing.
    • setting the offset an ROI configured via caps is possible now
    • fixes #44

Added

  • Restructing of buffer pool management to support platform specific optimal buffer types

  • NVMM support

    • This feature is automatically enabled when both the CUDA library and the DeepStream library are installed on the system.
    • If enabled pylonsrc can directly generate output buffers into nvmm, that can be used by other nvidia elements.
    • Current restrictions:
      • only runs on NVIDIA Jetson at the moment
  • Pylon 7.3

    • meson supports to build the plugin with pylon 7.3 now