Build your own HW-accelerated stereo camera from scratch with Nvidia Jetson.
Stereo Pair intrinsic calibration
Lens distortion correction
VPI HW-accelerated remap()
Depth calculation
3D Printable Hardware
Install dependencies
sudo apt install libnvvpi1 python3-vpi1 vpi1-dev
Calibrate cameras (see notebooks in calib/ folder).
Try python implementation
cd depth_pipeline_python
python3 depth_vpi.py
Try C++ implementation
cd depth_pipeline_cpp
mkdir build && cd build
cmake .. && make -j$(nproc)
./depth_pipeline
3D printable holder for 2 × IMX219 camera module is available here. Baseline distance of the pair is 80mm.