I'm interested to find the closest depth a (perfectly aligned) stereo camera can measure (with a fixed baseline and focal length). I know that the depth can be calculated given the baseline, focal length and the disparity. Depth = (Baseline * Focal lenght) / Disparity
This problem can (in my opinion) also be formulated like this: Find the maximum disparity possible of the stereo vision camera. As Z would go to zero, the disparity becomes infinity. But this can't be true because (again, in my opinion) it's not possible to picture an image at depth 0.
Any suggestions?
Thanks in advance!