1 / 41

SIT Building Navigator System on Android

Computer Science Project. SIT Building Navigator System on Android. Development Team Members Name: Sasikan Wisetsing ID: 51270343 Name: Supattra Kungwonkit ID: 51270389. Co-Advisor. Advisor. Asst.Prof . Dr.Vajirasak Vanijja. Asst.Prof . Dr.Chakarida Nukoolkit.

heinz
Download Presentation

SIT Building Navigator System on Android

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. Computer Science Project SIT Building Navigator System on Android

  2. Development Team Members • Name: SasikanWisetsing ID: 51270343 • Name: SupattraKungwonkit ID: 51270389 • Co-Advisor • Advisor • Asst.Prof. Dr.VajirasakVanijja • Asst.Prof. Dr.ChakaridaNukoolkit

  3. System Analysis and Design

  4. SIT Building Navigator System on Android Platform Introduction It is an indoor navigation system of School of Information Technology of KMUTT. A mobile application of Android 2.1 platform.

  5. Analysis of the Existing System System Analysis and Design Comparison the new system with the old system Diagrams Application work flow Use Case Diagram Map data Implementation Database Table

  6. Analysis of the Existing System

  7. Analysis of the Existing System • The Layar program’s principle is that we use the mobile phone camera scanning around the area. • The Layar program will estimate the position at that moment and give the information that suit with the environment by using Google map to help it. • The technical name of this kind of program is Augmented Reality. • It is popular in using outdoor navigation.

  8. Comparison Old system with New system

  9. Old system It is an outdoor augmented reality video navigator system. • Refer the information from Google Map Database. • Show the real map from the satellite Unable to search the position of the rooms in the big buildings • Show the details of the information while using Augmented reality video search as the spot • Can swap the working from Augmented reality video to the foreground map

  10. New system It is the Augmented Reality Video Navigator which can search the position of the rooms in the building Refer the information from the vector map in the building that we’ve assigned Show the position by using QR code and connect with the faculty’s database Can capture QR code to see about the information of each room

  11. Diagram

  12. Use Case Diagram

  13. Application work flow No

  14. How to implement map data ?

  15. The original SIT map from AutoCad file (.dwg) Don’t have an API to convert them. Combine with the coordinate.

  16. Put a new mapping in XML Renew map Create transparent button overlay on the room position Define coordinate X & Y and size of each buttons

  17. Create Room database table Example of the SQLite Database Table

  18. Button overlay on map by XML <AbsoluteLayout android:id="@+id/AbsoluteLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:background="@drawable/floor2"> <Button android:id="@+id/Button01" android:layout_x="0dip" android:layout_y="0dip" android:layout_width="91dip" android:layout_height="44dip" android:background="@android:color/transparent"></Button> <Button android:id="@+id/Button02" android:layout_x="87dip" android:layout_y="0dip" android:layout_height="44dip" android:layout_width="129dip" android:background="@android:color/transparent"></Button>

  19. SIT First Floor SQLite Database Table

  20. Get Current location Collection format in QR code XXX : YYY : ZZZ Split Value Get x and y coordinate and RoomID, then connect with the room database

  21. The Scenario Basewith The Graphic User Interface

  22. One Year ago

  23. 1stJune 2012

  24. Today is a first day of Academic year 1/2012

  25. Hello!!, My name is Kitty. I’m a first year student. Today is my first day of studying at SIT KMUTT

  26. I need to buy the LNG101 Text book.

  27. Excuse me!

  28. Do you know,how could I go to the English Language coordinating section?

  29. Sorry! I don’t know.

  30. Surprise

  31. Surprise • If you are using android mobile. • Let’s download this application, to locate SIT building from Android Market. • We are the augmented reality indoor navigator.

  32. This page is the first page after we opened the program. Click start program.

  33. Read details of SITNAV

  34. Insert English Language coordinating section room

  35. I need to walk to the second floor.

  36. Find the nearest QR code

  37. It show the map result with the compass Swap

  38. I can point to the destination on the map and walk follow. Swap Swap

  39. I can swap to the Augmented reality Video overlay mode

  40. DEMO

  41. Thank you For Your attention

More Related