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

Support H264 #8

Open
dgsiegel opened this issue Nov 16, 2020 · 1 comment
Open

Support H264 #8

dgsiegel opened this issue Nov 16, 2020 · 1 comment

Comments

@dgsiegel
Copy link
Collaborator

Would be a great addition and maybe a better performance than MJPEG.

@peterbay
Copy link
Owner

USB gadget driver under Linux at this time support only two formats - V4L2_PIX_FMT_MJPEG and V4L2_PIX_FMT_YUYV.
https://github.com/raspberrypi/linux/blob/rpi-5.4.y/drivers/usb/gadget/function/uvc_v4l2.c#L59

Here is some patch for adding framebased formats, but i don't test it yet, and it requires changes in uvc-gadget too.
https://lore.kernel.org/patchwork/patch/1023642/

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

No branches or pull requests

2 participants