Skip to content

Instantly share code, notes, and snippets.

@TheHolm
Forked from trevor403/webcam.sh
Created July 19, 2022 05:02
Show Gist options
  • Save TheHolm/b034434a7d8e9b87c4db6920c9be474c to your computer and use it in GitHub Desktop.
Save TheHolm/b034434a7d8e9b87c4db6920c9be474c to your computer and use it in GitHub Desktop.
Virtual webcam for wayland screensharing
sudo modprobe v4l2loopback video_nr=4 card_label="virtual webcam" exclusive_caps=1
sudo ffmpeg -use_wallclock_as_timestamps 1 -fflags nobuffer -framerate 60 -device /dev/dri/card0 -f kmsgrab -format bgr0 -i - -vsync drop -init_hw_device vaapi=v:/dev/dri/renderD128 -filter_hw_device v -vf 'hwmap,hwdownload,format=yuv420p' -c:v rawvideo -f v4l2 /dev/video4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment