'Emgu.CV.CvInvoke'的类型初始化程序在VS 2012中引发了异常

时间:2013-10-11 11:19:04

标签: c# visual-studio-2012 emgucv

我正在使用 EmguCV 版本 2.4.9.1847 VS2012 ,我遇到了Emgu.CV.Capture类的问题。它'投掷"The type initializer for 'Emgu.CV.CvInvoke' threw an exception."

当我启动Capture示例时,我的工作正常,但是当我尝试这个Capture camera = new Capture();时,它会抛出上述异常。 CLR OpenCV 是64位。

提前致谢。

0 个答案:

没有答案