Conversation
added 2 commits
September 17, 2026 11:12
Currently none of the built-in virtio-media features of crosvm are working (`--crosvm_v4l2_proxy`, `--crosvm_simple_media_device`, etc). The `media` feature was disabled at some point, but this re-enables it. Bug: 561629942 Test: cvd create --crosvm_v4l2_proxy /dev/video0
This allows a specific video device to be selected when using the `--media=v4l2_proxy` feature. If the `device_path` argument is not specified, it defaults to `/dev/video0` to preserve the existing behavior. Bug: 520114678 Test: cvd create --media=v4l2_proxy:device_path=/dev/video2
bridadan
force-pushed
the
add_device_path_for_v4l2_proxy
branch
from
September 17, 2026 15:21
8cac756 to
4004571
Compare
ser-io
requested changes
Sep 18, 2026
|
|
||
| RUN apt update -y && apt upgrade -y | ||
| RUN apt install -y sudo devscripts | ||
| RUN apt install -y sudo devscripts linux-headers-6.12-$(dpkg --print-architecture) |
Member
There was a problem hiding this comment.
Don't modify this build environment. If you need to add new dependencies, add it to the build package script https://github.com/google/android-cuttlefish/blob/main/tools/buildutils/build_package.sh.
bridadan
force-pushed
the
add_device_path_for_v4l2_proxy
branch
3 times, most recently
from
September 18, 2026 20:12
c3e535c to
f9abb97
Compare
bridadan
force-pushed
the
add_device_path_for_v4l2_proxy
branch
from
September 18, 2026 20:30
f9abb97 to
1f2f073
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first commit fixes b/561629942
The second commit allows you to specify the video device used for the
v4l2_proxy:--media=v4l2_proxy:device_path=/dev/video0