랭킹으로 돌아가기

ju1ce/April-Tag-VR-FullBody-Tracker

C++

Full-body tracking in VR using AprilTag markers.

vrvrchattrackertrackingsteamvrfbtfullbodytracking
스타 성장
스타
1.2k
포크
54
주간 성장
이슈
28
5001k
2023년 1월2024년 3월2025년 5월2026년 7월
README

This guide is also available in the following languages:

>>Full Tutorial Here<<

For the full setup guide, click on the link above to access the wiki!

Having questions or issues?

Ask in the help channel of our discord server: https://discord.gg/g2ctkXB4bb

April-Tag-VR-FullBody-Tracker

Full-body tracking in VR using AprilTag markers.

This is my second attempt at creating a full-body tracking system using fiducial markers. This should enable people to get fullbody tracking for free, using only a phone and some cardboard. It is possible to get pretty good tracking with trackers of sizes as small as 10cm and a PS eye camera of 640x480 resolution. Increasing the marker size or using a higher resolution and faster phone camera further improves tracking.

NOTE: THIS IS A FREE AND OPEN SOURCE PROJECT. YOU DO NOT NEED DRIVER4VR FOR THIS!

To use, you will have to make three trackers - one for each leg and one for hips. Using only leg trackers will not work in VRChat!

This version uses the much more accurate AprilTag system and includes many improvements to make the system easier to use, such as a GUI interface and a more straightforward calibration.

If you have any issues or encounter any bugs, feel free to open an issue on github or message me on discord: https://discord.gg/g2ctkXB4bb

The program can be downloaded from the releases tab.

demo

Beatsaber demo: https://youtu.be/Akps-dH0EeA

Short setup video:

I am too bad at making actual tutorials, but I did record a short video of me setting up everything. It's not a replacement for the tutorial below, but it may help you understand some of the steps better.

https://youtu.be/ncN8Vw_0DrE

I also have a ko-fi!

https://ko-fi.com/ju1ce

Donations are apreciated but not necessary!

Build instructions:

NOTE: THIS IS ONLY FOR DEVELOPERS. IF YOU ONLY WANT TO USE APRILTAGTRACKERS AND NOT WRITE CODE, THE TUTORIAL IS ON THE WIKI

NOTE 2: Building in the current master is a bit broken right now. If you have problems building, refer to this PR. The repo with the fixes is here, with a more detailed build manual here.

The project is a CMake project. You should be able to build it either using CMake and your favourite IDE/compiler, or some IDEs already support opening cmake projects directly.

Linux prerequisites

sudo apt-get update -y
sudo apt-get install -y build-essential tar curl zip unzip pkg-config autoconf libudev-dev freeglut3-dev libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev ffmpeg

OpenCV gstreamer backend

sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

Windows prerequisites

Open in Visual Studio, or use the Visual Studio Command Prompt.

Clone and build

git clone https://github.com/ju1ce/April-Tag-VR-FullBody-Tracker
cd April-Tag-VR-FullBody-Tracker
cmake -B build
cmake --build build --config Release --target install

That should be it! In case you try it before a more detailed guide is up, we are always there to help on the discord server! (link above)

Troubleshooting

If anything goes wrong when building, please notify us in the discord/via a github issue!

Sources

Olson, Edwin. "AprilTag: A robust and flexible visual fiducial system." 2011 IEEE International Conference on Robotics and Automation. IEEE, 2011.

https://github.com/AprilRobotics/apriltag

WxWidgets: A Cross-Platform GUI Library

https://github.com/wxWidgets/wxWidgets

관련 저장소
aframevr/aframe

:a: Web framework for building virtual reality experiences.

JavaScriptnpmMIT Licensevrwebvr
aframe.io
17.6k4.4k
jrouwe/JoltPhysics

A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West and Death Stranding 2.

C++MIT Licensephysicsvr
11k813
alvr-org/ALVR

Stream VR games from your PC to your headset via Wi-Fi

Rustcrates.ioMIT Licensevrsteamvr
7.8k671
relativty/Relativty

An open source VR headset with SteamVR supports for $200

C++GNU General Public License v3.0virtual-realityhardware
relativty.com
7.2k384
ValveSoftware/openvr

OpenVR SDK

C++BSD 3-Clause "New" or "Revised" Licensesteamvrsdk
steamvr.com
6.6k1.3k
LWJGL/lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.

JavaMavenBSD 3-Clause "New" or "Revised" Licenselwjglkotlin
lwjgl.org
5.4k706
praydog/REFramework

Mod loader, scripting platform, and VR support for all RE Engine games

C++MIT Licensere2mods
reframework.praydog.com
5.3k586
praydog/UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)

C++Othercmkrcpp
uevr.io
4.4k252
ExtendRealityLtd/VRTK

An example of how to use the Tilia packages to create great content with VRTK v4.

C#MIT Licenseunity3dvrtk
vrtk.io
3.7k976
nagadomi/nunif

Misc; latest version of waifu2x; 2D video to stereo 3D video conversion

PythonPyPIMIT Licensesuper-resolutionvr
3.3k275
gpac/gpac

GPAC Ultramedia OSS for Video Streaming & Next-Gen Multimedia Transcoding, Packaging & Delivery

CGNU Lesser General Public License v2.1streaminggraphics
gpac.io
3.3k588
vasturiano/react-force-graph

React component for 2D, 3D, VR and AR force directed graphs

HTMLMIT Licensereactforce-directed-graphs
vasturiano.github.io/react-force-graph/example/large-graph/
3.2k356