-
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
How to Enable GPU Computation in Python Wrapper #4905
Comments
RealSense SDK 2.0 supports CUDA for graphics processing enhancement. If your GPU supports CUDA, you can use CMake to build Librealsense with CUDA enabled by using the build customization flag BUILD_WITH_CUDA which is set to False by default. An alternative to CUDA is GLSL processing blocks, which were added in SDK version 2.22.0. |
Closed
This was referenced Mar 18, 2020
This was referenced Apr 28, 2020
This was referenced May 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
I mainly use your python wrapper for my own development. I installed sdk 2.0 here (https://www.intelrealsense.com/developers/).
I found that the current SDK viewer and the python wrapper only consume my CPU power, and I want to leverage my GPU computation. How can I enable GPU computation in python wrapper?
The text was updated successfully, but these errors were encountered: