-
Notifications
You must be signed in to change notification settings - Fork 288
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
Comments
@atinfinity yes, that is to be expected, did it continue building without error? |
@dusty-nv Yes. I was able to build it without error. |
@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? |
@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 👍 |
@dusty-nv i just created a PR. Feel free to check this out @atinfinity. |
I build
jetson-utils
on JetPack 5.1.2.As a result, CMake could not find
nvbuf_utils
.I found the following information in https://docs.nvidia.com/jetson/archives/jetpack-archived/jetpack-512/release-notes/index.html.
The text was updated successfully, but these errors were encountered: