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

drivers: media: pisp_be: Add support for YUV422 planar format #6613

Open
wants to merge 1 commit into
base: rpi-6.6.y
Choose a base branch
from

Conversation

naushir
Copy link
Contributor

@naushir naushir commented Jan 15, 2025

List V4L2_PIX_FMT_YUV422P as supported by the PiSP backend hardware.

List V4L2_PIX_FMT_YUV422P as supported by the PiSP backend hardware.

Signed-off-by: Naushir Patuck <[email protected]>
@6by9
Copy link
Contributor

6by9 commented Jan 15, 2025

Is there a gain in having V4L2_PIX_FMT_YUV422P vs V4L2_PIX_FMT_YUV422M (which is already supported)?

I guess it adds symmetry with all the duplicated NV12 / NV12M and YVU420 / YUV420M defines, and the hardware can cope with either.

@naushir
Copy link
Contributor Author

naushir commented Jan 15, 2025

MPlanar formats are not fully supported by libcamera yet, so this is the only way to get 422 planar out.

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.

2 participants