9 lines
410 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 存在问题
1. 推流方案对延迟要求较高如果通过AI服务器 => UE服务器 =>客户端的方式,会大大提高延迟。
# 工作内容
1. 查看UEOSC & VMC4UE实现。
2. 学习VMC协议内容。
3. 学习查看EasyVirtualMotionCaptureForUnity、VirtualMotionCaptureProtocol、ThreeDPoseTracker通讯部分实现。
4. 学习Nodejs的worker_threads与osc模块使用。
5. 尝试实现。