ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Since you have Logitech C920, which has hardware H264 encoding which is an awesome thing. For usb_cam you can try it by changing the value of pixel_format to H264. Change to . That should work and you'll get high fps with low resource usage.
2 | No.2 Revision |
Since you have Logitech C920, which has hardware H264 encoding which is an awesome thing.
For usb_cam you can try it by changing the value of pixel_format to H264. Change <param name="pixel_format" value="yuyv" />
to <param name="pixel_format" value="H264" />
.
That should work and you'll get high fps with low resource usage.