Orientation of the calibration checkerboard relative to the camera.
Checkerboard upright (vertical), so its plane is perpendicular to the ground.
Checkerboard flat on the floor, so its plane is parallel to the ground.
const details: CheckerboardDetails = { rows: 4, columns: 5, squareSize: 35, placement: "perpendicular"}; Copy
const details: CheckerboardDetails = { rows: 4, columns: 5, squareSize: 35, placement: "perpendicular"};
Orientation of the calibration checkerboard relative to the camera.