MotionCaptureAndroid/README.md

24 lines
613 B
Markdown
Raw Permalink Normal View History

# MotionCaptureAndroid
动作捕捉系统数据采集Android应用程序
基于Google开源机器学习方案[MediaPipe](https://google.github.io/mediapipe/)中的`Pose`解决方案开发。
## 开发
开发使用的IDE
- [Android Studio](https://developer.android.google.cn/studio/)
使用`Android Studio`导入项目即可。
其中编译`MediaPipe`相关`AAR`组件的步骤详见[编译MediaPipe框架 - Ricardo的博客](https://rrricardo.top/blog/2022/11/11/compile-mediapipe/)。
### TODO
- ~~MediaPipe相关功能实现~~
- 局域网里主机的发现
- 同主机之间的高效数据传输