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 | Q&A answers.ros.org |
I get "select timeout in grab" when I run rosrun uvc_camera uvc_camera_node. What could be the issue?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-02-19 19:18:37 -0500
Seen: 824 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?