SolarFramework / Sample-FiducialMarker

DEPRECATED - FiducialMarker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED - This repo is no longer maintained


SolAR Fiducial Marker

License

The SolAR Fiducial Image Marker sample shows a SolAR pipeline for augmented reality based on a fiducials markers image. This pipeline loads a reference image marker, then tries to detect it on real-time camera images and to estimate the pose of the camera in relation to the coordinate system of the image marker. If the marker is detected, the pipeline over the current camera image renders a 3D cube from a virtual camera which pose corresponds to the one estimated by the pipeline.

SolARPipelineTest_FiducialMarker SolARPipeline_FiducialMarker

How to run

If you want to run your Fiducial samples after having built them, do not forget to install the required dependencies if not already done:

remaken install packagedependencies.txt

and for debug mode:

remaken install packagedependencies.txt -c debug

For more information about how to install remaken on your machine, visit the install page on the SolAR website.

SolARPipeline_FiducialMarker

  • Open a terminal and execute from the bin/Debug or bin/Release folder:

Windows

SolARPipelineTest_FiducialMarker.exe

Linux

./run.sh ./SolARPipelineTest_FiducialMarker

Plugin

You should have bundle every required library in your Unity project (./Assets/Plugins). Then from Unity Gameobject PipelineLoader you can load your configuration file for the natural image pipeline. You can directly edit parameters from Unity Editor's inspector.

Contact

Website https://solarframework.github.io/

Contact framework.solar@b-com.com

About

DEPRECATED - FiducialMarker

License:Apache License 2.0


Languages

Language:C++ 66.0%Language:QMake 19.8%Language:Shell 5.7%Language:Batchfile 5.6%Language:C 2.8%