Skip to content
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

cv namespace issues in MarkerDetector #4

Closed
backnotprop opened this issue Feb 14, 2019 · 4 comments
Closed

cv namespace issues in MarkerDetector #4

backnotprop opened this issue Feb 14, 2019 · 4 comments

Comments

@backnotprop
Copy link

screen shot 2019-02-13 at 8 00 32 pm

About 12 errors occur all the same. Ive done the setup multiple times now.

@backnotprop
Copy link
Author

issue is here:

#ifdef _DEBUG
#include <opencv2/highgui/highgui.hpp>
#endif

@carlo-
Copy link
Owner

carlo- commented Feb 15, 2019

The issue is that OpenCV for iOS doesn't have functions that involve windows (such as those in your screenshot). You can safely comment those out, as they are not needed for the app; I should have clarified this in the README. Let me know if that fixes the issue.

@backnotprop
Copy link
Author

Yea this isnt really a problem, just a heads up in readme would be good for others

@carlo- carlo- closed this as completed in 333594e Feb 24, 2019
@lilieming
Copy link

where is the cameram_parameters.yml file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants