-
Notifications
You must be signed in to change notification settings - Fork 3
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
perform alignment on GPU #24
Comments
Side note:
|
And the C++ version |
We clearly need development headers and link with realsense2-gl for this: # Ubuntu 18.04
sudo apt-get install librealsense2-gl-dev # CMake
target_link_libraries(realsense-nhve-depth-color nhve realsense2 realsense2-gl) |
Proof of concept implemented in 99bb1f7. By watching
|
On the receiving side I get black screen with GL acceleration enabled (on sender). There is some problem - maybe the data is not downloaded to CPU side for sending. |
It seems like you didn't call rs2::init_rendering(), for me this made the difference between blank screen and output as described here IntelRealSense/librealsense#11827 |
Hi @bmegli, Thanks. |
Part of #23
The text was updated successfully, but these errors were encountered: