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

Left Camera

Right Camera

Depth Map Generated from Stereo Vision
Using a 6-DOF IMU, it enables Voxel to track the head position to intuitively know the orientation of the glasses.

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.
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 docsimport 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()