Augmented Reality Measure with WebXR
The WebXR Device API is not yet compatible with all browsers. Check https://caniuse.com/#feat=webxr for more information.
Navigate to Demo with your mobile device.
After you pressed the START AR Button
- Move your phone around, until you see a marker on your screen.
- Move marker to first measurement point.
- Tap on the screen to start measurement.
- Move marker to second measurement point.
- Tap on the screen to stop measurement.
- The distance will appear in the center of the line connecting both measurement points.
- Repeat steps 2 to 5.
Install dependencies with
npm install
Start development server with
npm run serve
or build with
npm run build