12-06-2016 11:33 AM
Hi, i´m using LabView 2013 and OpenCv 2.4.13.
I have wrote a code in c++ with OpenCv tools and want to use it in LabView.
To understand to communication between LabView and OpenCv i try to reproduce an example i found in this forum.
I build it exactly like Klemen show it in his solution answer. When i try to call the dll in LabView i get the error (Libary could not been find or load(don´t know if this is the 100% correct translation)).
I just get this error when i use the functions of OpenCv when i took them out of the code it works(cplusplus_code_working). I really have no idea of the reason of this mistake.
12-06-2016 09:35 PM
12-07-2016 02:26 AM
Am i right, that i can't use a dll with OpenCv code without the Vision Licence ?
12-07-2016 03:12 AM
12-07-2016 03:41 AM
ok beacause i just haven't the possibility to work with the Vision licence.
So i don´t really yet get why i have this error.
12-07-2016 03:51 AM
12-07-2016 04:02 AM
Thanks for your help i will look at the links in the next two days and will try to get it work.