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

Record compressed stream via:

$ rosbag record /front_camera/image_raw/compressed

Play back recording with:

$ rosbag play <bagfile>
$ rosrun image_view image_view image:=/front_camera/image_raw compressed

note the space between the raw topic and the transport type in image_view.