http - Displaying a jpeg from a URL in labview -
I need to create a label VI which will display JPEG image from the URL. (URL is generated based on some data)
I have found a way to display an image from hard drive (read JPEG file), so I probably need it to be a way to download it A temporary file.
I have found that all low level TCP clients are VI. Is there an easier way? If not there, then I can just open a browser window, but I do not want to.
Have a look at, downloading an image from a web server using the dataset The only disadvantage is that it is not a cross-platform, it will work only on Windows, on Linux I have seen this code beating Labovius.
There is a code in it that is a cross-platform.
Ton
Comments
Post a Comment