Tag: camera

OpenCV + Unity3D集成

我是团结开发人员,第一次尝试使用opencv。 我最初的目标是运行相机并通过unity3d中的opencv检测blob。 我是OpenCV的新手,我正在尝试将它集成到Unity3D中(在Windows 8上使用Unity 4.3.2,在Mac上使用Unity 4.2.1f)。 我跟着这个post。 但是,一旦添加新的C#脚本,我就会收到以下错误。 当我删除这个脚本的那一刻,错误发生了(这个脚本是Unity生成的C#脚本)。 Internal compiler error. See the console log for more information. output was: Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in :0 at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in :0 at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext […]