Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

still possible to build with newer versions of OpenCV/ FFMpeg? Which ones work #35

Open
hacklsn opened this issue Jun 8, 2022 · 1 comment

Comments

@hacklsn
Copy link

hacklsn commented Jun 8, 2022

Hello. I am having trouble building the project.
Initially I tried to build with the latest OpenCV (4.6.0) and FFMPEG (5.1.) However 'make all' threw some errors. While I don't remember the exact wording it was something similar to "include/opencv3 not found". So I decided to first build & install OpenCV 3.4.16 instead from here: https://github.com/opencv/opencv/releases
Make all worked without errors this time, but when executing ./distribute/bin/hecate i get error message:

./distribute/bin/hecate: error while loading shared libraries: libopencv_core.so.3.4: cannot open shared object file: No such file or directory

libopencv_core.so.3.4 exists in /usr/local/lib, so Iam not sure what the issue is?

Alternatively, maybe someone can point me to older versions of the libraries which they succesfully compiled and tested!?
@yalesong

@KirillTkachev
Copy link

KirillTkachev commented Aug 16, 2022

Hello. I am having trouble building the project. Initially I tried to build with the latest OpenCV (4.6.0) and FFMPEG (5.1.) However 'make all' threw some errors. While I don't remember the exact wording it was something similar to "include/opencv3 not found". So I decided to first build & install OpenCV 3.4.16 instead from here: https://github.com/opencv/opencv/releases Make all worked without errors this time, but when executing ./distribute/bin/hecate i get error message:

./distribute/bin/hecate: error while loading shared libraries: libopencv_core.so.3.4: cannot open shared object file: No such file or directory

libopencv_core.so.3.4 exists in /usr/local/lib, so Iam not sure what the issue is?

Alternatively, maybe someone can point me to older versions of the libraries which they succesfully compiled and tested!? @yalesong

Hello, @hacklsn, I was able to build and run Hecate using this docker image https://hub.docker.com/r/valian/docker-python-opencv-ffmpeg/, OpenCV version 3.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants