-
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.Process not upscaling IR and Depth to Color. #11118
Comments
Hi @rajrajeswaran Infrared cannot be aligned to Color in this way with an Align(...).Process instruction, as one of the two stream types in this kind of alignment has to be Depth (such as Depth to Color, or Color to Depth). #1556 (comment) provides advice regarding an alternative method for how infrared and color might be aligned. There is not an example available of C# code for doing so though. #5093 is a case that explores aligning all three streams as the above link suggests. Again, there is not a C# example for doing so, unfortunately. |
@MartyG-RealSense as always, Thank you for the quick response. I will review those posts. You may close this request. Thanks again. |
@MartyG-RealSense as always, Thank you for the quick response. I will review those posts. You may close this request. Thanks again. |
You are very welcome, @rajrajeswaran -thanks very much for the update! |
Camera Model: Intel D415
Firmware: 05.12.07.100
Operating System: Windows 10
Platform: PC
SDK version: C# RealSense SDK 2.38
Language: C#
Segment: Windows Forms application.
I am currently using Intel RealSense C# SDK version 2.38 with Intel D415 sensor. Trying to understand why the following code does not upscale the IR and Depth frame to 1080 P. Any suggestion will be helpful.
The text was updated successfully, but these errors were encountered: