installation - Emgu: Unable to load DLL. Device is not ready -


i working emgu set use on computer. have downloaded 32 bit installation sourceforge , installed it. have created console project , added following dll's references: - emgu.cv - emgu.cv.debuggervisualizers.vs2010 - emgu.cv.gpu - emgu.cv.ml - emgu.cv.ocr - emgu.cv.stitching - emgu.cv.ui - emgu.cv.videostab - emgu.util (i know don't need of these each project, put them in anyway)

i added opencv_core242.dll other dll's in same folder output folder this answer suggested.

i added folder containing opencv_core242.dll path variable on comp this video suggests.

however, still getting following error

'emgu.cv.cvinvoke' threw exception. ---> system.dllnotfoundexception: unable load dll 'opencv_core242': device not ready. (exception hresult 0x80070015) ... 

any ideas on forgetting or else need do?

as exception says compiler not able opencv dll.

as addition device not ready seems indicate referencing opencv dll's unreachable or protected path...


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -