-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device/Browser combo that currently support anchors #56
Comments
Can you be more precise. Are you asking if there are devices that have an implementation of anchors, both do, that is also exposed in the browser? Apple, Android, Hololens and Magic Leap all have a concept of anchors. However, the implementation and behavior very. For example, what their primitive backing feature consistent of. You have the problem of localization in a passthrough wearable where the user is placed in some sub map of a larger map. AR I assume would have a similar issue. VR has the benefit of being more consistent in this regard because you have a stable origin. |
A few thoughts are this: express the anchor as the average of some lower level anchor. For example GPS, computer vision recognition, offset from a map id, another anchor offset. Because of things like bundle adjust, drift, accumulated error in relocalization, creating various backing elements should help stabilize over time as long as those elements are stationary. Although you have headpose in VR you have a more consistent origin than when in AR. |
I mean is there currently any device/browser which allows you to actually call |
Chrome for Android is shipping Anchors as of M85, they should be available for "immersive-ar" sessions. @thetuvix, @Yonet, @AdaRoseCannon - can you speak to whether anchors are implemented in other browser/device combos and/or ping folks who could speak to that? |
Ping @thetuvix, @Yonet, @AdaRoseCannon, @jdashg: is there any wearable device currently available which supports WebXR Anchors? |
@fordacious may know |
Any other device support beside android? Looking to create an anchor with Hololens 2 |
Currently the Canary and Dev versions of Edge (v93) support anchors without any flag changes. Previous versions support anchors but require you to set the WebXRIncubations flag. |
@fordacious You are referring to HoloLens 2, correct? |
Hi, any clarification on that front? As I see involvement from Microsoft, any timeline where Azure Cloud anchors could support the Web as a target platform? |
This topic gets brought up each face to face meeting, we know people want shared anchors, and generally the answer is "no, not any time soon", there isn't really an interoperable cloud-anchor solution. |
@Utopiah since a chunk of Mixed Reality team is laid-off, I don't think Azure will support web as a platform in the near future. |
Thanks @Yonet for the direct answer. |
Is there currently any combination of mixed reality devices (e.g. HoloLens 2/Magic Leap) and browser (e.g. Firefox Reality) that allows testing out anchors or is it too early?
The text was updated successfully, but these errors were encountered: