I am doing camera calibration and the camera matrix i get has a huge value of camera constant(10^4).Is this normal??.

asked 2016-06-23 04:18:25 -0600

RohanS gravatar image

I am doing it using checker board method and in python. I do not know if the value of camera constant C is correct or not.Could you tell me what range of values are got for C. Camera companies show focal length as 22-75mm...i am confused because of that.

Kindly help and ask for any more information as required.

edit retag flag offensive close merge delete

Comments

1

"camera constant C" what is that?

Balaji R gravatar imageBalaji R ( 2016-06-23 05:15:09 -0600 )edit

If you speak of Camera Matrix, I had the same result and got pictures which were pretty correct once reprojected. Did you try to reproject (using undistort) and check the result is good?

kgexo gravatar imagekgexo ( 2016-06-23 07:12:21 -0600 )edit