AR Marker Generator
Use the AR Marker Generator editor tool to create custom fiducial markers (AprilTag, ArUco marker, QR code) that can be used to localize AR content.
Note: AprilTags are the best for accurate pose detection.
Usage
Open the editor window via
MeshMap > Tools > AR Marker Generator
.Input the "Marker ID" that you want to generate.
AprilTags and ArUco markers only support numbers. This makes them more efficient to read, especially for pose detection.
QR code are able to encode complex strings. If desired, you can structure the Marker ID as a URL with a query parameter. Unity apps using Marker Tracking will extract the parameter to use for localization, while regular QR code readers (like smartphone cameras) will direct to the URL. For example, https://www.meshmap.com/experiences?marker=0.
Optionally, input the "Filename" you want to save the file as.
Select the desired "Marker Type".
(See Step 2 for guidance on which type to use.)
Select the pixel "Size" of your image.
Click "Generate".
The markers are saved to
Assets/Markers/
.



Last updated