Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After few tutorials a did the basic webcamera streaming program using EMGUCV 2.2.1. Then I decided to upgrade EMGUCV version on 2.4.2 and the same program threw me an exception 'Emgu.CV.CvInvoke'. So I was searching an Internet for solution, tried a lot of them and none of them worked for me. I'm using VS 2012 x64(a lot of solutions are for VS 2010) and 64bit WIN7. After several weeks of fighting with the problem, I decided to downgrade on 2.3 and suddenly it worked again. So I'm posting this question to ask: "Does anyone know what/where the problem is?" and to help people with same problem.
Posted

1 solution

try to use EmguCV 2.4.9 and above.
check for emvironmental varible set or not for emgucv.
set following in environmental variable,
C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin;
C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x64;
C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x86;
hope works.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900