06-27-2012 07:59 AM
Dear LabVIEW Experts,
Say I have some C code that takes a pixel array and does some manipulation and spits it back out. I want to capture an image and extract the array via LabVIEW, manipulate the array in C, and then get the new array back into LabVIEW. I understand LabVIEW has VIs for the imagetoarray / arraytoimage, but is there a simple way to integrate the C code? <--- If yes, can you explain it?
I'm using Labview 2011 SP1 and I have the Vision Acquisition software.
Thanks
Solved! Go to Solution.
06-27-2012 08:06 AM
I would build a DLL and in LabVUEW use a Call Libarary Node to call that function.
Search ni.com on how to build an call DLLs.
06-27-2012 08:22 AM
@ledsrcool wrote:
is there a simple way to integrate the C code? <--- If yes, can you explain it?
Read help:
Andrey.