Hi Catcus,
It's possible your camera is not compatible with the usb_cam package
but have you tried the launch file I included in my earlier
message? If it works, the camera image should be on the topic
/camera/rgb/image_raw so after running the launch file, test the
video stream with:
$ rosrun image_view image_view image:=/camera/rgb/image_raw
If this still doesn't work, I would suggest posting on
http://answers.ros.org and include the following:
- your camera make and model
- your version of ROS
- your version of Ubuntu
- what kind of computer you are running on (e.g. laptop versus
Raspberry Pi)
--patrick