LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to open the file when i get it using Datasocket?

I get a file using datasocket,for example ,a bmp file.but How can i
open it on my computer? It just save in some buffers.
please explain in details.
Thanks in advance.
0 Kudos
Message 1 of 2
(2,671 Views)
You need to convert the image file to a 2D array then transport the array via datasocket.

Take a look at this example program:
Convert Image to Array

Ray K
Applications Engineer
0 Kudos
Message 2 of 2
(2,671 Views)