标签: c# visual-studio-2012 emgucv
我正在使用 EmguCV 版本 2.4.9.1847 与 VS2012 ,我遇到了Emgu.CV.Capture类的问题。它'投掷"The type initializer for 'Emgu.CV.CvInvoke' threw an exception."
Emgu.CV.Capture
"The type initializer for 'Emgu.CV.CvInvoke' threw an exception."
当我启动Capture示例时,我的工作正常,但是当我尝试这个Capture camera = new Capture();时,它会抛出上述异常。 CLR 和 OpenCV 是64位。
Capture camera = new Capture();
提前致谢。