-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
Description
-
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
- Consider checking out SDK examples.
- Have you looked in our documentations?
- Is you question a frequently asked one?
- Try searching our GitHub Issues (open and closed) for a similar issue.
-
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Required Info | |
---|---|
Camera Model | { D435 } |
Firmware Version | (05.10.13.00) |
Operating System & Version | Linux (Ubuntu 16) |
Kernel Version (Linux Only) | 4.4.38-tegra) |
Platform | NVIDIA Jetson TX2 |
SDK Version | { 2.17.1 } |
Language | C/C++ |
Segment | {Robot} |
Issue Description
<Describe your issue / question / feature request / etc..>
Even though I enable the BUILD_WITH_CUDA
, I can see unpack_yuy2
process in profiler.
So, I check
image.cpp +345
There is #ifdef
for cuda acceleration. but the problem is that CPU unpack code execute again after cuda calculation.
I think CPU unpack code should be blocked when BUILD_WITH_CUDA
is enabled.
Please check this issue.
Thanks