Knowledge Base
Find answers to frequently asked questions about our services, products, and processes.
How does augmented reality work on a technical level?
AR overlays digital content onto the real world through your device's camera. Augmento's WebAR engine uses a combination of computer vision, SLAM (Simultaneous Localization and Mapping), and GPS data to anchor 3D content to real-world positions. The browser accesses the camera feed, our algorithms detect surfaces or locations, and then render 3D models, animations, and interactive elements in real-time at 60fps — all without native app installation.
How to natively integrate SLAM technology into a custom real estate augmented reality web app?
SLAM (Simultaneous Localization and Mapping) in the browser relies on WebXR's built-in tracking capabilities rather than implementing SLAM from scratch. Mobile browsers on ARKit/ARCore-capable devices expose surface detection and spatial tracking through the WebXR API. Your Three.js or A-Frame application accesses these capabilities via XRSession with 'immersive-ar' mode, letting the browser handle the heavy SLAM computation natively.