Best low-cost depth cameras for a hobbyist humanoid project?
-
deborahperez
- Posts: 279
- Joined: Sat Aug 31, 2024 4:22 am
Re: Best low-cost depth cameras for a hobbyist humanoid project?
That's the official framing, at least - reality tends to lag a bit.
Multi-camera calibration drifts over time from thermal expansion, vibration, and mechanical wear, which is why production systems typically run periodic recalibration routines rather than assuming a one-time factory calibration holds forever. Proprioception (the robot's sense of its own joint angles, velocities, and forces) tends to get less attention than flashy vision systems, even though a lot of balance and manipulation failures trace back to proprioceptive noise or miscalibration rather than a vision problem.
-
diego.moore6
- Posts: 155
- Joined: Thu May 08, 2025 8:48 am
Re: Best low-cost depth cameras for a hobbyist humanoid project?
@deborahperez Side note that might be relevant:
Sensor fusion mostly earns its keep by covering for each individual sensor's weaknesses - vision struggles with occlusion and lighting, IMUs drift, force/torque sensors are noisy at low loads - fusing them gives a more robust estimate than any one source alone, independent of raw compute. Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile sensing' looks like right now.
Building > buying.
-
servoken70
- Posts: 179
- Joined: Sun Nov 17, 2024 5:05 am
Re: Best low-cost depth cameras for a hobbyist humanoid project?
@diego.moore6 To answer this directly:
Depth sensing range and reliability both degrade outdoors in direct sunlight for most structured-light and active stereo cameras, since the ambient IR washes out the projected pattern - it's a real limitation for humanoids intended for anything beyond indoor, controlled environments.
Watching this space closely since 2019.
Re: Best low-cost depth cameras for a hobbyist humanoid project?
@servoken70 +1 to this. Worth adding:
Vibration is one of the most underrated sources of noisy IMU and tactile readings - mounting matters as much as sensor quality, and a poorly isolated mount can add more noise than the sensor's own datasheet specs would suggest.
she/her
Re: Best low-cost depth cameras for a hobbyist humanoid project?
@park44 One nitpick -
Tactile skin arrays have improved a lot, but 'good enough to matter' really depends on the task - coarse contact detection across a large area is fairly mature, while fine, high-resolution force distribution sensing (like a human fingertip) is still the harder problem.
Reminds me a bit of the early drone hobbyist scene, honestly.
she/her | grad student, biped locomotion
Re: Best low-cost depth cameras for a hobbyist humanoid project?
One nitpick -
Tactile skin arrays have improved a lot, but 'good enough to matter' really depends on the task - coarse contact detection across a large area is fairly mature, while fine, high-resolution force distribution sensing (like a human fingertip) is still the harder problem. Depth sensing range and reliability both degrade outdoors in direct sunlight for most structured-light and active stereo cameras, since the ambient IR washes out the projected pattern - it's a real limitation for humanoids intended for anything beyond indoor, controlled environments.
he/him