@jakaskerl , I again calibrated my camera using the calibration.py script and I got below error .But I am still not sure is it good or not. As, i am using the visual odometry with rtabmap and there i am facing lot of problems with it.
<------------Calibrating rgb ------------>
INTRINSIC CALIBRATION
Reprojection error of rgb: 1.3810906257028916
<------------Calibrating left ------------>
INTRINSIC CALIBRATION
Reprojection error of left: 0.18740472456067955
<------------Calibrating right ------------>
INTRINSIC CALIBRATION
Reprojection error of right: 0.20223205153018825
<-------------Extrinsics calibration of left and right ------------>
Reprojection error is 0.20335454666373534
<-------------Epipolar error of left and right ------------>
Original intrinsics ....
L [[570.22926483 0. 656.31588685]
[ 0. 570.32612851 396.3645663 ]
[ 0. 0. 1. ]]
R: [[578.45103955 0. 654.73629999]
[ 0. 578.81537279 393.81854406]
[ 0. 0. 1. ]]
Intrinsics from the getOptimalNewCameraMatrix/Original ....
L: [[578.45103955 0. 654.73629999]
[ 0. 578.81537279 393.81854406]
[ 0. 0. 1. ]]
R: [[578.45103955 0. 654.73629999]
[ 0. 578.81537279 393.81854406]
[ 0. 0. 1. ]]
Average Epipolar Error is : 0.156279393452089
Displaying Stereo Pair for visual inspection. Press the [ESC] key to exit.
<-------------Extrinsics calibration of right and rgb ------------>
Reprojection error is 0.2240963285194658
<-------------Epipolar error of right and rgb ------------>
Original intrinsics ....
L [[578.45103955 0. 654.73629999]
[ 0. 578.81537279 353.81854406]
[ 0. 0. 1. ]]
R: [[768.9135007 0. 633.20994833]
[ 0. 768.65231559 364.57852953]
[ 0. 0. 1. ]]
Intrinsics from the getOptimalNewCameraMatrix/Original ....
L: [[768.9135007 0. 633.20994833]
[ 0. 768.65231559 364.57852953]
[ 0. 0. 1. ]]
R: [[768.9135007 0. 633.20994833]
[ 0. 768.65231559 364.57852953]
[ 0. 0. 1. ]]
Average Epipolar Error is : 0.18926582336425782
Displaying Stereo Pair for visual inspection. Press the [ESC] key to exit.
Reprojection error threshold -> 3
rgb Reprojection Error: 1.381091
Reprojection error threshold -> 1.1111111111111112
left Reprojection Error: 0.187405
Reprojection error threshold -> 1.1111111111111112
right Reprojection Error: 0.202232
Flashing Calibration data into
EEPROM VERSION being flashed is -> 7
EEPROM VERSION being flashed is -> 7
I am waiting for your response.
Thank You