Principle
More systems, from ShiftSpace on the web to Layar on mobile phone, make Augmented Reality usable now. How can it be done efficiently?
Yasako from Denno Coil
Requirements
- Cross-systems
- if you are using this system X on your mobile phone, Y on your laptop and Z on your TV, you should not need to re-write the same information again
- if system X closes, you should not loose your information
- Personnalized
- you should not be limited to only sold content
Potential solution
- regex-like datastructure
- (pattern;information)
- pattern
- URL for online information
- GIS for offline information (existing format?)
- note that the 2 types of pattern are not excluse, i.e. an overlay can be both online and offline
- example : a museum website (online) and the museum building (offline)
- information
- additional information about the element limited by the pattern
- hosting
- manage your own overlay server system where systems X, Y and Z pull information from
- have your PIM system provide an "export as overlay" function
Attention and filtering
- the more precise the pattern (GIS/URL)
- the more important screen estate allowed to display the information
Experiment
See also
Software
- ShiftSpace open source browser plugin for collaboratively annotating, editing and shifting the web.
- Layar free application on your mobile phone which shows what is around you by displaying real time digital information on top of reality through the camera of your mobile phone.
- ARToolKit a software library for building Augmented Reality (AR) applications
- ARKB: 3D vision-based Augmented Reality by Minkyung Lee , Woontack Woo, 2003
- video related
- Text Analytics Solutions from ClearForest including Metadata & database creation
- can be used to automatically geographically tag content (including from this wiki)
Harware