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

answered 2014-09-04 14:53:57 -0500

joq gravatar image

You should be able to view the camera images in ROS the same way you would a real camera. The usual ROS utility for that is image_view.

You can run a command like this:

rosrun image_view image_view image:=/camera/image_raw

Provide your correct topic name for the image parameter.