Hi All
I have OMV in my house, not for a company. That PC is on 24/7 so I would like to use it like a DVR with Agent from iSpy.
I installed Agent following this guide: iSpy agent for Linux but when i launch "dotnet Agent.dll", I have this output
Code
Unhandled exception. System.TypeInitializationException: The type initializer for 'Emgu.CV.MatInvoke' threw an exception.
---> System.TypeInitializationException: The type initializer for 'Emgu.CV.CvInvoke' threw an exception.
---> System.DllNotFoundException: Unable to load shared library 'cvextern' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libcvextern: cannot open shared object file: No such file or directory
at Emgu.CV.CvInvoke.RedirectError(CvErrorCallback errorHandler, IntPtr userdata, IntPtr prevUserdata)
at Emgu.CV.CvInvoke..cctor()
--- End of inner exception stack trace ---
at Emgu.CV.CvInvoke.CheckLibraryLoaded()
at Emgu.CV.MatInvoke..cctor()
--- End of inner exception stack trace ---
at Emgu.CV.MatInvoke.cveMatCreate()
at CoreLogic.Utilities.Imaging.LoadStaticImages()
at CoreLogic.Threads.StartUp()
at AgentCore.Code.Initialize.Go()
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state)
at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Annullato
Alles anzeigen
Do you have any idea?
Thanks