Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Fix issue #6450#15464
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix issue #6450#15464
Uh oh!
There was an error while loading.Please reload this page.
Conversation
asmorkalov commentedNov 6, 2019
@tallestorange Thanks for you contribution. The patch introduces several build warnings on iOS configuration, could you look at it: CI link:https://pullrequest.opencv.org/buildbot/builders/precommit_ios/builds/20885/steps/build%20framework/ |
VadimLevin commentedDec 27, 2019
Hello,@tallestorange. Just gently reminder. Do you have any chance to complete this PR and fix introduced warnings? |
vpisarev left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
warning is fixed; can merge it, I think 👍
Uh oh!
There was an error while loading.Please reload this page.
resolves#6450
Fix issue#6450
I changed a logic of cv::VideoCapture().
Because cv::VideoCapture::get returns wrong value and cv::VideoCapture cannot set value.
Transplanting cv::VideoCapture()'s logic of macOS, this problem can be fixed.