Question

Im pensée de développer l'application de réalité augmentée pour ma bibliothèque scolaire. Fondamentalement, nous avons alreayd une machine qui nous donnera le code décimal duis pour le livre est, mais le bibliothécaire doit encore nous dire où c'est. Une application de réalité augmentée au-dessus de ce à qui les gens où le livre est un travail pourrait bien je pense.

Il suffit de se demander comment il est de faire une telle chose difficile sans GPS comme son intérieur.

Intel avait une bonne solution http://www.youtube.com/watch?v=WciFx66ojA4 mais est une application viable pour faire?

Était-ce utile?

La solution

If you haven't worked much with Android before, specifically with capturing and overlaying its video stream data I would say that creating an augmented reality application would be very difficult. I worked on a project capturing and analyzing live video streams through android for on-device analysis and found it significantly challenging.

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

If you really want to go for live navigation indoors your best bet may be through a combination of the compass and accelerometer data so you can infer direction and distance as a user moves through the environment. There are some good papers around in regard to this but you may need to go through the IEEE or ACM libraries to look them up.

Autres conseils

The IMHO easiest way would be to place some WLAN senders in the library and the use them to calculate the position based the signal strength of all WLAN senders in reception range.

There are a couple of scientific papers and demo-installations available around the world:

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top