Please provide complete information as applicable to your setup.
Today I have followed the doc:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html#dgpu-setup-for-ubuntu.
After I have installed TensorRT7.0, cuDNN7.6 with CUDA-10.2, I can run 2 examples successfully:
A. the location I have run: /opt/nvidia/deepstream/deepstream-5.0/samples/configs/deepstream-app
B. the two examples I have run:
source1_usb_dec_infer_resnet_int8.txt
source30_1080p_dec_infer-resnet_tiled_display_int8.txt
C. two examples run with ERRORs:
source30_1080p_dec_infer-resnet_tiled_display_int8.txt with error:
** ERROR: main:655: Failed to set pipeline to PAUSED
Quitting
ERROR from src_bin_muxer: Output width not set
Debug info: gstnvstreammux.c(2283): gst_nvstreammux_change_state (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstNvStreamMux:src_bin_muxer
App run failed
config_mux_source4.txt with errors:
** ERROR: <parse_config_file:320>: Source group “[source-config-0]” is not in the form “[source<%d>]”
** ERROR: <parse_config_file:513>: parse_config_file failed
** ERROR: main:627: Failed to parse config file ‘/opt/nvidia/deepstream/deepstream-5.0/samples/configs/deepstream-app/config_mux_source4.txt’
Quitting
App run failed
**• Hardware Platform: dGPU laptop with RTX2080
**• DeepStream Version: 5.0
• JetPack Version (valid for Jetson only) – N/A
• TensorRT Version – 7.0
**• NVIDIA GPU Driver Version: 450.80.02
Can you suggest a way to solve those problem?
Thanks
Jimmy