Skip to content
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

Deprecated Nvbuf_utils is removed from JetPack 5.1.2 #169

Open
atinfinity opened this issue Sep 22, 2023 · 5 comments
Open

Deprecated Nvbuf_utils is removed from JetPack 5.1.2 #169

atinfinity opened this issue Sep 22, 2023 · 5 comments

Comments

@atinfinity
Copy link

I build jetson-utils on JetPack 5.1.2.
As a result, CMake could not find nvbuf_utils.

-- distro ID:       Ubuntu
-- distro version:  20.04
-- distro codename: focal
-- nvbuf_utils:  NVBUF_UTILS-NOTFOUND
-- NVMM zero-copy memory:  ENABLE_NVMM=OFF

I found the following information in https://docs.nvidia.com/jetson/archives/jetpack-archived/jetpack-512/release-notes/index.html.

Deprecated Nvbuf_utils is removed. Refer to migration guide to migrate from Nvbuf_utils to NvUtils.

@dusty-nv
Copy link
Owner

@atinfinity yes, that is to be expected, did it continue building without error?

@atinfinity
Copy link
Author

@dusty-nv Yes. I was able to build it without error.

@poett1
Copy link

poett1 commented Mar 18, 2024

@dusty-nv wouldn't this decrease the performance with nvarguscamerasrc on Jetpack >= 5.0? It seems like gstBufferManager.cpp already has the changes needed for Jetpack 5, is the only missing step an update of CMakeLists.txt according to Nvbuf_utils to NvUtils Migration guide?

@dusty-nv
Copy link
Owner

@poett1 I believe there are API changes, it wasn't just the name of the header. I haven't really dug into it, but if you wanted to investigate it further and make a working PR that would be much appreciated 👍

@poett1
Copy link

poett1 commented Apr 24, 2024

@dusty-nv i just created a PR. Feel free to check this out @atinfinity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants