Open salocinx opened 6 years ago
I have a similar question regarding the Camera.bf parameter in stereo usage. Understandable is *baseline fx**. Is the baseline here in pixel or with a unit like mm?
Thanks in advance.
Excuse me, sir. Is that left camera mean ir camera, right camera mean rgb camera on Astra Mini model?
Hi. I am working with Orbbec Astra Mini depth sensor and did the camera calibration according to the OpenCV checkboard calibration procedure. I got the following results:
With the help of this tutorial and the depicted matrix, I can extract the
fx
,fy
,cx
andcy
values for the left and right camera (left camera is the IR camera and right camera is RGB camera).But how do I have to apply these values to my YAML file? Within the YAML file, there's only 1x
{fx, fy, cx, cy}
values to be defined:Shouldn't there be
Camera.fx/.fy/.cx/.cy
for both cameras?Moreover, how do I have to extract the
k1/k2/p1/p2/p3
parameters from the matrix I got from the calibration process (depicted above) ?