I have been spending sometime to get my camera calibration working using OpenCV module as documented here. In particular, I have 2 questions regarding this issue:
When using camera input by setting certain value in XML configuration file, I got it working but after the calibration, I got a worse output remapped image. Are there any configuration that I am not aware of?
Is the following configuration important, if so, should I measure in in mm scale:
<!-- The size of a square in some user defined metric system (pixel, millimeter)--> <Square_Size>50</Square_Size>
When using image list or recorded video stream, I didn't get any working? Is there any trick, perhaps? It didn't even detect the corners in my chessboard calibration target.
Thanks in advance.