Skip to content

This is a Marker-based Tracking System for VR/AR Applications.

License

Notifications You must be signed in to change notification settings

shengyu7697/MarkerVR

Repository files navigation

MarkerVR

This is a Marker-based Tracking System for VR/AR Applications.

  • 6DoF Motion Tracking
  • Vision-based

Develop Environment

How to Build

Get Source Code

一次全部下載 (包含所有的 submodule)

git clone https://github.com/shengyu7697/MarkerVR.git --recursive

or
分次下載 (先下主程式再下載 submodule)

git clone https://github.com/shengyu7697/MarkerVR.git
cd MarkerVR
git submodule init
git submodule update

Pre-Install

protobuf

sudo apt-get install libprotobuf-dev protobuf-compiler

Build

cd MarkerVR
./gen_makefile.sh
cd build
make -j8

License

MarkerVR is published under the MIT license.