Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

using imgSnap with componentworks

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?
0 Kudos
Message 1 of 2
(2,874 Views)
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.

The example is located here.
0 Kudos
Message 2 of 2
(2,874 Views)