OpenCV Wrong JPEG library version.
Unsolved
3rd Party Software
-
I'm having the Wrong JPEG library version error as mentioned in this post. https://forum.qt.io/topic/52899/solved-wrong-jpeg-library-version-library-is-90-caller-expects-80. In my case, it only happens on IOS. Everything works perfectly on desktop and android.
For ios I'm using the opencv2.framework version 3.0.0 downloaded from opencv.org. I understand that the problem is that OpenCV uses libjpeg version 90 and QT uses 80 (correct me if I'm wrong). I tried running the python script for building opencv2.framework, trying to build a version of the library which uses version 80 of libjpeg, but it doesn't seem to work. Any ideas? -
Hi and welcome to devnet,
What doesn't seem to work when building OpenCV ?