Hey, I am working on getting IMU flashed into oak d lite cameras. You seem to need a 4x4 matrix - I can assume that is regular transformation matrix?
In that case that matrix should be (unless I made a mistake in my calculations):
| 0 -1 0 0.368 |
| -1 0 0 0.2 |
| 0 0 -1 0.0541 |
| 0 0 0 1 |
Translaiton values are as follows:
x: 0.368
y: 0.2
z: 0.0541
and rotation:
Roll: 180
Pitch: 0
Yaw: 270
Let me know if those values work for you as I am not sure what exact transformation spec ai needs (out internal ones or ones to optical frame or to some 3rd frame)