1 | initial version |
got a hint from stackoverflow. I missed some parameters (rvecs, tvecs) for the function. function prototype: cv2.calibrateCamera(objectPoints, imagePoints, imageSize[, cameraMatrix[, distCoeffs[, rvecs[, tvecs[, flags[, criteria]]]]]])
its really a beginner mistake but the error message wasn't very helpful.