steroscopic-hardware

steroscopic-hardware

Real-time stereoscopic depth mapping on dual Zedboards with a Go WebUI and hardware-accelerated SAD disparity.

Github: https://github.com/conneroisu/steroscopic-hardware

steroscopic-hardware ΒΆ

A real-time stereoscopic depth mapping system running on dual Zedboards, combining FPGA hardware acceleration with a Go-powered web interface. I implemented the Sum of Absolute Differences disparity algorithm in VHDL so it runs entirely on the FPGA fabric, offloading the compute-intensive matching from the ARM cores. The Go WebUI streams the resulting depth map live, letting me tune parameters and visualize output without reflashing the board.