-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting param of left camera(ir sensor) using SDK2.0 is different from using CustomRW tool. #6728
Comments
I recalled that the intrinsics coefficients are meant to be reported as all zero on the 400 Series cameras. The explanation for this is given in this discussion: |
Hi @MartyG-RealSense |
My interpretation of the advice in the link would be that if the SDK sets the coefficients to zero because they are not used in the calculation of fx, fy, ppx and ppy then you should regard the coefficients as being zero too (i.e follow the SDK's way of doing things). |
When I rewrote different large parameters using CustomRW tool, the image was changed. See the results here:
According to here:
So it means the infrared images are rectified by default (or device?), and SDK does not rectify them again? |
@wangcongrobot Y8 infrared is rectified. Y16 is not rectified as it is used for camera calibration. |
Issue Description
Getting param of left camera(ir sensor) using SDK2.0 is different from using CustomRW tool.
I got param of left camera by SDK2.0,this is my code:
I got a param xml file using CustomRW tool.
FocalLengthLeft, PrincipalPointLeft and DistortionLeft are different. Is my code wrong?
The text was updated successfully, but these errors were encountered: