You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The USB cameras are currently capturing at around 17 fps. This too slow and a more ideal speed would be 25 - 30 fps. Capturing a compressed image may help with this issue. Another method is to find a C++ ROS package that uses the USB camera. A potential on is listed here http://wiki.ros.org/usb_cam.
A potential issue of the above package is trying to use multiple USB cameras with the same package. It would need to be able to launch with different topic names else they will overlap and cause the previous one to shut down.
The text was updated successfully, but these errors were encountered:
The USB cameras are currently capturing at around 17 fps. This too slow and a more ideal speed would be 25 - 30 fps. Capturing a compressed image may help with this issue. Another method is to find a C++ ROS package that uses the USB camera. A potential on is listed here http://wiki.ros.org/usb_cam.
A potential issue of the above package is trying to use multiple USB cameras with the same package. It would need to be able to launch with different topic names else they will overlap and cause the previous one to shut down.
The text was updated successfully, but these errors were encountered: