Skip to content

Web Viewer Quick Start

Get started with the ARVOS Web Viewer in 30 seconds.

Step 1: Start the Viewer

cd arvos-sdk/web-viewer
./start-viewer.sh    # Mac/Linux
# OR
start-viewer.bat     # Windows

Step 2: Scan QR Code

A QR code will appear in your terminal. Scan it with your iPhone camera.

Step 3: Connect

  1. Tap the notification to open in ARVOS app
  2. Or manually open ARVOS app
  3. Tap "CONNECT TO SERVER"
  4. Tap "START STREAMING"

Step 4: View Data

Open your browser to the URL shown in terminal (usually http://localhost:8765).

You'll see: - Live camera feed - Point cloud visualization - IMU data graphs - GPS location - ARKit pose tracking

That's It!

No Python installation needed. Works on any device with a browser.

Next Steps