Can I use augmented reality indoors without GPS

I am thinking of developing an augmented reality application for my school library. We basically have a machine that will give us a decimal decimal code for a book, but the librarian still needs to tell us where it is. I believe that the augmented reality application allows people where the book can work well, I think.

It’s just interesting how difficult it is to do this without GPS, like indoors.

Intel had a good solution http://www.youtube.com/watch?v=WciFx66ojA4 , but is this a viable application?

+6
source share
3 answers

If you haven’t worked a lot with Android, first of all, with capturing and overlaying your video streams, I would say that creating an application with augmented reality will be very difficult. I was working on a project that collected and analyzed real-time video streams through an android for analysis on a device and found it rather complicated.

If you are looking for an alternative, I would suggest a static mapping application that shows the library layout, your current location on the terminal, which provides a Dewey Decimal listing, and the calculated location of the book that they just looked at. You can even add a section on the Dewey decimal classification system and become your librarian's best friend.

If you really want to switch to live indoor navigation, the best choice would be a combination of compass and accelerometer data so that you can determine the direction and distance when the user moves around the environment. There are some good documents regarding this, but you may need to go through the IEEE or ACM libraries to find them.

+3
source

The easiest way IMHO is to place some WLAN senders in the library and use them to calculate a position based on the signal level of all WLAN senders in the receive range.

There are several scientific articles and demos around the world:

http://scholar.google.com/scholar?q=indoor+localization+wlan

+4
source

Maybe take a look! - this is something for you. Their functions are indoor location.

0
source

Source: https://habr.com/ru/post/899631/


All Articles