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

Never mind with this question. I found myself.

Just using usb_cam package, which is already included ROS system.

The important points are pixel format and width, height.

In purethermal1, pixel format is uyvy, 80 x 60 resolutions.

Just modify that parameter in launch file.

and do the roslaunch:

sudo chmod +x /dev/video0

roslaunch usb_cam usb_cam-test.launch

And everything works fine.