Open Dehde opened 4 years ago
Hi, the opencv build should work for both 3.4.1 and 3.3.1 tags .Please try compiling 3.4.1 again by adding compiler flag "-D WITH_GSTREAMER=OFF -D ENABLE_PRECOMPILED_HEADERS=OFF" .As for the dependencies for 18.04 thanks for bringing it to our attention we will be updating it in next release.
Hi, I have troubles when trying to follow your install instructions here:
https://github.com/econsystems/opencv/blob/master/Documents/OpenCV_Installation_Linux_Manual_v1.3.pdf
I followed the instructions along every step. I checked that all prerequisites are installed. I installed every module that was asked for.
Specifically, when running the command
The error I get is:
The above was run with the current branch "3.4" from opencv.
I ran the code again after checking out the tag "3.4.10". The error then changes to:
If I checkout the tag "3.4.1" I get the following error during compilation:
Could you possibly help me with that?
EDIT: Now I tried compiling with the tag "3.3.1" and it finally worked!
So maybe it would be enough if you address this in the .pdf file: It cannot be 3.4.1 OR 3.3.1, it must be 3.3.1.
Also another issue I confronted during installation: On ubuntu 18.04, instead of running
sudo apt-get install libavcodec-ffmpeg-extra56 libavformat-ffmpeg56 libavutil-ffmpeg54 libswscale-ffmpeg3
you have to runsudo apt-get install libavcodec-extra57 libavformat57 libavutil55
as the former is not available for Ubuntu 18.04.
--> Please treat this issue together with the following issue!!: https://github.com/econsystems/opencv/issues/5