1. problem description
ErrorMessage: Image size does not match the measurement in camera parameters
In the process of Halcon camera calibration, the above error is reported when finding_calib_object to find the calibration plate model and profile after generating the preliminary camera Camera.
2. Solutions and error causes
The problem is that when creating the startCamera parameter, the size of the original image is used, and when finding_calib_object information, the center rotation of the image is rotated, resulting in inconsistent size information.