> 1. Is the depth image really 640x480, or is that oversampled? The > wikipedia page states the depth sensor has an resolution of 320Ũ240 > pixels. If it's oversampled, where does that take place - in the > driver, or the device itself? I prefer not inflating the point cloud > with oversampled data I think the device itself reports the data with this size. If you look at the picture I posted in the second post you also see that there are for example one pixel sized holes in the 640x480 sized depth image, which should not exist if some very simple interpolation scheme would be used to blow up a 320x240 image to 640x480. >From what I read beforehand, the original Project Natal was supposed to be 640x480, then Microsoft reportedly "downgraded" to 320x240 for cost reasons (see http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=kinect+downgraded+to+320x240). Now the sensor appears to deliver 640x480 again, which might or might not be just blown up 320x240on the onboard ASIC. > 2. What is the relationship between the values in the depth_frame and > the distance in meters? It doesn't appear to be linear Thatīs really the interesting question, along with others like how to calibrate visual and depth image to get real RGB-D data. With the current state of affairs one can generate some impressive looking images, but to leverage the full potential of the sensor these calibration questions really have to be solved. > 3. I read somewhere the device's range can be set dynamically. I'm > guessing one of the inits in inits.c could be responsible for the > range. Thatīs more stuff that will probably be discovered in the coming days/weeks. Still very impressive how good the sensor works already right out of the box. > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users >