Solution
To avoid losing image calibration information during the transfer, it is recommended to use a reliable method for transferring data using TCP communication. One solution could be to avoid using third-party add-ons and instead follow an established example project for guidance. For instance, referring to the example project Networking >> TCP & UDP >> Simple TCP.lvproj can provide insight into how to properly transfer data using TCP communication.
By following a proven example project, the proper handling of the image data can be ensured and the risk of losing calibration information can be minimized. It is also important to test the transfer process thoroughly and verify that the calibration information is preserved throughout the transfer.