Depth estimation techniques use stereo vision or multiple camera views to extract depth information from 2D images. Stereo vision involves using two cameras to capture left and right images of a scene. The disparity between corresponding pixels is used to calculate depth. Key steps include camera calibration, image rectification, disparity calculation to find pixel matches between images, and triangulation to compute depth from pixel disparity and camera parameters. Multi-camera views provide enhanced coverage, improved depth perception, and redundancy by capturing different perspectives of a scene simultaneously.