I don't know of any way to pull this data from the SDK.
I ran a camera calibration using
ROS tools. This was the resulting camera calibration:
camera_matrix = numpy.array([[921.170702, 0.000000, 459.904354], [0.000000, 919.018377, 351.238301], [0.000000, 0.000000, 1.000000]])
distortion = numpy.array([-0.033458, 0.105152, 0.001256, -0.006647, 0.000000])
YMMV