uvc_camera select timeout in grab

asked 2019-02-19 19:18:37 -0500

bobbyrkey gravatar image

updated 2019-02-20 00:01:00 -0500

ahendrix gravatar image

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

edit retag flag offensive close merge delete

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?

akim gravatar image akim  ( 2020-05-19 02:50:12 -0500 )edit