-
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
Filtering and point cloud calculation are slow on up-board #4468
Comments
Hi @tarekmuallim |
Thank you for the reply. |
My concern with OpenCL is its deployment on various Linux systems, but it is an option. |
@tarekmuallim Any other questions about this? Looking forward to your update. Thanks! |
No other questions. |
I am trying to use realsense D415 and up board for a real time application.
The problem that the spatial filter provided by librealsense somehow slow.
I tried to measure the time needed for the calculation and I found that:
The spatial filter takes almost 200ms using up board while it takes 30ms on my computer with i7 processor.
Also the point cloud calculation takes long time. On up board it takes 90ms while it takes 12ms on my computer with i7 processor.
Is there any way to accelerate the calculation? For example, implement the gpu for filter and point cloud calculations.
The text was updated successfully, but these errors were encountered: