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

Doesn't work with Zoom on Linux #9

Open
curtisklarsen opened this issue Nov 28, 2020 · 3 comments
Open

Doesn't work with Zoom on Linux #9

curtisklarsen opened this issue Nov 28, 2020 · 3 comments

Comments

@curtisklarsen
Copy link

I can play the output with VLC and other apps, and I can see the option for "fakecam" in Zoom, but if I choose it I get a black square box with no video.

@jpenguin
Copy link

jpenguin commented Dec 1, 2020

duplicate of #4

The lateast edge release is working for me now, if you still have issueass; creat a second virtual camera and
ffmpeg -f v4l2 -i /dev/video20 -pix_fmt yuv420p -f v4l2 /dev/video21

@ghost
Copy link

ghost commented Dec 3, 2020

You should install akvcam, just work fine for Zoom.

Virtual Camera (output device) (platform:akvcam-2):
	/dev/video2

Canon XJ4123R Webcam (platform:akvcam-3): ->> adjust the video settings in Zoom (Video->Camera)
	/dev/video3

fakecam (platform:v4l2loopback-000):
	/dev/video20

USB2.0 HD UVC WebCam: USB2.0 HD (usb-0000:00:14.0-6):
	/dev/video0
	/dev/video1
fakecam --input=/dev/video0 --resolution=640x480 --background=foobar.jpg --hologram

@acheronfail
Copy link
Contributor

Interestingly, I have the latest version of this installed (2.2.0, --edge) and Zoom still just shows a black screen without any video. It's clearly working since fakecam's GUI shows an image, and I can also view the output with VLC/mpv/etc.

As stated above the following snippet works with Zoom:

ffmpeg -f v4l2 -i /dev/video20 -pix_fmt yuv420p -f v4l2 /dev/video21

I wonder what the difference is in virtual cameras between fakecam and ffmpeg? 🤔

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

3 participants