Closed zhoujun-7 closed 1 year ago
Hi, I think you can call Calibration.get_camera_matrix to get an opencv like matrix.
Try device._calibration.get_camera_matrix(CalibrationType.DEPTH)
.
Hi, I think you can call Calibration.get_camera_matrix to get an opencv like matrix.
Try
device._calibration.get_camera_matrix(CalibrationType.DEPTH)
.
It is what I want. Thanks for your help.
I tried to get the intrinsic parameters of depth sensor, which are focal length and principle point. And I run the following code.
the output is
But it dosen't seems like what I want.