Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.1
• TensorRT Version 8.4
• NVIDIA GPU Driver Version (valid for GPU only) CUDA 11.7
II am attempting to make the deepstream pipeline provide multiple images as input to the RTSP out or another sink.
Can you provide me with the pipeline link structure in Python, if that is possible?
This thread works when I make it.
multifilesrc.link(jpegdec)
jpegdec.link(video_convert)
video_convert.link(video_convert)
video_convert.link(encode)
encode.link(oggmux)
oggmux.link(file_sink)
but I am adding Pgie (Nvinfer) and get the link error.