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

V4L2 loopback device doesn't show in Chromium-based applications. #1

Closed
t1stm opened this issue Jul 9, 2023 · 0 comments · Fixed by #2
Closed

V4L2 loopback device doesn't show in Chromium-based applications. #1

t1stm opened this issue Jul 9, 2023 · 0 comments · Fixed by #2
Assignees
Labels
bug Something isn't working

Comments

@t1stm
Copy link
Owner

t1stm commented Jul 9, 2023

It seems that Chromium doesn't support RGBA, looking at this issue.

A new pixel-format argument must be added, and also the default format must be changed to RGB 24bpp.

The new supported formats will be:

  • V4L2_PIX_FMT_YUV420
  • V4L2_PIX_FMT_RGB24
  • V4L2_PIX_FMT_RGBA444
@t1stm t1stm added the bug Something isn't working label Jul 9, 2023
@t1stm t1stm self-assigned this Jul 9, 2023
@t1stm t1stm linked a pull request Jul 9, 2023 that will close this issue
@t1stm t1stm closed this as completed in #2 Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant