Hi,
I'm using a USB camera from Sentech, but with the software I have I can save the image to the hard drive and then load it to a CWIMAQViewer using VB6.0 & Measurement Studio. From the functions I'm using I get the pointer to the image, I want to know if there is a way to load the image directly from memory to the viewer instead of loading it from the hard drive, because this method is extremely slow... I saw a function called ConvertArraytoImage, but I need the array, and I think this will be slower too, but I couldn't find a way to load the image using it's pointer. I'm also willing to use labview if there is no way to doit on VB6.0
Thank you.