I currently have a Stereo camera that I made using the Jetson nano. I can create a Disparity map with it. However, I want to be able to determine the distance of each pixel from the camera, which I am assuming is possible since I already have a rectified and calibrated stereo pair.
Does anyone know how to do this? The disparity image that is eventually returned and displayed on the screen is a numpy.ndarray class.