/FullBowody

Old sources of the FullBowody prototype

Primary LanguageC++

FullBowody

A full body tracking app using two or more HD cameras, for VR, 3D animation, etc.

/!\ Information /!\

This repository is deprecated, if you want to know about the FullBowody project, you can go see:




Compiling from sources (Windows)

  • Download the github repository
  • Install MinGW G++
  • Open a terminal in the root folder (where the main.cpp file is located)
  • Type ./build.cmd to compile the app

Running (Windows)

  • [temporary] To run the app, you need to have Python3 installed on your computer
  • [temporary] Install the mediapipe module for Python using the command pip install mediapipe
  • Open a terminal in the root folder
  • Type ./build/main.exe to run the app

Documentation

  • The documentation website can be found here

Dependencies

The dependencies used in this project are:

  • OpenCV
  • SFML
  • Mediapipe Pose
  • OpenVR / OpenXR

Author: FurWaz