Skip to content

unpack_yuy2 cuda mode #3623

@wonshik

Description

@wonshik
  • 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 :)


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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions