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

Revision history [back]

The exception is caused by message deserialization. Android devices have a very limited amount of memory so I guess the image that you are transmitting is just too big. Try with a smaller image, maybe you need to write something like an image downsampling node.