We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can rs2::align align depth to other streams? The example states that
rs2::align
A rs2::align object always transforms depth images to some target image
When I do
rs2::align align(RS2_STREAM_DEPTH); frame = pipe.wait_for_frames(); rs2::frameset proccessed = align.proccess(frame); rs2::video_frame color_processed = proccessed.first(RS2_STREAM_COLOR);
it gives the error Frame of requested stream type was not found!.
Frame of requested stream type was not found!
Is there any way to generate color_aligned_to_depth stream like librealsense-1 in Version 2?
color_aligned_to_depth
The text was updated successfully, but these errors were encountered:
Hi @mjfoo21 I believe it's a bug. We will look into it and update this thread.
Sorry, something went wrong.
@mjfoo21 , I'm closing the issue since we pushed the fix to development, please let us know if this solved it for you or not.
development
Hi @zivsha,
I got the aligned-to-depth function. Thanks for fixing the issue!
fix bug: filters do not show in rqt_reconfigure. (IntelRealSense#858)
5ef502e
No branches or pull requests
Can
rs2::align
align depth to other streams? The example states thatWhen I do
it gives the error
Frame of requested stream type was not found!
.Is there any way to generate
color_aligned_to_depth
stream like librealsense-1 in Version 2?The text was updated successfully, but these errors were encountered: