Nvmultistreamtiler Shows Black Tile When Stream is Dynamically Removed

• Hardware Platform (Jetson / GPU) DGPU Nvidia RTX5000
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version TensorRT 8.6.1.6-1 Cuda 12.2
• NVIDIA GPU Driver Version (valid for GPU only) 535.183.01
• Issue Type( questions, new requirements, bugs) Questions

I am dynamically adding and removing sources similar to the Runtime Source Add/Delete example here. The dynamic source add and removal works as expected, the Nvmultistreamtiler auto-sizes when a source is added, but it does not auto size when the source is removed. Instead, a black tile remains for the removed source. Is there any way to have the tiler down size (remove the black tile) when a source is removed?

NOTE: This is similar to the topic below, but I am hoping for an update since this was closed. Thanks!

Try to set nvmultistreamtiler’s property square-seq-grid to 1.

I tested using nvmultiurisrcbin with nvmultistreamtiler and setting square-seq-grid to 1 and it works as expected

https://docs.nvidia.com/metropolis/deepstream/7.0/dev-guide/text/DS_plugin_gst-nvmultiurisrcbin.html#how-to-use-nvmultiurisrcbin-in-a-pipeline

Thanks @junshengy this solved my issue!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.