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