opencv安装过程一切正常,但在编写源程序使用opencv库时报错:

/home/aimer/project/build-seed-Desktop-Debug/seed: error while loading shared libraries: libopencv_core.so.3.1: cannot open shared object file: No such file or directory

 

解决办法:

因为没有装ffmpeg,输入sudo apt-get install ffmpeg进行安装,安装成功之再次编译源程序即可.

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2021-05-15
  • 2021-08-08
  • 2021-08-09
  • 2021-05-08
  • 2022-12-23
猜你喜欢
  • 2021-12-25
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2022-03-06
  • 2022-01-18
相关资源
相似解决方案