commands.sh

wacaw

macos

Capture both still pictures and video from an attached camera.

More info →

Options (4)

-D, --durationboolean

Record a video

Example: wacaw --video {{filename}} {{[-D|--duration]}} {{10}}
-x, --widthboolean

Take a picture with custom resolution

Example: wacaw {{[-x|--width]}} {{width}} {{[-y|--height]}} {{100}} {{filename}}
-y, --heightboolean

Take a picture with custom resolution

Example: wacaw {{[-x|--width]}} {{width}} {{[-y|--height]}} {{100}} {{filename}}
-L, --list-devicesboolean

List the devices available

Example: wacaw {{[-L|--list-devices]}}

Examples (5)

Take a picture from webcam

wacaw filename

Record a video

wacaw --video filename [-D|--duration] 10

Take a picture with custom resolution

wacaw [-x|--width] width [-y|--height] 100 filename

Copy image just taken to clipboard

wacaw --to-clipboard

List the devices available

wacaw [-L|--list-devices]
made by @shridhargupta | data from tldr-pages