usb_cam: [ERROR]Webcam: expected picture but didn't get it...
I'm trying to use
rosrun usb_cam usb_cam_node
to read my web camera, but it keeps returning error:
[ERROR] [1392890872.217213339]: Webcam: expected picture but didn't get it...
[ERROR] [1392890872.252854641]: Webcam: expected picture but didn't get it...
[ERROR] [1392890872.285282152]: Webcam: expected picture but didn't get it...
[ERROR] [1392890872.317282039]: Webcam: expected picture but didn't get it...
...
The camera works well when using
guvcview
I have the same errors. I guess it depends on pixel_format because if I do "rosparam set usb_cam/pixel_format yuyv" and then "rosrun usb_cam usb_cam_node" I get a constant amount of frames/sec with no errors but after that I can´t see the image well: Maybe a codification problem.
@4LV4R0 yes. thanks for your advice, it is a format problem. Not quite sure about the frame rate problem, my image_view node works well on Ubuntu