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.
我目前正在将 Kinect SDK 1.6 用于需要应用程序将图片覆盖在骨架的特定点上的项目。我想添加对结果进行截图的功能,但我发现的所有方法都只是对 Kinect 输出进行截图,而不是对添加的额外图像进行截图。
有没有办法做到这一点?
您可以将RenderTargetBitmap视为一种可能的解决方案。您可以将我们所有的叠加层渲染到同一个位图目标,同时从 Kinect 的摄像头捕获帧。
上面的链接中给出了保存视觉对象的示例。