LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer Image Array from RT to Host PC

Problem Description:

 

I use Labview RT to capture images and save all images in an image array.

 

Then i want to transfer the image array to host pc  to save the images to file.

 

I wan to use network published varaible to do this, but there is no image array type varaible, and suggestions?

 

 

0 Kudos
Message 1 of 3
(2,837 Views)

Hi Jason,

you can send your data as a string.

 

Mike

0 Kudos
Message 2 of 3
(2,828 Views)
Simply use IMAQ ImageToArray to change an image to array of numeric, but since shared variable only supports 1D array, you need to merge 2D into 1D, and send it.
You also need another shared variable to send image width and heigth in order to transform it back.
0 Kudos
Message 3 of 3
(2,813 Views)