-
Notifications
You must be signed in to change notification settings - Fork 146
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
unable to compile samples on ubuntu 18.04.3 #78
Comments
I've been digging a bit deeper and found that the headers depth_processor.h etc are not included because
|
ah, and the following quick patch fixes the OpenCV naming issues I also ran into:
|
Hi this issue caused by Opencv 4.X , please install Opencv 3.X instead. |
I'll give that a try - I would suggest to update the SDK to support a recent version of OpenCV, or at least update the docs to assure that the right version of OpenCV is installed (the reference to the installation guide of OpenCV will automatically lead to installing 4.x) |
We‘ll update the doc in next release,Thanks for giving advice |
Has there been any progress on this? I'm having the same issue |
I use opencv-3.4.12 but get the same issue. |
after successfully running
make init
building the samples fails with the following error:The text was updated successfully, but these errors were encountered: