@jakaskerl
Yes Charuco board is pretty standard. My question is about the extrinsic data written the calibration eeprom. What coordinate system returned by:
std::vector<std::vector<float>> CalibrationHandler::getCameraExtrinsics(CameraBoardSocket srcCamera, CameraBoardSocket dstCamera, bool useSpecTranslation)
I assume this is a SE(3) 3-D homogeneous transformation matrix and my question is what is the reference orientation of the transform.
- Is the return value of getCameraExtrinsics in SE(3)?
- Is the reference coordinate system orientated as RDF, FLU or something else?
Thanks
Stephen