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
Updated PR #7159 (OSX AVFoundation support) #7266
Conversation
Support setting CAP_PROP_MODE to capture grayscale or YUV frames much faster from CV_CAP_AVFOUNDATION_MAC.
CvVideoWriter_AVFoundation_Mac had a serious buffer release bug. Also made writeFrame() block until isReadyForMoreMediaData rather than return an error.
|
@varunkworld After these steps: Apply this patch: And continue with "Step 8" BTW, "opencv_contrib" repo should be synchronized with "opencv" repo, so checkout "master" branch also. |
|
@alalek Thanks ! |
|
👍 |
|
@alalek Wait so what do you type to install the contrib? |
|
@pr0methaz1ne I think you just have to add Thanks guys, finally my installation worked with (see also #7159): |
|
Thanks for the fix but apparently there is an issue with the |
|
@ChristopheEcabert Nice catch! Thanks! Could you check #7383? |
|
@alalek thanks for being on top of this! The below suggestions worked great on Sierra with Xcode 8. |
Related #7159