change calibration

This commit is contained in:
ackimixs
2024-04-16 16:48:37 +02:00
parent 19b4226d1e
commit 597fd1b73c

View File

@@ -22,7 +22,7 @@ int main(int argc, char *argv[])
}
// Set the chessboard size (number of inner corners in width and height)
cv::Size chessboardSize(6, 9);
cv::Size chessboardSize(9, 6);
cv::Size imgSize;