Stereomaton, we use 6x9 chessboard, and image for printing is uploaded in both stereopi-tutorial and stereopi-fisheye-robot repos at Github. Here is a link to the image in a last repo:
https://github.com/realizator/stereopi- ... attern.png
I usually print it at A4 size.
Also you may find, that these 6x9 settings is used in our code.
As I see on your images, you use 15x10 pattern (internal corners counting). You may change settings in our code to use your board, but I'm not recommend to do it. The smaller chess size, the worse recognition quality. To avoid this I used a trick mentioned in our
last article, when we do calibration at higher resolution, but use calibration results for lower resolution. This trick is implemented in stereopi-fisheye-robot repo only.
According to your pictures (without radial distortion) I can suggest, that you are using not fisheye cameras, but classic V1 or V2 cameras. So you can use code from
stereopi-tutorial, and you can look at my calibration photos here:
https://github.com/realizator/stereopi- ... ter/scenes
p.s. To say the true fisheye calibration should work for non-fisheye cameras too.

This code is more fresh and not depends on external libraries, so it is easier to play with it.
Eugene a.k.a. Realizator