-
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
Fixing Depth Alignment in Align-GL processing block #12556
Fixing Depth Alignment in Align-GL processing block #12556
Conversation
87e2905
to
33c359b
Compare
Results from the rs-align-gl example:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Arun-Prasad-V Is this ready for merge, if there's still a known issue?
project(RealsenseExamplesAlignGl ) | ||
|
||
if(BUILD_GRAPHICAL_EXAMPLES) | ||
add_executable(rs-align-gl rs-align-gl.cpp ../../third-party/imgui/imgui.cpp ../../third-party/imgui/imgui_draw.cpp ../../third-party/imgui/imgui_impl_glfw.cpp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tried to use example-imgui.hpp
The example looks great!
|
4673a37
to
33c359b
Compare
project(RealsenseExamplesAlignGl ) | ||
|
||
# Save the command line compile commands in the build output | ||
set(CMAKE_EXPORT_COMPILE_COMMANDS 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by save
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember we use this line in other examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't realize this. It got included when I took reference CMakelists.txt
from rs-gl example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, not a big deal but looks redundent
If enabled, generates a compile_commands.json file...
Tracked on LRS-514.
Related GH issues: #11827, #7611
Added an example as well.