Only depth info from kinect
Hi I am using openni_kinect with Diamondback on Ubuntu 10.04. Does anyone know if there is a way to capture just depth data for further analysis ?
From the RGBDSLAM tutorials, after running 'roslaunch rgbdslam kinect+rgbdslam.launch ' I could save point cloud data from the rviz screen as a .ply file (which has x,y,z,r,g,b entries for all points) to see it in something like Meshlab. The problem in this is that the file is really large (10-15 MB) and it is difficult to segregate and analyze just x,y,z data from this.
By the way, what I am trying to do is capture the depth info around at certain frequency and estimate the dynamics of the environment progressively from all the frames captured. Any help is really appreciated
Thanks