Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) 3090RTX • DeepStream Version 9.0 • JetPack Version (valid for Jetson only) • TensorRT Version deepsteram 9.0 isntallation guide • NVIDIA GPU Driver Version (valid for GPU only) 590 • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
i try to use multiple stream in deepstream 9.0 (using deepstream python binding_ but when i change nvdsosd to cpu-mode i get a black border in video
Which sample are you testing? what is the complete media pipeline? The issue can’t be reproduced by the following gst-launch command-line. could you prvoide a simplifed gst-launch pipeline or simplifed code to reproduced the issue? Thanks!
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks.
Thanks for the update! could you provide the reproducing steps? Thanks!
As shown in the screenshot , the issue can’t be reproduced using the following cmd, which uses nvdsosd(cpu mode) and nvmultistreamtiler.
i fix this issue by changing nvbuf of all element to unified.
my pipeline was like this
8 nvurisrcbin → nvstreammxu → nvinfer → nvmultistreamtiler → nvdsosd → egeglesink
To reproduce this issue, which python sample are testing or referring to? you mean the issue will be fixed after adding the following codes for all nv plugins? the issue will remain without the following codes? Or could you provide a simplifed codes? Thank you!