In the usual camera intrinsics matrix 'cmat', principal point cx and cy values are usually reported relative to the top left corner of the image. When I export cameras from a working MetaShape scene, I see the focal length is close to what I expect from ground truth, but the cx and cy values are too small to be correct:
<calibration type="frame" class="adjusted">
<resolution width="4096" height="3072"/>
<f>3219.6608142452687</f>
<cx>15.06484921721751</cx>
<cy>18.666422272474204</cy>
<k1>0.020779613732155765</k1>
<k2>-0.07437917334021335</k2>
<k3>0.092287814089154596</k3>
<p1>0.0015838090169121772</p1>
<p2>0.001715584978710574</p2>
</calibration>
Are cx, cy perhaps offsets from the image center rather than from the top-left corner? This interpretation is somewhat unconventional for camera intrinsics, where cx & cy denote the absolute position of the principal point in the image coordinate system, measured from the top-left corner.