Install Camera Drivers to work with ROS:
$ sudo apt-get install ros-fuerte-camera-umd
check pkg
$ roscd uvc_camera
check the web camera:
$ ls /dev/video*
then come out:
/dev/video0
launch uvc_camera:
$ roslaunch uvc_camera camera_node.launch
check and echo rostopic:
$ rostopic list
$ rostopic echo /image_raw
$ rosrun image_view image_view image:=/image_view
Tools:
guvcview is a graphical front-end for uvc drivers built using GTK+. It is way better than cheese for controlling webcam and recording.
Then type:
$ sudo apt-get install guvcview

本文介绍了如何在ROS环境中安装并配置相机驱动,包括使用sudo apt-get install命令安装必要的软件包,验证安装是否成功,以及如何启动和检查相机节点。此外,还推荐了一款名为guvcview的图形界面工具来更好地控制摄像头。
2398

被折叠的 条评论
为什么被折叠?



