Zephyr Video patch soup #89691
Replies: 2 comments 1 reply
-
The patch soup is currently slightly broken as some of the PRs are getting merged and others (like UVC) needs rebasing. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Most of the patch soup is now merged! The last standing item is UVC, so this page will keep being updated until UVC is merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In order to preview some video features before they are merged, here is a list of pull requests and method to apply them on any branch.
First, you would need to run this to collect extra code from tinyVision.ai or other sources, then use one of the snippet below to add the experimental feature:
Getting USB Video Class (UVC) on your branch:
Getting the Video Shell on your branch:mergedGetting USB 3 support on your branch:
Getting USB 3 + UVC on your branch (no PR yet):broken, needs rebaseGetting the lib/pixel on your branch:deprecatedGetting the fixed VIDEO_SW_GENERATOR on your branch:mergedIn most cases, these can be combined on top of each other, such as UVC on top of lib/pixel on top of your own branch.
Feel free to report any issue on this thread or in the original PR.
Beta Was this translation helpful? Give feedback.
All reactions