Tiago Conceição
Tiago Conceição
4.6.0 is compiled on recent ubuntu which links with recent GLIBC and so you wont able to load it on older libc system. You need to compile yourself on your...
> How to find the list of packages that can be enabled/disabled? When you call `ccmake build` a list will show where you can enable / disable features by press...
> I've attempted to disable 'EMGU_CV_WITH_TESSERACT:BOOL=FALSE' with this setting, but I see that OpenCV flag ' WITH_TESSERACT ON' still appears to be on. :S Very confusing. Note that edit `cmake_configure`...
You need to compile it on a old OS, try with ubuntu 20.04, in my experience other OS than ubuntu will cause error to library on dynamic load
@emgucv I think there's another problem. In my case (self-contained) app all libraries goes in the root for the app and no matter what OS I try to compile the...
Additionally if user have any Windows 10 N version thats the cause. Need Feature pack or fresh install of normal Windows 10
> On my development machine (where emgu works OK), showing Windows Features includes Media Features. If I uncheck it and reboot emgu still runs OK, which does not seem consistent...
You will require this: https://www.nuget.org/packages/Emgu.CV.Bitmap/
You just need to replace all dlls with the output emgucv compilation. I suspect you only need to replace the cvextern.dll
You can use openCV compilation too, copy the outputs to your project bin root. And this way not not use the emgucv runtime dist.