Hi JRA,
in my application i have an activeX control wich is an image acquired from a webcam. I get this image using "Get image" method of the activeX container, so i have it as an array of unsigned byte. I have try to send this array using DataSocket, but it's too slow and i have about 1 second delay between the image I acquire and the image I receive.
I know that the JPEG Intel Library has a function to convert to jpeg, with a parameter to select if you want it in a file or in a buffer, but I don't know how use it with Labview.
If you think there's any way more efficient to do this, please let me know.
Thanks a lot!
Sonia