1 / 19

CampusView : Open-source Augmented Reality

CS480, Project Group #5 Nicholas Fleming, Jeremy Keczan , Brandon Pugh, Melville Stanley April 21, 2010. CampusView : Open-source Augmented Reality. Project Background. Augmented Reality is new technology – experimentation started in the 60’s, but the term itself wasn’t coined until 1992.

breck
Télécharger la présentation

CampusView : Open-source Augmented Reality

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS480, Project Group #5 Nicholas Fleming, Jeremy Keczan, Brandon Pugh, Melville Stanley April 21, 2010 CampusView: Open-source Augmented Reality

  2. Project Background • Augmented Reality is new technology – experimentation started in the 60’s, but the term itself wasn’t coined until 1992. • Information from the virtual world is combined with the user’s view of the physical world. • Early Examples: • First-down line in televised football • Head-up Display in aircraft • Modern Examples: • AR Browsers on mobile devices: Wikitude, Layar, AcrossAir, Yelp

  3. The Problem and the Opportunity • People need an easy way to learn about their surroundings on campus. • Mobile devices are becoming more powerful and ubiquitous. • Maps have limited information, harder to read, and become out of date. • No public-domain AR implementations.

  4. Requirements • Provide an AR view of WVU Campus • Open Source • Free • Open Architecture – Data Layers • Contains information for WVU students, faculty, staff, and visitors. • Keeps the users’ position data secure and untraceable.

  5. Architecture Overview • 3 Main System Components: • Client Application • iPhone App, Objective-C • Directory Server • Web service and Web application, PHP • Data Servers • Web services, open implementation

  6. Client Application • Runs on iPhone 3GS • Augmented Reality view displays data from multiple sources • Depends on: • GPS receiver • Digital Compass • Camera • Accelerometer • Wireless Data Network

  7. Data Servers • One Data Server for each Data Source. • Data Sources are represented as layers shown to the user in the Augmented Reality view. • Implemented as a web service: typically Apache/PHP/MySQL. • Can reside on separate physical servers anywhere on the Internet.

  8. Data Server Implementations • Building Information • Names and abbreviations • Services available • Parking Information • Lot locations • Required permit or fees • Twitter Posts • Nearby activity that happened recently

  9. Configuring Data Sources

  10. Directory Server • Provides a listing of all available Data Sources • Client Application retrieves the list when it starts up, allows users to choose which Data Sources they are interested in. • Implemented as a web service: Apache / PHP / MySQL. • Web application used for administration.

  11. How CampusView is different • Decentralized – Anyone can create data sources. • Open source – Anyone can contribute and improve the system. • Other implementations are highly commercialized.

  12. Test Plans • Unit Tests – Added and performed as code is written. Used to detect harmful code changes (aka regression testing). • Integration Tests – For testing the interoperability of system components: • Client <-> Directory Server • Client <-> Data Servers • Acceptance Tests • Can we see and configure our Data Sources? • Can we see building information when looking at a building? • Can we see parking information when looking at a parking lot? • Can we see Tweets when the Twitter layer is enabled?

  13. Project Plan • Server implementations will need to be completed before the system can be fully tested. • Development of Client and Server software will overlap. • Some team members will focus on client, some on server.

  14. Development Requirements • Macintosh workstation – XCode and iPhone SDK only run on Intel-based Macintosh machines • Apple iPhone Developer Certification – required for testing code on iPhones • iPhone 3GS • Server hosting costs

  15. Expected Outcomes • Complete implementations of Client Application and supporting servers. • Source code will be reused by others who wish to experiment with AR. • Students will have a resource for campus information. All project source code for Client Application, Directory Server, and Data Server reference implementations is to be released under the Limited GNU Public License, allowing it to be reused in any academic or commercial project.

  16. Conclusion • First open-source consumer-level AR system • Open client/server architecture that allows for well-distributed 3rd-party data sources

More Related