- Home /
OpenCV or Emgu in Unity
I am trying to use Emgu in Unity for a project I am working on. My problem is that when I import the emgu dll's into my monodevelop project, I get the following error:
Internal compiler error. See the console log for more information. output was:
Unhandled Exception: System.TypeLoadException: Could not load type 'System.ServiceModel.ServiceBehaviorAttribute' from assembly 'Emgu.CV'.
Any help would be greatly appreciated.
PS. The DLL's are in /Assets/Plugins
Answer by goorioles747 · Nov 01, 2011 at 10:49 PM
OH MY!! The problem was that the build setting were set the .NET 2.0 subset. Why was this so hard to find?!
Your answer
Follow this Question
Related Questions
Access Multiple Camera Streams 0 Answers
Emgu/OpenCV with Unity Free 1 Answer
Opencv webcam feed to Unity texture 1 Answer
Document Scanner with OpenCV For Unity 2 Answers
WebCamTexture and VSync (iPhone 4) 3 Answers