-
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
align IR sensor to RGB #5963
Comments
I hope that the link below will be helpful to you. |
This case will be closed after 7 days from now if there are no further questions. Thanks! |
@MartyG-RealSense - expiration does not apply to enhancement tickets. |
@dorodnic Leaving open is my policy too with all labeled tickets. In this one case I did not see your already applied label. Thanks for highlighting the oversight! |
Thanks for leaving this open. I would also like a way to align the left IR sensor to RGB. |
@dorodnic Is there any news about aligning IR to RGB by API? |
@bekmake Other than the suggested method in #1556 (comment) the only other approach to the problem that I am aware of is the one in the link below: |
@zhaozhongch Thanks so much for posting your solution for the RealSense community to benefit from! |
@MartyG-RealSense thanks for suggestions! |
Hi @zhaozhongch After you developed your excellent solution to aligning IR sensor to RGB, is it okay to close this case now please, or do you need further advice? Thanks! |
I am able to align the RGB and the depth based on the SDK example. I use D435.
However, I found
rs2::align
class can only align between rgb and depth. Now I want to align IR sensor to RGB image. I want the same result as the above example, is there anyway to do it?I don't want rgb align to ir sensor. I know depth is aligned with one of the ir sensor, once I align rgb with depth, rgb is aligned with ir sensor but I'll end up with the following
The field of view of RGB is smaller than ir/depth, the bottom left RGB data will have a large black area. The following image has Depth align to rgb. I want ir sensor's image can do the same thing as the depth.
Code like the following won't work
Thanks for your help!!!
The text was updated successfully, but these errors were encountered: