Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 Azure Kinect,我目前正在为 python 使用 PyK4a 包装器,为 C++ 应用程序使用 Azure Kinect SDK。我想同时在两个应用程序中使用来自我的 Kinect 的提要。是否可以并行执行此操作?
一种替代方法是创建一个从 Kinect 读取提要的新应用程序。然后,这个新应用程序会将提要转发到您的两个应用程序。