I am using EmguCV version 2.4.9.1847 with VS2012 and I have problems with Emgu.CV.Capture
class. Its' throwing "The type initializer for 'Emgu.CV.CvInvoke' threw an exception."
When I start the Capture sample I works fine , but when I try this Capture camera = new Capture();
it's throwing the above exception. CLR and OpenCV are 64 bit.
Thanks in advance.