DSO 3D Scanning Customer Demo

Two web apps for iPhone scanning workflow and 3D cloud visualization

Customer demo pack

From iPhone scan to STL cloud.

This package contains two runnable static web apps. The scanner app demonstrates the mobile capture workflow. The 3D Cloud app demonstrates stored scan review, point-cloud/mesh display, and STL/OBJ export.

Important: normal Safari web pages can show camera preview and 3D models, but the real iPhone LiDAR raw depth/point-cloud capture should be connected through a native ARKit wrapper. The included code already has a bridge seam for that future step.

Demo flow

PhoneManual iPhone demo starts with camera preview or uploaded LiDAR export.
LiDARNative ARKit bridge can later capture raw depth/mesh.
STLScan object is stored and exported as STL.
CloudDashboard displays mesh + point cloud and scan metadata.
Robot-readySame cloud flow supports robot arm, AMR, mobile cobot, and drone scanning.

What is included

ModulePurpose
scanner/Mobile web scanner demo with camera preview, upload, simulated LiDAR mesh, STL export, cloud storage.
cloud/3D cloud dashboard with scan list, 3D viewer, filters, metadata, STL/OBJ downloads.
shared/Reusable geometry parser/exporter, Three.js viewer, storage layer, native bridge seam.
docs/Integration notes for real iPhone LiDAR and robot/AMR/drone extension.