I am doing OpenCV camera calibration with square planner pattern size of 6x9. My application is follows.
My object size (FOV) is around 5mm to 20mm and I am using Monochrome camera and telecentric lens since it is Accurate 3D machine vision. My pattern size is 6x9mm with square size of 1 mm.
When i run camera calibration for intrinsic parameter and i am getting focal length and principal point.
And the problem is that every time focal length is changing randomly no consistency. I think due to pattern size is very small it causing noise so it detecting the wrong corners.
So my question how can i solve this problem.
1) Do i need to use different kind of pattern (other than planer board) ?
2) Is there any paper or similar application that use small size camera calibration for machine vision ?
Alex