02-11-2005 04:54 PM
02-16-2005
01:03 PM
- last edited on
03-06-2026
06:44 PM
by
Content Cleaner
Hello M.T.,
I would suggest using the IMAQ Image to Array VI to get an array representation of the image. Then you can convert the 2D array into a string by using the Flatten To String VI to send the information over DataSocket or TCP/IP.
The following document shows some pros and cons of streaming images over TCP/IP and DataSocket.
The following document shows an example of how to stream images over DataSocket [broken link removed]. This document also includes a link to an example program demonstrating how to do this.