https://github.com/dfghiatus/openposesocket
openPoseSocket is a body tracking application for vr and screen mode users in NeosVR.
https://github.com/dfghiatus/openposesocket
android computer computer-science computer-vision ip neosvr python socket socket-programming sockets vr
Last synced: about 1 year ago
JSON representation
openPoseSocket is a body tracking application for vr and screen mode users in NeosVR.
- Host: GitHub
- URL: https://github.com/dfghiatus/openposesocket
- Owner: dfgHiatus
- License: apache-2.0
- Archived: true
- Created: 2020-12-31T21:22:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T23:11:04.000Z (over 5 years ago)
- Last Synced: 2025-06-17T03:02:36.450Z (about 1 year ago)
- Topics: android, computer, computer-science, computer-vision, ip, neosvr, python, socket, socket-programming, sockets, vr
- Language: Python
- Homepage:
- Size: 8.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# openPoseSocket
*openPoseSocket is a body tracking application for vr and screen mode users in NeosVR." To use, download and run openPoseSocket.exe and equip a pre-set openPoseAvatar from my public folder "dfg's contraptions".*
Hello all! I will be updating this Github with planned changes, known bugs and channels for feedback/feature requests in regards to openPoseSocket. If you do not have a copy of my public folder "dfg's contraptions", you can find a copy in "The Directory" or PM me in game/on discord dfgHiatus#7426.
## FOR DEVELOPERS, READ ON
Included is the source code used to drive the fucntionality of this project, credit to @quanhua92 for the base model. You can build your own version with [pyinstaller --onefile -w '"FILENAME".py'].
### PREREQUISITES AND SETUP
- Have a web camera plugged in and make sure it's the default device.
- Install Python 3.8.6. If you already have python installed, you may need to upgrade/downgrade. Be sure to add python to PATH to run those batch files, since it uses pip directly.