update camera_info in ueye_cam
Hi,
I'm using the ROS package ueye_cam (fuerte branch) and I would like to know how update the camera_info.
I do the calibration with camera_calibration ROS package, I convert the calibration info in .yaml file and I put these files in /home/../.ros/camera_info.
If I run
roslaunch ueye_cam master_slaves_rgb8.launch and I do rostopic echo /master/camera_info, I don't see the new value.
How can I update these values?
Thank you