MonocularCalibration hanging
I wish to use the MonocularCalibration node for calibrating my ueye camera. The program seems to be working fine meaning it is displaying a nice image with identified corners and lines and I can see that it is trying to adjust the corners and lines. The documentation says that when the CALIBRATE button lights up click on it to complete the calibration. But when the button lighten up and I clicked on it nothing happened and the node hanged.
I have a node which is publishing just the image data as sensor_msgs/Image on a topic "img_out" and I am using this topic to run the MonocularCalibration node.
Do I have to publish the camera_info as well ? It doesnt say so in the tutorial of MonocularCalibration.