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

Building CV against OpenCV 2.3 without -fopencv23 #10

Closed
deggis opened this issue Mar 20, 2012 · 3 comments
Closed

Building CV against OpenCV 2.3 without -fopencv23 #10

deggis opened this issue Mar 20, 2012 · 3 comments

Comments

@deggis
Copy link
Contributor

deggis commented Mar 20, 2012

OpenCV 2.3 is now the current OpenCV version and compiling CV against it produces

dist/build/CV/Video.chs.h:24: (column 32) [ERROR] >>> Unknown identifier!
Cannot find a definition for `CV_CAP_PROP_WHITE_BALANCE' in the header file.

if not compiled using explicitly -fopencv23. OpenCV 2.3 should be default.

https://github.com/aleator/CV/wiki/One-go-at-installing-CV

@amnipar
Copy link
Contributor

amnipar commented Mar 28, 2012

in my master branch, I added a commit that sets the flag default value to True. suggest merging if that's ok..

@aleator
Copy link
Owner

aleator commented Jul 25, 2012

Is this still an issue?

@amnipar
Copy link
Contributor

amnipar commented Jul 26, 2012

Seems this issue has been addressed as suggested. Can be closed.

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