Skip to content

Instantly share code, notes, and snippets.

@kastaneda
Created October 31, 2018 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kastaneda/f2c8759d67645cbdae7b67a4b3b6b17f to your computer and use it in GitHub Desktop.
Save kastaneda/f2c8759d67645cbdae7b67a4b3b6b17f to your computer and use it in GitHub Desktop.
Copy image from specified webcam in specified resolution to X11 clipboard
fswebcam -d /dev/video0 -r 800x600 - | convert - png:- | xclip -se c -t image/png -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment