A powerful ArUco marker generator for creating fiducial markers with fixed and random IDs. It can even generate upto 500 markers all at once!
Check out the ArUco-Gen website here -> https://aruco-gen.netlify.app/
Built using Bootstrap and JavaScript (with jQuery on top), ArUco-Gen offers the following features -
The binary marker matrix has been generated with the help of code derived from the aruco-marker JavaScript library. You can find the project here -> aruco-marker.
From the command line, execute the following:
# Clone this repository
$ git clone https://github.com/Soumik-Dhar/ArUco-Gen.git/
# Go into the repository
$ cd ArUco-Gen/
# Launch index.html on your browser
$ start index.html # On Windows
$ open index.html # On Linux/Mac
Generate some ArUco markers by visiting the website here -> ArUco-Gen
You can check out the full license here
This project is licensed under the terms of the MIT license.