Hi Dejan, I think I did about the same as you the first time. I had no idea what to do with that ost.txt file, as the format didn't match anything I was familiar with. Since the camera1394 driver provides that info manager class, I used the upload functionality of camera_calibration/cameracalibrator.py (or whichever is in the monocular calibration tutorial). This saved a file to the /tmp directory that was called something like calibration_.yaml or something similar. I then copied that file to the directory in my launch file and loaded it into the driver. As Jack mentioned, there may be issues with setting the camera_info_manager/url parameter before you do the calibration. I didn't try that method and just allowed it to save to /tmp, which worked out just fine for me. - Eric On Wed, Mar 31, 2010 at 10:38 PM, Dejan Pangercic wrote: > Hi Eric, >> >> >> >> >> > value="file:///home/eric/code/cwrucam/cwrucam/calibration/calibration_left.yaml" >> /> >> > Could you maybe tell me how did you get your yaml file? I namely > calibrated one of my cameras today (for the first time using > camera_calibration pkg) and all I got when I hit "Save" button was an > attached "ost.txt" file. Did you by chance perform manual conversion > to yaml format? > @Patrick, James: the format of that "ost.txt" actually discerns from > the one described here: > http://www.ros.org/wiki/camera_calibration/Tutorials/MonocularCalibration. > Is  this intentional? > > Furthermore just to clarify it, camera1394 does not do the > undistortion, it just publishes CameraInfo to be used in image_proc > correct? > > cheers, D. > -- > MSc. Dejan Pangercic > PhD Student/Researcher > Computer Science IX > Technische Universität München > Telephone: +49 (89) 289-17780 > E-Mail: dejan.pangercic@in.tum.de > WWW: http://ias.cs.tum.edu/people/pangercic > > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users > >