Robotics StackExchange | Archived questions

uvc_camera select timeout in grab

I get "select timeout in grab" when I run rosrun uvccamera uvccamera_node. What could be the issue?

Asked by bobbyrkey on 2019-02-19 20:18:37 UTC

Comments

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?

Asked by akim on 2020-05-19 02:50:12 UTC

Answers