Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (21 loc) · 1.06 KB

StereoVision

stereovision with esp32 cams for depth estimation , using Yolo , Opencv etc

References

  1. ESP32 stereo camera for object detection, recognition and distance estimation
  2. Depth Estimation with OpenCV Python for 3D Object Detection

Steps Involved

  1. Capturing Images
  2. Spotting the Centre Point
  3. Setting Up focal Length
  4. Calculation of Disparity
  5. Calculation of Image Depth

Diagram for Problem Approach

Screenshot 2024-06-17 125612

Output

Esp32-StereoVision

StereoMap Generation

the Above Process is done for every pixel and the depthmap is generated

References

  1. Simple Stereo | Camera Calibration

Output

DepthMap