-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Labels
Description
I'm still trying to get the calibration/registration parameters sorted out, but I'm kinda stuck, so I'll try to write down what I think I know and hope that someone can provide some additional pointers...
The intrinsics for the depth camera seem pretty certain - for the two
devices I own, they are:
depth camera intrinsic parameters:
fx 368.096588, fy 368.096588, cx 261.696594, cy 202.522202
depth camera radial distortion coeffs:
k1 0.084061, k2 -0.271582, p1 0.000000, p2 0.000000, k3 0.101907
depth camera intrinsic parameters:
fx 365.402802, fy 365.402802, cx 260.925507, cy 205.594604
depth camera radial distortion coeffs:
k1 0.095575, k2 -0.277055, p1 0.000000, p2 0.000000, k3 0.097539
This is consistent with a camera having square pixels at a resolution of 512*424 (although cy seems a bit off-center to me).
Next are color camera intrinsics - there's a 25-value block which contains the following 5 initial values on both cameras:
1081.37 - might again be focal length in pixels - FOV?
959.5 - exactly half the x resolution -> optical center x?
539.5 - exactly half the y resolution -> optical center y?
863 - not really a clue - perhaps x shift relative to depth cam?
52 - perhaps y shift relative to depth cam?
About the 20 other values, I have no real clue, although part of them look like they might form a 4x4 transformation matrix...
Any additional comments/ideas?
feelfish