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

Add support for YUV 4:2:0 NV12 frame format in VFW camera capture #6283

Merged
merged 2 commits into from Mar 17, 2016

Conversation

jlubawy
Copy link
Contributor

@jlubawy jlubawy commented Mar 17, 2016

This pull request resolves #6061, it checks if the video frame format is YUV 4:2:0 NV12 and converts the frame to the BGR color space before returning the frame. Tested on my Surface 4 using the front and rear camera.

@alalek
Copy link
Member

alalek commented Mar 17, 2016

👍

@opencv-pushbot opencv-pushbot merged commit 1bd8bcb into opencv:master Mar 17, 2016
@jlubawy jlubawy deleted the vfw-surface4-fix branch March 17, 2016 17:43
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

Successfully merging this pull request may close these issues.

Add support for color space conversion in CvCaptureCAM_VFW::retrieveFrame
3 participants