I'm trying to calibrate a webcam camera and I am using both of OpenCV and a matlab app for that but I'm confused.
First of all I calibrate them one by one with OpenCV code (http://docs.opencv.org/trunk/doc/tutorials/calib3d/camera_calibration/camera_calibration.html) but I couldn't get results better than reprojection error 1.2 for camera1 and 2.4 for camera2.
Using the matlab app I've got 0.5 and 0.4 for the two cameras, the difference is only that I used an online webcam for calibrating with opencv2 and passed saved images to matlab. After that I tried to calibrate a stereo camera using different OpenCV code and the error is about 2.7 but with the matlab app after optimization is about 0.4.
I don't know which parameters I can trust more with OpenCV or matlab APP?