1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/osx/wacaw.md
2024-10-12 10:02:00 +02:00

471 B

wacaw

Capture both still pictures and video from an attached camera. More information: https://webcam-tools.sourceforge.net.

  • Take a picture from webcam:

wacaw {{filename}}

  • Record a video:

wacaw --video {{filename}} --duration {{10}}

  • Take a picture with custom resolution:

wacaw --width {{width}} --height {{100}} {{filename}}

  • Copy image just taken to clipboard:

wacaw --to-clipboard

  • List the devices available:

wacaw --list-devices