endink / Mediapipe4u-plugin

378 stars 52 forks source link

cannot find Unreal5.1 mediapipe livelink component #71

Closed stella00000100000 closed 1 year ago

stella00000100000 commented 1 year ago

MediaPipe4U Version

5.1

UE Version

5.1.x

UnrealEngine Type

Install From Epic Games Launcher

What happened?

感谢大神分享mediapipe的插件!我用的是UE5.1,安装的是5.1版本的mediapipe4u。 [跟着文档在设定的时候,在创建角色组件的步骤中,文档中说需要添加四个组件。唯独找不到MediapipeLivelink这个组件。

微信截图_20230531164448

想问一下是我的设置哪里不对吗? 所有相关插件都已开启。

微信图片_20230531164332
endink commented 1 year ago

MediapipeLiveLink 是一个 Actor ,并不是一个 Component (组件), 你应该在内容浏览器种查找,然后将它拖放到场景中

stella00000100000 commented 1 year ago

MediapipeLiveLink 是一个 Actor ,并不是一个 Component (组件), 你应该在内容浏览器种查找,然后将它拖放到场景中

抱歉,我是UE新手。在文档中说的是创建actor然后在里面添加组件。我理解的这个actor是一个蓝图,而MediapipeLivelink是存在于蓝图内的组件功能?文档中的原图 https://opensource.labijie.com/Mediapipe4u-plugin/mocap/quick_start/images/mediapipe_runtime_actor.jpg 我看到plugin文件夹中也有一个C++ class的MediapipeLiveLink actor,您指的是将这个actor拖到场景中吗?

微信截图_20230531173300
endink commented 1 year ago

emmm... 你必须熟练 UE 的,Actor, Component, Character ,继承等概念,这不是一个新手友好的插件,或许你应该考虑外挂式的解决方案,例如类似乐道师那种东西。