Marker-based AR
See original GitHub issueThe AR capabilities are great but require special instructions and aren’t widely available out of the box.
Would be nice to have an option for supplying marker-based AR which doesn’t require anything other than getUserMedia()
(works on most modern browsers I believe).
Perhaps using OpenCV with the Aruco module enabled? At a glance it looks to me like this would work, though I’m not sure if camera calibration is necessary or if it can somehow be gotten by looking up runtime info available to the browser, in a database that can give back camera stats?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Marker-based vs markerless augmented reality: pros & cons
Marker -based augmented reality experiences require a static image also referred to as a trigger photo that a person can scan using their...
Read more >Markerless vs. Marker-based AR with Examples - Aircards
Marker -based Augmented Reality uses a designated marker to activate the experience. Popular markers include Augmented Reality QR codes, ...
Read more >What Is Marker Based AR - Reality Interactive
Marker based AR, also known as image recognition AR, requires a trigger photo or QR code to activate the AR experience. The user...
Read more >Marker-Based Augmented Reality - It-Jim
Marker -Based Augmented Reality · Augmented Reality (AR) is one of the most popular and challenging fields in computer vision research. · The...
Read more >Marker Based - AR.js Documentation
Marker Based · Hiro Marker is the default one, not very useful actually · Barcode markers are auto-generated markers, from matrix computations. Learn...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dakom FWIW this is the most recent high-level library I am aware of that offers marker-based tracking: https://github.com/jeromeetienne/AR.js
We have not really talked about it as a team yet, but speaking for myself I like this idea a lot.
I have seen a couple of libraries over the years that help with marker-based AR, both high level and low. What is the state of the art?