ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how to change usb_cam parameters?

asked 2013-03-09 05:42:54 -0500

aimc gravatar image

Hello. I have installed usb_cam package. And making use of it with visp_auto_tracker:

roslaunch visp_auto_tracker tracklive_usb.launch

But the camera looks quite bright, i would like to edit those parameters (brightness, contrast, etc.) as easily as with dynamic_reconfigure and uvc (which i used for a totally different project):

rosrun dynamic_reconfigure dynparam set /uvc_cam_node contrast 90

Please help.

Greetings ROS community.

edit retag flag offensive close merge delete

Comments

1

I found a "workaround" for my petition: guvcview will configure the webcam, whenever i quit guvcview the changes modified (with the graphical interface) will remain when launching with visp_auto_tracker . However, it still lacks the functional properties of dynamic_reconfigure , for example dumping

aimc gravatar image aimc  ( 2013-03-10 17:25:18 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-07-18 11:48:51 -0500

fatihx gravatar image

did you try rqt_rconfigure ?

rosrun rqt_reconfigure rqt_reconfigure
edit flag offensive delete link more

Comments

usb_cam does not currently provide dynamic_reconfigure access to camera parameters, so running this command will not do anything to address the question (though it will provide access to compression settings in image_transport)

BJP gravatar image BJP  ( 2017-05-12 11:34:39 -0500 )edit

Question Tools

Stats

Asked: 2013-03-09 05:42:54 -0500

Seen: 1,870 times

Last updated: Jul 18 '13