• Hardware Platform (Jetson / GPU) rtx3050
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version official deepstream 6.3 docker image
• NVIDIA GPU Driver Version (valid for GPU only) NVIDIA-Linux-x86_64-535.86.05
• Issue Type( questions, new requirements, bugs) 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)
I have 4 streams, which is 0,1,2,3
If I set show-source with -1,1,2,3 it works.
but if I set with 0 like this:
tiler.set_property(“show-source”, 0)
it’s not working.
For image fetch, I’ve made these settings:
tiler.set_property(“nvbuf-memory-type”, int(pyds.NVBUF_MEM_CUDA_UNIFIED))
caps.set_property(“caps”, Gst.Caps.from_string(“video/x-raw(memory:NVMM), format=RGBA”))