Web

3D Digital Twin Platform

Browser-based digital twin platform that builds 3D site models from drone photos, with live telemetry and an alarm panel.

PythonThree.jsOpenCVWebSocket

01Overview

This platform turns drone photographs into a mosaic and then, together with a digital surface model, into a 3D site. The result is a digital twin you can walk through in the browser with Three.js, complete with live telemetry and an alarm panel.

The whole pipeline runs from one command: stitching, ingest and serving are chained through run_twin.py. A separate API process feeds telemetry, and when no API is present a simulation takes over so the demo always stays up.

02Key Features

03Engineering Notes