We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to build with openGL enabled on a nvidia Orin with Jetpack 5.
I keep getting the following error when building opencv 4.5.4.
Undefined reference to glXGetProcAddressARB()
With 4.5.0, it succeeded, only because -DWITH_OPENGL=ON resulted in
-DWITH_OPENGL=ON
OpenGL support: NO
It is probably a problem with my system, but if anyone knows more about this opengl error I'd appreciate it as I'm at a loss.
The text was updated successfully, but these errors were encountered:
Huh. I don't have an Orin to test with, but I'll see if I can replicate on AGX as soon as I get a chance. Thanks for filing the issue.
Sorry, something went wrong.
No branches or pull requests
I am unable to build with openGL enabled on a nvidia Orin with Jetpack 5.
I keep getting the following error when building opencv 4.5.4.
With 4.5.0, it succeeded, only because
-DWITH_OPENGL=ON
resulted inIt is probably a problem with my system, but if anyone knows more about this opengl error I'd appreciate it as I'm at a loss.
The text was updated successfully, but these errors were encountered: