Build a functionnal librealsense2 with its cuda support #1330
Unanswered
aurelien-enchanted-tools
asked this question in
Q&A
Replies: 1 comment
-
Is your application responsible for allocating buffers? There is a file descriptor leak somewhere, and the NV memory allocator is complaining that there are too many. You can check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
yocto version: langdale
meta-tegra version: langdale
meta-intel-realsense version: langdale
Jetson board: Xavier Nx
To add cuda support of the librealsense2 for the Intel RealSense D435I, I writed a recipes-support/librealsense/librealsense2_2.53.1.bbappend:
It builds. But with my application bases on opencv, build with the sdk, which runs with the librealsense, I obtain after several minutes these following errors and an abort:
Dmesg logs:
I don’t know where it comes from, why, and how to investigate it. Any ideas ? Maybe something missing ? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions