• Hardware Platform (Jetson / GPU) Jetson AGX Orin
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.0.2
• TensorRT Version 8.4.1
When i am running the follow command of g-streamer:
gst-launch-1.0 uridecodebin uri=file:///home/deepcamera/Development/Forest_fire_and_smoke_detector/yolov7/data/test_videos/Flame2_video4.MP4 ! nvstreammux0.sink_0 nvstreammux name=nvstreammux0 width=1920 batch-size=1 height=1080 ! nvinfer model-engine-file=/home/deepcamera/Development/Forest_fire_and_smoke_detector/DeepStream-Yolo/model_b1_gpu0_fp32.engine config-file-path=/home/deepcamera/Development/Forest_fire_and_smoke_detector/DeepStream-Yolo/config_infer_primary_yoloV7.txt ! nvtracker ll-config-file=/home/deepcamera/Development/Forest_fire_and_smoke_detector/DeepStream-Yolo/tracker_config_file.txt ll-lib-file=/opt/nvidia/deepstream/deepstream/lib/libnvds_nvmultiobjecttracker.so ! tee name=tee0 ! queue ! nvvideoconvert ! nvdsosd ! nvvideoconvert ! videoconvert ! autovideosink tee0. ! queue ! nvmsgconv msg2p-lib=/opt/nvidia/deepstream/deepstream/lib/libnvds_msgconv.so config=/home/deepcamera/Development/Forest_fire_and_smoke_detector/DeepStream-Yolo/msg_conv_confi.txt comp-id=1 ! nvmsgbroker config=/home/deepcamera/Development/Forest_fire_and_smoke_detector/DeepStream-Yolo/message_config.txt proto-lib=/opt/nvidia/deepstream/deepstream-6.1/lib/libnvds_amqp_proto.so
I am getting the follow error:
Setting pipeline to PAUSED …
(gst-launch-1.0:38002): GLib-CRITICAL **: 15:22:17.583: g_strrstr: assertion ‘haystack != NULL’ failed
ERROR: Pipeline doesn’t want to pause.
ERROR: from element /GstPipeline:pipeline0/GstNvMsgBroker:nvmsgbroker0: Could not initialize supporting library.
Additional debug info:
/dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvmsgbroker/gstnvmsgbroker.cpp(372): legacy_gst_nvmsgbroker_start (): /GstPipeline:pipeline0/GstNvMsgBroker:nvmsgbroker0:
unable to open shared library
Setting pipeline to NULL …
Freeing pipeline …
My mainly question is if the nvmsgbroker library is corrupted and must be reinstalled or is somewhere else the error.