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

intrinsic calibration of the kinect cameras

asked 2012-06-15 03:48:10 -0500

rosmaker gravatar image

updated 2012-06-16 00:39:38 -0500

I do the tutorial in http://www.ros.org/wiki/openni_launch/Tutorials/IntrinsicCalibration?action=show&redirect=openni_camera%2Fcalibration

3.RGB camera

roslaunch openni_launch openni.launch

rosrun camera_calibration cameracalibrator.py image:=/camera/rgb/image_raw camera:=/camera/rgb --size 5x4 --square 0.0245

I commit my successful calibration

and

4.IR(depth)camera

rosrun camera_calibration cameracalibrator.py image:=/camera/ir/image_raw camera:=/camera/ir --size 5x4 --square 0.0245

I also commit my successful calibration

Question.

  1. How can I know the calibration result?

  2. How can I compare the before calibration?

(Should I see a noticeable difference when viewing the raw and rectified images?)

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-01-28 09:30:17 -0500

davinci gravatar image

You can view the yaml file

$ ls ~/.ros/camera_info/
depth_B00362708888047B.yaml  rgb_B00362708888047B.yaml

Perhaps it is possible seen that you have less distortion round the edges of your image?

edit flag offensive delete link more
0

answered 2021-03-15 18:12:54 -0500

Erik Fustes gravatar image

When i run rosrun camera_calibration cameracalibrator.py image:=/camera/ir/image_raw camera:=/camera/ir --size 5x4 --square 0.0245 i can't see nothing on the gui.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-15 03:48:10 -0500

Seen: 738 times

Last updated: Jan 28 '13