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

It looks like the camera driver doesn't set the encoding field of the sensor_msgs/Image message. Try

rostopic echo /image_topic/encoding

Normally this should be one of mono8, rgb8 or bgr8.

Which version of ROS are you using?