Python 命名管道 - 通过彼此运行 2 个应用程序
对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论