Skip to content

Build and encapsulation of the ArUco marker tracking module from OpenCV 3.2.0 for easy use by JavaScript web apps.

License

Notifications You must be signed in to change notification settings

syntheticmagus/webpiled-aruco-ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpiled-aruco-ar

The encapsulation layer and scripts to build the final WebAssembly and JavaScript for the webpiled ArUco marker tracking for Babylon.js. To build, execute build.sh. To host the build output in a local debug browser, execute run.sh; the output can then be tested by visiting http://localhost:8080.

NOTE

Sometimes, especially on Windows, the process of pulling down this repository can remove execution permissions from the bash scripts (build.sh and run.sh). If this happens, you can just add the appropriate permissions back to the scripts before trying to execute them.

chmod +x build.sh
chmod +x run.sh

About

Build and encapsulation of the ArUco marker tracking module from OpenCV 3.2.0 for easy use by JavaScript web apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published