Skip to content

Instantly share code, notes, and snippets.

@wjdp
Created February 1, 2023 12:40
Show Gist options
  • Save wjdp/0ddb12ff218334c3f7bea084c49837e4 to your computer and use it in GitHub Desktop.
Save wjdp/0ddb12ff218334c3f7bea084c49837e4 to your computer and use it in GitHub Desktop.
Show webcam in a floating window (a la Loom)
# Replace /dev/video4 with your webcam
mplayer -noborder \
-geometry 320x240+1600+840 \
-tv driver=v4l2:width=320:height=240:device=/dev/video4 tv://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment