No, these are very different matters.
The z-buffer is used to simulate depth in 3d rendering, or order 2d layers.
Obtaining depth from a 2d image is a (nearly) impossible Computer Vision problem. It can be solved if you project and detect infrared patterns like the Kinect does, or if you have stereo vision (two or more cameras separated by a certain distance, just like our eyes). It isn't very realistic to think that you can find the depth of an object using a single smart phone camera.
Unless you only want to compute the distance to one type of easily identifiable object, say a basketball ball. In that case, you could approximate depth using the scale of the object. This is still a difficult computer vision problem.