how to build free website

Stereo Camera System for ADAS

2017

We designed a prototype stereo camera system that provides depth information for use in Advance Driver Assistance Systems(ADAS) for our capstone project.

Assuming perfect matching between the stereo images, accuracy in stereo systems decreases quadratically with distance due to the fact that the pixels are discrete. In addition, distance can only be triangulated in the regions of the image where two cameras have an overlapping field of view. Accuracy can be increased in two ways: increase the baseline distance between two stereo cameras or decrease the cameras’ field of view (FOV). Both of these decrease the overlapping region, thus increasing the minimum distance where detection is possible.

Hardware setup of our system

We attempted to solve this problem by using a duo-baseline setup with three cameras. One baseline is between the outermost cameras at a distance of 0.6 meters, which provides the greater accuracy, but it only works at longer distances. The other baseline is 0.2 meters between the two cameras on the left which can be used for close range. We chose 1.3MP USB3 global shutter cameras from Point Grey, and an NVIDIA Jetson TX1 for processing. In addition, we designed custom PCBs for supplying power and provide hardware synchronization for the cameras.

Setup for in-car testing
Left camera image
Middle camera image
Right camera image
Final depth

The camera system is calibrated for lens distortions as well and the position and orientations between cameras. Then, stereo images from two baselines are matched to generate a depth image. We selected Semi-Global Matching (SGM) on the Jetson TX1 GPU for stereo matching. SGM offers a good trade-off between speed and accuracy. Finally, depth from the two baselines are fused according to their optimal distances.

We tested the stereo camera system on a car by mounting it behind the windshield and drove the car around the university. Note that the project focused on generating depth information, the car and pedestrian detections were added last minute addition to demo how the depth information could be used, and thus there are lots of false detection. The depth results are not very good around the edges due to calibration and cheap low quality lens ($7 each) we used.