An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![promo_1](https://raw.githubusercontent.com/dfgHiatus/openPoseSocket/main/promo.png)

# 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.