Walk around the object
Shoot from a single height, moving smoothly in a circle without changing focus.
Upload a series of overlapping frames around an object. The application will arrange them in a circle and create a smooth interactive 360° view directly in the browser.
Shoot around the object at the same height with a 10–15° step.
Add photos of the object from different angles — then drag the scene left or right.
Turntable shows frames. For actual volume, send the series to a compatible photogrammetry backend or upload a finished result.
The backend must accept POST /jobs and return a jobId, then GET /jobs/{id} with modelUrl.
HTTPS and CORS are required for the application domain. POST /jobs accepts images[] and manifest, GET /health checks availability.
Specify a backend to build an actual model.
GLB, GLTF, OBJ, PLY, and STL are supported. GLB is convenient for textures, STL for 3D printing.
The package contains images and manifest.json for COLMAP, OpenMVS, or Meshroom.
A browser-based turntable is not enough for depth calculation. The backend performs feature matching, camera estimation, point cloud, mesh, and texturing.
Finished models will appear here.
Shoot from a single height, moving smoothly in a circle without changing focus.
Each subsequent frame should overlap most of the previous one.
After uploading, the app will show dimensions, frame step, and problematic areas.
For a real OBJ/GLB mesh, connect a photogrammetric backend: the application will send it the series and show the finished result.