66
社区成员




罪魁祸首anaconda ,原来是因为anaconda的base环境里有安装gstreamer,而我又配置了环境变量,系统一直找到的都是anaconda里的gstreamer。
所以接下来激活base环境,conda list看一下哪些与gstreamer有关,最后移除这些包
which gst-launch-1.0
which gst-inspect-1.0
/home/frost/anaconda3/bin/gst-launch-1.0
/home/frost/anaconda3/bin/gst-inspect-1.0
conda activate base
conda list
conda remove gstreamer
conda remove gst-plugins-bas
再次使用 gst-launch-1.0 v4l2src ! autovideosink 命令测试,系统已经找不到gst-launch-1.0了,两个which命令也不输出任何信息。
再次安装gstreamer,成功。
gstreamer 无组件问题修复:https://blog.csdn.net/qq_41263444/article/details/120994179
gstreamer编译linux,Gstreamer源码安装:https://blog.csdn.net/weixin_32407355/article/details/116813031
http://t.zoukankan.com/dong1-p-10423743.html
gstreamer应用笔记
libimgproc.so.2.4: cannot open shared object file: No such file or directory
解决方案:
rm -rf ~/.cache/gstreamer-1.0/
gst-inspect-1.0
gst-inspect-1.0找不到gstreamer插件 https://www.thinbug.com/q/43373674