I am working on camera pair of 3 cameras where 2 are OV9782-FF and one in between is OV9782-W wide angle lens of 127 fov. So the 2 stereo camera pairs are placed normally but rgb is placed 180 degree roll as seen in the attached image. Cameras are connected to OAK_FFC_4P Board, Middle wide angle camera connected on CAM_A socket and other two on CAMB and CAM_C.

I am sharing the json containing the configurations:
https://drive.google.com/file/d/1RWpEvvNUlenjYJSSa2eXDMWXyD_ISpcc/view?usp=sharing
I am using charuco24inch_13x7.pdf for calibration on 27-inch monitor which has each block to be of 4.44cm.(python3 calibrate.py -s 4.440 -nx 13 -ny 7 -brd OAK-FFC-4P-3Cam.json)
The epipolar error photo for your reference:

Command Line Output:
Starting image processing
<------------Calibrating right ------------>
INTRINSIC CALIBRATION
Reprojection error of right: 0.2880745752764004
<------------Calibrating left ------------>
INTRINSIC CALIBRATION
Reprojection error of left: 0.2727957762410266
<------------Calibrating middle ------------>
INTRINSIC CALIBRATION
Reprojection error of middle: 0.30279732329162556
<-------------Extrinsics calibration of right and left ------------>
Reprojection error is 0.29644268614224706
<-------------Epipolar error of right and left ------------>
Original intrinsics ....
L [[399.53672362 0. 325.88392518]
[ 0. 399.64585442 203.29043559]
[ 0. 0. 1. ]]
R: [[392.66001003 0. 298.92308488]
[ 0. 392.80459967 201.00279038]
[ 0. 0. 1. ]]
Intrinsics from the getOptimalNewCameraMatrix/Original ....
L: [[392.66001003 0. 298.92308488]
[ 0. 392.80459967 201.00279038]
[ 0. 0. 1. ]]
R: [[392.66001003 0. 298.92308488]
[ 0. 392.80459967 201.00279038]
[ 0. 0. 1. ]]
Average Epipolar Error is : 0.22796665257621102
Displaying Stereo Pair for visual inspection. Press the [ESC] key to exit.
<-------------Extrinsics calibration of left and middle ------------>
Reprojection error is 0.4714245988764749
<-------------Epipolar error of left and middle ------------>
Original intrinsics ....
L [[392.66001003 0. 298.92308488]
[ 0. 392.80459967 201.00279038]
[ 0. 0. 1. ]]
R: [[283.07918457 0. 312.22032188]
[ 0. 283.16246496 197.31399282]
[ 0. 0. 1. ]]
Intrinsics from the getOptimalNewCameraMatrix/Original ....
L: [[283.07918457 0. 312.22032188]
[ 0. 283.16246496 197.31399282]
[ 0. 0. 1. ]]
R: [[283.07918457 0. 312.22032188]
[ 0. 283.16246496 197.31399282]
[ 0. 0. 1. ]]
Average Epipolar Error is : 16.532479417584668
Displaying Stereo Pair for visual inspection. Press the [ESC] key to exit.
Reprojection error threshold -> 1.0
right Reprojection Error: 0.288075
Reprojection error threshold -> 1.0
left Reprojection Error: 0.272796
Reprojection error threshold -> 1.1111111111111112
middle Reprojection Error: 0.302797
['high epipolar error between left and middle']
py: DONE.