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
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
The text was updated successfully, but these errors were encountered:
in my master branch, I added a commit that sets the flag default value to True. suggest merging if that's ok..
Sorry, something went wrong.
Is this still an issue?
Seems this issue has been addressed as suggested. Can be closed.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: