Skip to content
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

Distortion parameters of the camera model for the real-sense cameras #25

Closed
Ruthrash opened this issue Apr 26, 2023 · 0 comments
Closed

Comments

@Ruthrash
Copy link
Collaborator

Real sense cameras in our lab D435/D415 are factory calibration for intrinsics (and extrinsics between RGB and D camera). However, the intrinsics set the distortion parameters to 0.0, i.e a distortion model is not considered as mentioned here

Assuming there is zero distortion might not be the best approach for robot-camera calibration and mulit-camera calibration(at least in Kalibr, intrinsics are calibrated and then extrinsics).

To deal with this, we could first calibrate the intrinsics, and then use the distortion parameters in the calibration code here and here.

Unfortunately, we can't think of a way to update the intrinsics in the camera firmware yet. Doing this makes it easier, to directly read from ../camera_info topic if using ros driver for the camera, or read from pyrealsense SDK like reading the camera matrix here. Therefore, right now, we are advising to manually set the distortion parameters estimated using Kalibr.

@Ruthrash Ruthrash closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant