Skip to content

openPoseSocket is a body tracking application for vr and screen mode users in NeosVR.

License

Notifications You must be signed in to change notification settings

dfgHiatus/openPoseSocket

Repository files navigation

promo_1

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.