Ask Your Question

LAlliss's profile - activity

2015-06-26 09:21:25 -0600 received badge  Editor (source)
2015-06-26 09:05:06 -0600 asked a question Running OpenCV on Windows Embedded

I have a Windows 7 Embedded machine (64-bit) and an application that runs Emgu.CV ->OpenCV. When I make a call to OpenCV, I get a DLL not found exception: Unable to open file xxx: System.TypeInitializationException: The type initializer for 'Emgu.CV.CvInvoke' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'opencv_core2410': The specified module could not be found. (Exception from HRESULT: 0x8007007E). The opencv_core2410.dll is in my execution folder and my PATH is set up to point to the location of the OpenCV dlls. Dependency walker does not show any missing dlls. I think there is a lower level Windows DLL that I am missing. So the question is: what would be the minimum Windows 7 Embedded installation that is required to support OpenCV? Also, could this have to do with running 32 bit OpenCV on 64 bit machine?