11-17-2016 09:16 AM
Hi
I am developing a LabVIEW based vision system. Though the front-end is to be developed in C#.
The processed images should be displayed on the front-end.
Has anyone experience in how to convert, pass and display IMAQ images in C#
Thanks
11-18-2016 04:12 AM
Hi Kahr.
It is possible to process all the pixels in a picture from Labview, and then you can build up the picture in your C# application (I have added a picture of the function)
I would also recommend you to read through this thread.
http://www.ni.com/white-paper/3700/en/
and this one tells you in more detail what products you need if you want to doyour whole VI into C#.
https://forums.ni.com/t5/LabVIEW/convert-labview-VI-to-C-code/td-p/365761
I hope this helped
\\ mBaltzer
11-18-2016 04:52 AM
10-18-2018 09:37 PM