camerainfo different from the definition ros document
Hi,
I notice that when I echo out the camerainfo, left and right, I received a different Projection matrix than what is expected from ros doc.
Left:
P: [1.470061237672634, 0.0, 0.558421063485309, 0.0,
1.470061237672634, 0.5224868333963834, 0.0, 0.0,
1.0, 0.0, 0.0, 0.0]
expected
P [fx' 0 cx' Tx]
= [ 0 fy' cy' Ty]
[ 0 0 1 0]
also what is the do_rectify under the section ROI of camerainfo
Please provide a link to the document you're referring to.
hi ahendrix, the document i'm referring to is
sensor_msgs/camerainfo
I'm not sure why it doesn't match, but the code which generates that calibration matrix is https://github.com/ros-perception/ima... , and it uses the OpenCV calibration algorithms.