



Start with a standard 360° camera (Ricoh Theta, Insta360), the exact same cameras Spacely customers already use. No LiDAR, no depth sensor, just a single equirectangular photo.
Six stages transform a regular capture into a fully immersive, depth-correct VR representation.
Start with a standard 360° camera (Ricoh Theta, Insta360), the exact same cameras Spacely customers already use. No LiDAR, no depth sensor, just a single equirectangular photo.
Feed the imagery through the DA² depth AI model. The model predicts per-pixel distance from the camera, generating a complete spatial map from a 2D photograph.
Encode the resultant map as a 16-bit precision PNG using R + G/255 channel packing. This preserves fine detail while keeping the format web-compatible.
A custom GLSL fragment shader traverses through the field in real-time. By utilizing an optimized distance thresholding algorithm, it efficiently locates the proper surface geometry.
Stereoscopy provides offset perspectives for each eye. WebXR provides per-eye view matrices automatically, producing correct parallax natively.
The result is a fully browser-native VR layout with authentic perception. Since only rotation is allowed from the user's fixed point, we support a comfortable 3DoF system.
Explore 12+ environments with real-time depth parallax. Put on a VR headset for the full stereoscopic layout.
Launch Viewer