Python 命名管道 - 通过彼此运行 2 个应用程序

发布于 2025-01-12 14:46:17 字数 199 浏览 0 评论 0原文

对 python 和命名管道非常陌生!

我试图同时运行 GUI 和运动跟踪应用程序 - 并将运动跟踪应用程序输出 (CSV) 发送到 GUI 脚本以同步两个数据流。使用命名管道,我们如何创建连接来同步两个应用程序?

我有一个用于 GUI 的功能齐全的脚本和一个用于运动跟踪的功能齐全的脚本,但无法弄清楚如何在 GUI 脚本中添加命名管道来获取运动跟踪脚本。

Very new to python and named pipes!

I am trying to run an GUI and a motion tracking application at the same time - and send the motion tracking application output (CSV) to the GUI script to synchronise the two data streams. Using a named pipe, how do we create a connection to sync the two applications?

I have a fully functional script for the GUI and a fully functional script for the motion tracking and cannot figure out how to add a named pipe in the GUI script to obtain the motion tracking script.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文