Hi all,
I have customized opencv 2.4.9 to support extension unit in it. I used the opencv dll's to generate new EmguCV dll's for my project. After generating the exe , its working fine in my PC , i can able to access the extension unit. But the exe is not working on other PC's of same configuration. When i open the device "EMGU.CV.CVInvoke " threw an exception ---> system.DllNotFoundException: unable to load DLL 'opencv_core249.dll' : the specified module could not found (Exception from HRESULT: 0x8007007E).
Note : I tired the exe in my PC by uninstalling OpenCV and EmguCV , still it is running in my PC.
↧