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 2011-10-20 07:58:26 -0600

joq gravatar image

The REP-0104 specification supports using the full resolution calibration with a cropped image.

The CameraInfo returned by camera_info_manager contains default operational parameters, including binning and ROI values. That works unmodified if your camera is publishing the full-resolution image for which it was calibrated.

To publish a cropped image, add the appropriate ROI parameters to the CameraInfo message before publishing it. You can look at the camera1394 driver for an example of this logic.