-
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
D415/D435 RGB image is not rectified at rsutil.h #837
Comments
Are D415 and D435 available for purchase? |
I will need rectified images and depth, too. Please fix. |
Hi @TetsuriSonoda , The depth images received from the device are already rectified with RS2_DISTORTION_BROWN_CONRADY model. Therefore |
Hi, @ev-mp , this issue not about depth image, but RGB image side. |
Would it be possible to get further clarification on why the RGB are not undistorted ( my understanding is that if the coefficients are set 2 zero, no undistortion is taking place). |
rs-align example with D415 and D435 is causing offset between color and depth.
On librealsense, D435 and D415 will return its distortion model as RS2_DISTORTION_BROWN_CONRADY.
But this distortion model is not handled at rs2_project_point_to_pixel in rsutil.h
(Only handled RS2_DISTORTION_MODIFIED_BROWN_CONRADY and RS2_DISTORTION_FTHETA).
I think it needs to be undistorted at there.
The text was updated successfully, but these errors were encountered: