01-18-2007 10:43 AM
01-21-2007
08:06 PM
- last edited on
04-01-2026
04:26 PM
by
Content Cleaner
Hello ETanner,
Thank you for using National Instruments discussion forums. When you are trying to send an image over Data Socket you can not simply send the pointer to the image. Each executable runs in its own thread and when memory is allocated it is allocated according to that thread so you will not be able to access it by simply sending the reference over data socket. Instead of converting it to a 2D array you can try to flatten the image to a string and send it over data socket, this should be faster. I hope this information helps. Let me know if this is unclear. Thanks and have a great day.
Regards,
Mark T
Applications Engineer
National Instruments