Is it possible to build an augmented reality iOS app designed to work in small spaces, like a school? I have seen many apps with AR but in big places, like cities. I want to do this in a school – is that possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do AR anywhere. Location based AR can get tricky indoors though. AR uses several tools to determine where you are standing and where you are looking. These include GPS, Compass, Accelerometer, and Gyroscope. What you may struggle with is getting a GPS reading with the accuracy needed for a small space, especially inside a building. I would expect that you will not be able to rely on GPS at all for your application. So you will need to find some other way to determine location. You could do some sort of system that relies on stationary QR codes or known points.