ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This may be a somewhat roundabout approach, and something faster could be possible, but you could first get the openni driver from your Kinect, which is the openni_launch and openni_camera packages, then use rosbag to capture the data from the /camera/rgb/image_mono topic, which is the greyscale image. I don't know whether rosbag would save the captured data in the format you want so you will have to check on that. You can learn how to go about doing that in further detail with these links www.ros.org/wiki/openni_launch/Tutorials/BagRecordingPlayback and www.ros.org/wiki/openni_launch.