-
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
wrong depth->color extrinsics #747
Comments
Hi @svensht2 |
Hello @svensht2, Do you still need help with this issue? Regards, |
@jlgarcia75 yes, we still see misalignment in rs_align and our application that are not seen by internal tools you provided to us. |
Some improvements to color to depth texture mapping are introduced in current release. |
we don't really see the issue anymore with 415s, closing |
Yes, my mistake. We are still working on improving both texture mapping and synchronization. A fix related to sync is also pending, to be released in the next firmware update. |
@dorodnic when do you expect the next FW release with sync to be out? |
Hello @svensht2, The release date for the next FW version has not been finalized. The UWP driver for Windows 10 has been removed for functionality changes. However, you can still get the FW update tool and latest FW from [https://downloadcenter.intel.com/en/download/27408/Windows-Device-Firmware-Update-tool-for-Intel-RealSense-D400-Series-Cameras]. The FW update tool for Linux is coming soon. Best regards, |
I am closing this issue since all follow-up activities (aligning librealsense code with IPDev, updating table-reading code, performing IQ validation with PRQ units and adding basic occlusion removal filter) has been completed. |
* publish imu_info * update apt-key for ROS repos. * Add option to use external nodelet manager * Register dynamic options in parent node handle * Fix empty cmake variable and dependency on librealsense (IntelRealSense#747) * add external_manager option to rs_camera.launch * clarify installation process. * publish gyro/imu_info and accel/imu_info only once. * cleaning
I'm using using RS435 with FW 5.8.9.0. librealsense 2.7.9, Windows 10 1703.
I'm trying to get align depth to color using the calibration information from the camera, but the alignment looks off.
I know my computation for reprojection from depth and projection to color is correct ( I also took into account the fact that rotation is column major now). I suspect the extrinsic parameters that librealsesne is reporting are not correct.
I'm enabling the pipeline successfully using the following settings:
Then I to get depth->color extrinsics:
The alignment is noticeably worse than IPDEV "Color UV Map" mode on.
When comparing the extrinsics given by librealsense to the the calibration tables in IPDEV the numbers don't really match up either.
The text was updated successfully, but these errors were encountered: