You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @wonshik
It is not entirely unlikely that this was broken in one of the merges. At the moment, we do not yet officially support or validate RealSense on Jetson (though working in that direction).
I'll look into it.
If you have a patch for this issue, we accept and encourage community contribution
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
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 :)
Issue Description
<Describe your issue / question / feature request / etc..>
Even though I enable the
BUILD_WITH_CUDA
, I can seeunpack_yuy2
process in profiler.So, I check
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
The text was updated successfully, but these errors were encountered: