-
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 depth stream to external camera stream #4202
Comments
@abuzaina hello, this scenario is handled with the This class is extensively utilized internally for unit-testing, see usages here and here |
@abuzaina hello.
|
hi @ev-mp , |
@abuzaina Are you asking about the links in "This class is extensively utilized internally for unit-testing, see usages here and here"? Please find them as blow. |
@abuzaina Any other questions about this? Thanks! |
I'm not OP but I have a related question (I can post a new issue if you prefer). I had a similar thing to this (using software device to align depth stream with other camera) working with an older version of the SDK (2.14) and I have recently updated to the latest SDK (2.24) and now when I align, the depth stream is blank (all zeroes). Has there been a regression or is there something else I now need to do to get it working? Attached is modified Window.xaml.cs from cs-tutorial-4-software-dev to reproduce the issue. Edit: I realised the depth data isn't all zeroes; the first pixel is nonzero then the rest are always zero. |
@jb455 , please open a separate ticket for the C# issue |
@abuzaina Any other questions about this ticket? Looking forward to your reply. Thanks! |
@abuzaina Sorry that we didn't get feedback from you for weeks. Will close this issue accordingly. Please feel free to create new ticket if you still have issues/questions. Thanks! |
I have a D410 on a Jetson and an external 4K camera (MIPI interface). I can capture depth frames from the D410 and RGB frames from the 4K camera concurrent and in real time.
I would like to align the depth frame to the color frame of the external camera, similr to the rs-align sample.
Is it possible to create a synthetic stream and pass the intrinsics and extrinsics of the external camera to it ? If so how to do it?
Thanks
The text was updated successfully, but these errors were encountered: