07-29-2008 03:07 AM
07-29-2008 03:16 AM
Hi Marco,
you can use TCP/IP to send your image between both applications. If you use it, then you are independent from a LabVIEW global variable.
Mike
07-29-2008 04:10 AM
07-29-2008 04:23 AM
Hi Dreamer,
I'm not an Expert in network programming, but working extensively using IMAQ and VB.NET. If you are allowed to use IMAQ under Visual Studio, you can use "ImagetoArray" where each element in the array could be sent to LV and collected to form the image again. If not, you may access the image grabbed in VB using System.Drawing.Bitmap class (GetPixel method), reading teh pixel value and sending the pixel index and value.
Another dummy solution but much easier:
I hope this helps.