Vuforia AR marker generator binary (w/ Java) for Mac OSC
AR-Marker-Generator
A processing sketch that generates markers for Augmented Reality applications like Vuforia.
This allows you to create single markers but also named sets of markers (batch processing).
How to use
All info at our github page and summary below.
Using the binary executables (releases)
- Edit the file
marker_names.txt
to add your own market names. Note: when you are using the executable in Mac, this text file is bundled inside the executable.app, which you can view when you open the .app as a folder, e.g.,armarkergenerator.app/Contents/Java/data/
) - Edit the file and add each marker name; separating each word with a comma (
,
). - Download the release from our github (depends on your operating system and comes bundled with java already)
- Double click to execute it.
- It will start generating your AR markers; then wait for it to close automatically (likely takes 10 seconds). The markers will show up in your
markers
directory.