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

Revision history [back]

Your camera has to support those given resolutions, otherwise the drivers don't know what to do. If this is a generic camera driver based on UVC or something and not implemented for your specific camera, you're probably out of luck. The SDK for the camera is most likely needed to do this.

Your alternative is to make a node which subscribes to that image and then it uses openCV or eq. to downsample to your desired resolution.