question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The 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:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
cdatacommented, Nov 14, 2018

@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

2reactions
cdatacommented, Nov 14, 2018

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found