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

Revision history [back]

Sure! just subscribe to the RGB image topic. Assuming you started the openni with

roslaunch openni_launch openni.launch

Just subscribe to /camera/rgb/image_raw topic. The sensor_msgs/Image messages you get can be easily converted to OpenCV with cv_bridge package.