I have Kubuntu 24.04 installed.  I managed to get Wayland working so I can use Waydroid.  Sometimes I need to capture what's displayed on the system's second monitor and use that as a second webcam so I can send that video to Zoom. Using Xorg, this works. ffmpeg -f x11grab -r 25 -s 1920x1080 -i :0.0+1920,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 How do I do this using Wayland? Thank you --------------------------------------------------- PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailman/listinfo/plug-discuss