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

YUV420 support #166

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Conversation

luca-della-vedova
Copy link

This PR adds support for YUV420 (or I420) images.

I420 is the most common YUV format and is adopted by most Image Sensor Processor (ISP) chips, specifically this was implemented to work with gstreamer based v4l plugins

I420 consists in 12 bits per pixel, which is implemented in OpenCV as a cv::Mat with one 8 bit channel with 1.5x the number of rows of the actual image.

Signed-off-by: Luca Della Vedova <[email protected]>
Signed-off-by: Luca Della Vedova <[email protected]>
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.

1 participant