Record reality—with depth

Voxel Glass

Smart glasses with depth perception

Two wide-angle stereo cameras work together to capture depth information, enabling precise 3D understanding of your environment.

Left camera view

Left Camera

Right camera view

Right Camera

Depth perception output

Depth Map Generated from Stereo Vision

Track your head position

Using a 6-DOF IMU, it enables Voxel to track the head position to intuitively know the orientation of the glasses.

Full body tracking with angled cameras

Full Body Tracking

The angled wide-angle cameras enable full body tracking by capturing your entire body in the field of view. Combined with depth perception, Voxel Glass can track your movements and position in 3D space.

Python SDK

Our Python SDK provides access to Voxel's capabilities. Manage the filesystem, stream video and IMU data, capture photos, and handle calibration. All with a few lines of code.

Explore the docs

import voxel_sdk

# Connect to Voxel
voxel = voxel_sdk.ble.BleVoxelTransport(device_name="voxel")
voxel.connect()

# Stream video
controller = voxel_sdk.device_controller.DeviceController(voxel)
controller.stream_with_visualization()

Interested in Voxel Glass?