-
Notifications
You must be signed in to change notification settings - Fork 201
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
OpenCV was not built with OpenGL support #51
Comments
Hi, can you please elaborate a bit on the proposed fix? It's not clear to me at all, what should I do in such a case. Is this before running the script or after? |
So, in order to directly
Generally this means tracking down some To answer your question, you could either install such a package before running the script or add it somewhere in this list here: nano_build_opencv/build_opencv.sh Line 64 in 0832a85
it's likely these packages: So just adding If it works, you should see:
If you do, and get a |
OK, will try that and submit a PR if that works. One more question though... Can I just rerun the script after installing the packages, do I somehow have to uninstall it first (I have already built opencv). |
You should be able to just re-run the script.
…On Tue, Oct 19, 2021, 3:59 AM ArosPrince ***@***.***> wrote:
OK, will try that and submit a PR if that works.
One more question though... Can I just rerun the script after installing
the packages, do I somehow have to uninstall it first (I have already built
opencv).
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALKPTHPQWSVVLTAY3TDTWMDUHVFQDANCNFSM4Y4GDVKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Which means imshow can't display a GpuMat without a download. Fix is to track down opengl dev packages in ubuntu's repos and add them to the apt-get install stanza.
The text was updated successfully, but these errors were encountered: