@erik thanks for this!
Indeed I seem to have the BMI270.
I also found this https://github.com/luxonis/depthai-boards/blob/adding_IMU_tmp/boards/OAK-D-PRO.json#L54-L86
But it seems not to correspond with the provided CAD…
Can you confirm the optical frames of all the cameras have the z -axis going out of the camera and the y -axis pointing down forming a right-hand reference frame, similar with :

In this case, it seems that the json file is giving a -7.5 cm(? since no unit is provided) in the x direction from the left camera to the right camera. However, using the drawing provided by you and the assumptions the optical frames are similar to the image provided above it should be positive 7.5 cm?
Moreover, by plotting the acceleration while moving the camera around I noticed the IMU reference frame has the x pointing upwards, the pointing towards the left camera and the z axis pointing forward (same direction as the z-axis of the optical frame. Making it a left-hand reference frame as opposed to the normal right-hand reference frames mostly used in engineering. Moreover while turning the camera around these principle axes the angular velocity is also captured as if it is a left-hand reference frame. This means that one cannot express the transformation between imu and the cameras using RPY angles only.
This also means that the translation to the left camera should be positive and not negative as shown in the json file.
Can you confirm that the IMU has a left hand reference frame as I measured?
Can you confirm the cameras are using a right hand reference frame?
Can somebody please provide the actual transformation and reference frames of the 3 cameras and the IMU? I have been searching for weeks now and I have not come close to finding the actual values.
Also, the functions of the API provided before do not yield results.