Search code examples
visual-studio-2012visual-studio-debuggingemgucv

EmguCV vs2012 visualizer


I'm using EmguCV in VS2012.

Following this tutorial, I copied the dlls into VS debugger directory. However when I click the "view" icon on the variable, there's an error like this:

Unable to load DLL 'opencv_core249'

And other parts of the program just works fine.

Any idea on this?


Solution

  • (I know that the question is quite old... but i answer for people googling for this, like me)

    I'm having the same issue...

    As a workaround, I have put OpenCV DLLs' dir (i.e. <EmguCVInstallDir>\bin\x86) in the system PATH environment variable... and now visualizers work like a charm!

    Hope this helps