首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >[jetson][原创]ERROR: <create_multi_source_bin:1104>: create_multi_source_bin failed解决方法

[jetson][原创]ERROR: <create_multi_source_bin:1104>: create_multi_source_bin failed解决方法

作者头像
云未归来
发布2025-07-18 17:14:06
发布2025-07-18 17:14:06
860
举报

先前ssh到jetson转化yolo到engine一直是没有问题的,结果最近经常无法转化,报错如下:

deepstream-app -c deepstream_app_config_yoloV3.txt nvbuf_utils: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection nvbuf_utils: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection

(gst-plugin-scanner:30693): GStreamer-WARNING **: 10:38:48.497: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtensorflow_trtis.so.1: cannot open shared object file: No such file or directory No EGL Display nvbufsurftransform: Could not get EGL display connection

(gst-plugin-scanner:30694): GStreamer-WARNING **: 10:38:48.541: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtensorflow_trtis.so.1: cannot open shared object file: No such file or directory No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection No EGL Display nvbufsurftransform: Could not get EGL display connection nvbuf_utils: Could not get EGL display connection ** ERROR: <create_multi_source_bin:1029>: Failed to create element 'src_bin_muxer' ** ERROR: <create_multi_source_bin:1104>: create_multi_source_bin failed ** ERROR: <create_pipeline:1263>: create_pipeline failed ** ERROR: <main:632>: Failed to create pipeline Quitting App run failed

最终发现解决方法如下:

unset DISPLAY rm ${HOME}/.cache/gstreamer-1.0/registry.*

如果${HOME}/.cache/gstreamer-1.0/没有文件,则不需要这个命令,实际只需要执行一下

unset DISPLAY,之后再次

deepstream-app -c deepstream_app_config_yoloV3.txt

即可正常转化

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2025-07-17,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档