Running OpenCV on Windows Embedded [closed]

asked 2015-06-26 08:54:37 -0600

LAlliss gravatar image

updated 2015-06-26 09:22:33 -0600

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2015-06-27 01:12:15.960826

Comments

though we would be glad to help you with general opencv problems, please understand, that problems with unofficial 3rd party wrappers are off-topic here.

berak gravatar imageberak ( 2015-06-27 01:13:56 -0600 )edit