Skip to content
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

How can I enable multiple users to see the same object in the same physical location at a later time? #13

Open
westonweiyi opened this issue Jul 4, 2023 · 2 comments

Comments

@westonweiyi
Copy link

Hello,

I am a newbie and I am sorry if this is the wrong place to ask this question. I want to use AlvaAR to create an indoor navigation application.
Is there a way to allow others to see the same object in the same location at a later time, similar to ARCore's Cloud Anchors?

Thank you.

@nicolocarpignoli
Copy link

Hi,
I'm not very familiar with this library but it's a SLAM Web AR library "only". So it renders what you want, according to "where" and when you set it.
In poor words: you have to build the coordinating system by yourself.

You could create a server that sends some information with a REST API, and you can check, on the Web AR frontend, if the "ping" request has arrived. In that case, you can show the object at the same time for each user.

About "where" to show the object, it depends: if you want to show it on a relative position for the user, it should be simple. If you want to position it absolutely, I guess you will need a geolocation web based AR system, that is different from this library.

@westonweiyi
Copy link
Author

Hi @nicolocarpignoli , Thanks for the answer. I think you are right, I need to establish a coordinate system and store it for sharing with others. I found that many companies have implemented this function by scanning indoor spaces and creating point cloud maps, but their fees are too expensive, so I think I have to stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants