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

Revision history [back]

This is because the video stream you had tried to convert was in BGR8, while the actual stream the camera calibrator node needs is a MONO8 stream(grayscale). Tried a grayscale converter??