I have an OAK-D Pro W PoE
I recently calibrated my camera's intrinsics using the calibrate.py script.
I am using the camera in ROS2, and when I echoed the CameraInfo message, I noticed that the right stereo camera's P matrix matches the K matrix exactly. This seems weird and is unexpected. I'm wondering if this is possible in a correctly-calibrated camera, or if it indicates a deeper problem? For what it's worth, the images do visually appear "fine", and the depth appears correct, though I haven't verified to a high degree. Has this happened to anyone else? Does this indicate a problem?
Below is the CameraInfo message:
header:
stamp:
sec: 1737494575
nanosec: 843275424
frame_id: oak_right_camera_optical_frame
height: 800
width: 1280
distortion_model: rational_polynomial
d:
- 6.661192417144775
- 2.013073205947876
- -0.00017646803462412208
- -2.3972261260496452e-05
- 0.035011935979127884
- 7.052441120147705
- 4.067800521850586
- 0.28086593747138977
k:
- 575.0081787109375
- 0.0
- 644.4645385742188
- 0.0
- 574.729736328125
- 378.305419921875
- 0.0
- 0.0
- 1.0
r:
- 0.999981701374054
- -0.0013176240026950836
- 0.005904675927013159
- 0.0013300710124894977
- 0.9999969005584717
- -0.0021045648027211428
- -0.005901884753257036
- 0.0021123799961060286
- 0.9999803304672241
p:
- 575.0081787109375
- 0.0
- 644.4645385742188
- 0.0
- 0.0
- 574.729736328125
- 378.305419921875
- 0.0
- 0.0
- 0.0
- 1.0
- 0.0
binning_x: 0
binning_y: 0
roi:
x_offset: 0
y_offset: 0
height: 0
width: 0
do_rectify: false
---