Evaluating Next-Gen Depth Sensors

Systematic evaluation of depth sensors for V2 - from datasheets to real-world performance characterization.

Evyatar Bluzer
4 min read

Four vendor sample kits are sitting in the lab right now, and one of them is going to end up in V2. Sensor selection is close enough - the January plan had orders locking within four months - that gut feel no longer cuts it, so we put together a proper evaluation.

Evaluation Framework

Datasheets tell one story and real performance tells another, which is the whole reason this framework exists.

Accuracy

We measure depth error against range at 0.5m, 1m, 2m, 3m, 4m, and 5m, and against angle by comparing the center of the field to the corners. Just as important is separating systematic bias, which is consistent and correctable, from random noise, which we characterize as per-frame variation against a static target.

Resolution

Three concrete questions here: can the sensor resolve 1cm features at 2m, what is the minimum detectable depth difference, and how sharp are the depth discontinuities at edges. Edge quality matters more than it sounds - mushy edges poison everything downstream that reasons about object boundaries.

Robustness

  • Sunlight immunity: performance at 10K, 50K, 100K lux
  • Multi-path handling: corner geometry test
  • Dynamic range: black to white surfaces
  • Temperature stability: -10°C to 50°C operating

System Integration

  • Power consumption: under various operating modes
  • Latency: trigger to data ready
  • Interface: USB, MIPI, custom
  • Calibration: factory vs field requirements

Test Infrastructure

We built a dedicated sensor evaluation lab for this:

┌──────────────────────────────────────────────────────────┐
│                  Controlled Environment                   │
│                                                          │
│  ┌────────────┐      ┌─────────────┐    ┌────────────┐  │
│  │ Light      │      │ Reference   │    │ Sensor     │  │
│  │ Sources    │      │ Targets     │    │ Under Test │  │
│  │ (variable) │      │ (calibrated)│    │            │  │
│  └────────────┘      └─────────────┘    └────────────┘  │
│                                                          │
│  ┌────────────────────────────────────────────────────┐ │
│  │ Motion Stage (sub-mm repeatability)                │ │
│  └────────────────────────────────────────────────────┘ │
│                                                          │
│  Temperature Chamber: -20°C to 60°C                     │
└──────────────────────────────────────────────────────────┘

The reference targets are flat plates at calibrated distances, a depth wedge for resolution testing, a multi-reflectance chart running 5% to 95%, and a corner geometry rig for multi-path.

Preliminary Results

Sensor A (ToF, indirect) has the best accuracy of the four (±1% at 2m) at moderate power (400mW), but it struggles with sunlight above 30K lux and shows strong multi-path artifacts.

Sensor B (ToF, direct) trades the other way: good sunlight immunity (still works at 80K lux) and minimal multi-path, paid for with a higher noise floor and high power draw (700mW).

Sensor C (structured light) has the best resolution at close range and the lowest power (250mW), but it fails above 10K lux and tops out at 3m of range, which is roughly the near-field role I assigned structured light back in 2016.

Sensor D (stereo) is passive, so zero depth-specific power, and it performs well outdoors. Its resolution depends on scene texture, though, and it struggles on uniform surfaces.

Which Sensor Wins?

None of them, on all dimensions. So we ranked what we actually need:

  1. Must have: Outdoor operation (>50K lux survival)
  2. Must have: Range to 4m (room-scale)
  3. Should have: Low power (under 500mW)
  4. Should have: Resolution for hands (under 5mm at 60cm)
  5. Nice to have: Multi-path robustness

Against that list the current leader is Sensor B, despite the power concerns.

Depth sensor kits on power against sunlight ceilingA scatter plot with power draw on the horizontal axis and sunlight ceiling on the vertical axis; four labeled points, one dashed vertical line at 500 milliwatts and one dashed horizontal line at 50K lux, with the upper-right point highlighted.0250500750Power draw (mW)025K50K75K100KSunlight ceiling (lux)should have: under 500 mWmust have: survives 50K luxSensor A, ToF indirect400 mW, best accuracy (±1% at 2 m)struggles above 30K lux, strong multi-pathSensor C, structured light250 mW, fails above 10K luxtops out at 3 mSensor D, stereo: passive, no depth powerperforms well outdoors (no lux figure given)resolution depends on scene textureSensor B, ToF direct: the current leader700 mW, still works at 80K luxminimal multi-path, higher noise floor
The four sample kits on power draw against sunlight ceiling, with V2's must-have of 50K lux and should-have of 500 mW drawn as dashed bars; Sensor B is the only kit whose lux figure clears the bar and pays for it in power, and Sensor D, which has no lux figure, is drawn on the bar.

On launch day I wrote that ToF was the right call and that V2 would not be fighting sensor limitations. The first half is holding, since the leader is still ToF. The second half is not: none of the four kits wins on every dimension, and the leader draws 700mW against a 500mW should-have.

Evaluation continues through August. Final decision in September.

Comments