System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

wacaw

Command-line tool for macOS to capture both still pictures and video from an attached camera. More information: http://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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.