I am using imgSnap to get an image from a PCI-1424 card. This writes the image to an array (void** ImaqBuffer). How do I convert this array to an RGB image that I can use in the 'CCWIMAQVision' class?
I would look at the following example- it shows how to acquire images directly using the image data type. Alternatively you could use the imaqArrayToImage() fuction call to convert the array to an image.