08-12-2012 11:45 PM
I want to use IMAQ fuction to grab image from my grab card PCIE-1433, and do some image process through function in openCV.
Dose any one know how to tranfer it?
Thanks
08-14-2012 01:32 AM
Please see the attached image and the following folder location.
C:\Documents and Settings\All Users\Documents\National Instruments\NI-IMAQ\Examples\MSVC\Grab
C:\Program Files\National Instruments\Vision\Examples\MSVC
OpenCV might not be the same as MSVC, and you may have to create wrapper functions for it.
09-03-2015 02:43 AM
May I know how to further use with opencv? Where can I learn more detail about the example given by NI?
10-16-2015 02:21 AM - edited 10-16-2015 02:23 AM
Hi,
NI doesn't provide OpenCV examples. The examples are you can see in above image, like C/C++, C#, VB.NET. I suggest you to look for the transformation between above programming language and OpenCV. If there is anyone that you can make the transfer, then you can use that example and modify it into your OpenCV application.