BlueRoseNote/01-Diary/周小结/2023.8.10 工作进度汇报.md

15 lines
739 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服务器 =>客户端的方式,会大大提高延迟。
# 工作内容
## AIVirtualIdol
1. 查看UEOSC & VMC4UE实现。
2. 学习VMC协议内容。
3. 学习查看EasyVirtualMotionCaptureForUnity、VirtualMotionCaptureProtocol、ThreeDPoseTracker通讯部分实现。
4. 学习Nodejs的worker_threads与osc模块使用。
5. 实现VMC服务器部分逻辑但传输到UE部分的逻辑有些问题正在排查问题所在。
6. 改造VMC4UE插件没有全部完成
## AIMotionRender
1. 尝试移植UE自带的WebSocketServer代码并使用但因为会出现模块加载问题而放弃。
2. 尝试使用Puerts的EasyEditorPlugin方案。