uvc_camera select timeout in grab
I get "select timeout in grab" when I run rosrun uvc_camera uvc_camera_node. What could be the issue?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I get "select timeout in grab" when I run rosrun uvc_camera uvc_camera_node. What could be the issue?
Asked: 2019-02-19 19:18:37 -0500
Seen: 879 times
Last updated: Feb 20 '19
I've got the same problem, but I don't know how to solve the problem
Apparently, it is caused because of select function call in uvc_cam.cpp line 482.
Its return value is zero because there are no file descriptors ready. But I don't have idea how to fix it
Is there someone who knows what to do?