
AI Sensors · All-in-One 3D ToF · VL-SH-5030
Spatial Home
An all-in-one 3D ToF sensor solution for IoT and smart home. Illumination, sensing, and depth processing on one compact module — up to 100 × 100 depth at 2.5 m, streaming ready-to-use data over a simple serial interface.
$39 / unit
- All-in-one: VCSEL, sensor, and depth processing on-module
- Up to 100 × 100 depth resolution at up to 20 fps
- 0.2 – 2.5 m range with a 60° × 60° field of view
- Outputs processed depth — no host-side ToF pipeline needed
- Privacy-safe silhouette sensing, no RGB camera
Ships worldwide · 2-year warranty · Free community SDK tier included
Specifications
Technical specs
| Technology | All-in-one iToF module |
|---|---|
| Resolution | Up to 100 × 100 |
| Range | 0.2 – 2.5 m |
| Field of View | 60° (H) × 60° (V) |
| Frame Rate | Up to 20 fps |
| Processing | On-module depth pipeline |
| Output | Depth map / point data |
| Interface | UART / I²C / SPI |
| Illumination | 940 nm VCSEL, Class 1 |
| Temperature | -10 °C to 60 °C |
Code
Fall detection in ten lines
from spatialai import Camera, Agent cam = Camera("spatial-home") agent = Agent(model="fall-detect-v2") @agent.on("fall_detected") def alert(e): agent.notify.sms("+1-555-0100", e.summary()) agent.run(cam)
Works with the free SpatialAI community tier. See the full quickstart →
Applications
Built for
Smart Home
Room-scale presence and people counting for hubs and appliances.
Elder Care
Fall detection from depth silhouettes — no cameras watching.
Smart Lighting
Occupancy-aware lighting that knows people from pets.
IoT Devices
Drop-in 3D sensing with zero ToF expertise required.