当我尝试在 Ubuntu 18.04 中编译英特尔 OpenVino 项目时,我不断收到此错误消息:warning: libavcodec-ffmpeg.so.56, needed by /opt/intel/computer_vision_sdk_2018.3.343/opencv/lib/libopencv_videoio.so.3.4.3, not found
我也收到类似的错误消息:libavformat-ffmpeg.so.56
、libavutil-ffmpeg.so.54
和libswscale-ffmpeg.so.3
。
但是,当我ffmpeg
在终端中输入时,我得到:
ffmpeg version 2.7.7 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 7 (Ubuntu 7.3.0-27ubuntu1~18.04) configuration:
libavutil 54. 27.100 / 54. 27.100
libavcodec 56. 41.100 / 56. 41.100
libavformat 56. 36.100 / 56. 36.100
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 16.101 / 5. 16.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.100 / 1. 2.100 Hyper fast Audio and Video encoder
我有所有正确的版本。ffmpeg 位于 /usr/local/bin 中。为什么 OpenVino 看不到它?任何建议将不胜感激,在此先感谢!
这是我要编译的项目:https ://github.com/intel-iot-devkit/intruder-detector