Obtaining depth data from kinect
I am able to publish data from kinect using freenect_launch. How do I view extract the depth data using a python script. I am interested in obtaining the depth value corresponding to each of the pixel in the RGB image.
Thanks in advance