-
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
Aligning all streams: rgb, depth, and IR #5093
Comments
Depth and IR (left camera) are aligned already because they are derived from the same camera. The third RGB camera is the one you need to align to. Once you do that you have all three. Same applies for both SR300 and D4xx series. |
Hi @agrunnet, thank you for your reply.
This way, all 3 frames seem to be aligned. However, there are artifacts in the rgb and ir images (originally not seen when frames are aligned to rgb). |
The artifacts may be caused by false positive depth data. Please see #5030 This example may also be useful https://github.com/IntelRealSense/librealsense/tree/master/examples/align |
Hi, I have read about rs.align and learnt that it only aligns two streams of input (depth and rgb, or depth and ir). However, for my application, I need the alignment from 3 streams (depth, rgb, and ir). Has anyone faced similar problem before and could share the experience or provide some direction?
Camera model: SR300 and D435 (but I'm only using SR300 for now)
I have read about the comment with similar issue here but did not understand the process exactly
#1556 (comment)
The text was updated successfully, but these errors were encountered: