Detect and support NVMM on Nvidia Jetson - #148
Open
gfrankliu wants to merge 1 commit into
Open
Conversation
Update meson.build to find nvbufsurface on Jetson so to build with NVMM support. Ideas from basler#82
thiesmoeller
added a commit
that referenced
this pull request
Jul 8, 2026
Merge architecture_refactor and Conan-based CI from update_build, require pylon C++ SDK 12.2+, and bump the project to 2.0.0. - Apply PR #147/#148 locally: hardware-trigger framerate and Jetson NVMM paths - Fix OffsetY caps on cameras without ROI, direct open by serial (#138/#140) - Relax PFS nodemap sanity check (#136/#141) - Stabilize compat tests to compare static pylonsrc properties only - Run state tests with PYLON_CAMEMU=1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update meson.build to find nvbufsurface on Jetson so to build with NVMM support. Ideas from #82
The dependencies can be installed:
sudo apt install nvidia-l4t-jetson-multimedia-api cuda-cudart-dev-13-2(for Jetpack 7) orsudo apt install nvidia-l4t-jetson-multimedia-api cuda-cudart-dev-12-6(for Jetpack 6)