1

When the IDS file is placed in the plugins/camera folder Kinovea will open for a second, then crash.

See for latest crash report. This is likely something silly I am doing. Any help is appreciated.

Message: The type initializer for 'uEye.Info.Camera' threw an exception.
Source: uEyeDotNet
Target site: uEye.Defines.Status GetCameraList(uEye.Types.CameraInformation[] ByRef)
InnerException: System.EntryPointNotFoundException: Unable to find an entry point named 'is_Event' in DLL 'ueye_api_64.dll'.
   at uEye.ApiWrapper.Event_64(Int32 s32CamHandle, UInt32 u32Command, Void* pParam, UInt32 u32SizeOfParam)
   at uEye.EventThreadHandler.InitEvent(CameraEvent cam_event)
   at uEye.Info.Camera..cctor()
Stack:    at uEye.Info.Camera.GetCameraList(CameraInformation[]& CameraList)
   at Kinovea.Camera.IDS.CameraManagerIDS.DiscoverCameras(IEnumerable`1 blurbs)
   at Kinovea.Camera.CameraTypeManager.CheckCameras()
   at Kinovea.ScreenManager.ThumbnailViewerCameras.BeforeSwitch()
   at Kinovea.ScreenManager.ThumbnailViewerContainer.SwitchContent(ThumbnailViewerContent newContent)
   at Kinovea.ScreenManager.ThumbnailViewerContainer..ctor()
   at Kinovea.ScreenManager.ScreenManagerUserInterface..ctor()
   at Kinovea.ScreenManager.ScreenManagerKernel..ctor()
   at Kinovea.Root.RootKernel.BuildSubTree()
   at Kinovea.Root.RootKernel..ctor()
   at Kinovea.Root.Program.Main()