https://github.com/mizunagikb/vr_camtrack
MotionTracking for VRChat
https://github.com/mizunagikb/vr_camtrack
Last synced: 4 months ago
JSON representation
MotionTracking for VRChat
- Host: GitHub
- URL: https://github.com/mizunagikb/vr_camtrack
- Owner: MizunagiKB
- License: mit
- Created: 2022-08-15T06:12:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T23:14:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T18:20:08.549Z (5 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VR CameraTracking for VRChat
MotionTracking for VRChat
## About VR CameraTrack
[Google MediaPipe](https://google.github.io/mediapipe/) Google MediaPipe、Microsoft KinectV2を使用してモーショントラッキングをするためのソフトウェアで、主にVRChatでの使用を想定しています。
このソフトウェアは、トラッキングポイントの取得とOSCの送信しか行いません。
VRChat側にTracker情報を送信するには、別途 [Virtual Motion Tracker](https://github.com/gpsnmeajp/VirtualMotionTracker) が必要となります。## 同梱のPyKinectV2について
vr_camtrack_kn.py の内部で [PyKinectV2](https://github.com/Kinect/PyKinect2) を使用しています。
このモジュールは古いため、手元の環境(Windows 10 64bit + Python 3.9.12)で動作しなかったため、モジュールを同梱しています。