-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot use it in Firefox #6
Comments
ok it looks like it doesn't support the image format. How can I change the image format?
|
You cannot; as this program heavily modifies the video stream, I opted to use RGB3 which is (usually) well-supported, easy to work with and doesn't need decompression. Unsure if you can do this with webrtc as-is - but from your logs it looks like it's actually supported but not selected? I'm very much out of the loop on this project as I haven't used it in a loooong while, but I'd say it's more of a WebRTC problem than this program's. RobustVideoMatting has a web version and they seem to do webcam capture through tensorflow.js directly. (https://github.com/PeterL1n/RobustVideoMatting/blob/tfjs/index.html, available at https://peterl1n.github.io/RobustVideoMatting/#/demo) |
I can see the webcam with mpv:
and in Chromium, but not in Firefox.
For example, the gUM Test Page returns: "AbortError: Starting videoinput failed".
The same with WebRTC samples.
I'm using the git version of v4l2loopback.
I create the camera with:
I obtain the same outcome with:
I've tried Firefox 108, and the AppImages of Firefox 109 and 110.
The text was updated successfully, but these errors were encountered: