AdamVerellen
IS-IT--Management
I know there are a few other posts regarding this. But so far I havn't been able to get it to work.
I am using a Vision System camera that when triggered sends out the image data via tcp (winsock) connection.
The first bunch of characters state info about the image.
maybe 120 characters into the string it states the size of the image, then comes the image data.
Any ideas on how to change the image data into an image?
So far I set up the data receive to get Ascii then I convert to binary. Is that the correct approach?
Thanks
Adam
I am using a Vision System camera that when triggered sends out the image data via tcp (winsock) connection.
The first bunch of characters state info about the image.
maybe 120 characters into the string it states the size of the image, then comes the image data.
Any ideas on how to change the image data into an image?
So far I set up the data receive to get Ascii then I convert to binary. Is that the correct approach?
Thanks
Adam