libfreenect-goodies icon indicating copy to clipboard operation
libfreenect-goodies copied to clipboard

what is it that I am getting from my code?

Open akengi opened this issue 8 years ago • 0 comments

Using calibkinect.py, i printed u,v array and x,y,z array using the following code line for a sample of pixels, as given in the example: u,v = mgrid[10:120,50:80] xyz,uv = depth2xyzuv(freenect.sync_get_depth()[v,u], u, v)

what are these values exactly? and how can I use these values to find the location of my object in those pixels, with respect to kinect's position... what am I missing here!!?? Please help!

Below is the screenshot for the reading of the pixels of the wall, which is approximately 120 cm away from my kinect. screenshot from 2017-10-26 18-48-18

akengi avatar Oct 26 '17 07:10 akengi