在labview中显示来自URL的jpeg

发布于 2024-07-19 08:22:14 字数 195 浏览 7 评论 0原文

我需要制作一个labview VI来显示来自URL的jpeg图像。 (url是根据一些数据生成的)

我找到了一种从硬盘驱动器显示图像的方法(读取JPEG文件),所以我可能需要的只是一种将其下载到临时文件的方法。

我发现的只是一些低级 TCP 客户端 VI。 有更容易的方法吗? 如果没有,我可以打开浏览器窗口,但我宁愿不这样做。

I need to make a labview VI that will display a jpeg image from a URL. (the url is generated based on some data)

I've found a way to display an image from the hard drive (Read JPEG File), so what I probably need is just a way to download it to a temporary file.

All I've found are some low level TCP client VI's. Is there an easier way? If there isn't I can just open a browser window, but I'd rather not.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残月升风 2024-07-26 08:22:14

看看 这篇 LAVA 帖子,标题为使用 Datasocket 从 Web 服务器下载图像
唯一的缺点是它不是跨平台的,它只能在Windows上运行,在Linux上我见过这段杀死LabVIEW的代码。

OpenG Internet Connectivity 工具包 具有跨平台的代码。

Have a look at this LAVA post, titled Downloading an image from a Web server using Datasocket.
The only disadvantage is that it is not cross-platform, it will only work on Windows, on Linux I have seen this code killing LabVIEW.

The OpenG Internet Connectivity toolkit has code that is cross-platform.

Ton

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文