1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:13:46 +02:00
tldr/pages/osx/wacaw.md
2022-02-14 08:21:43 -03:00

24 lines
546 B
Markdown

# wacaw
> A little command-line tool for macOS that allows you 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 {{duration_in_seconds}}`
- Take a picture with custom resolution:
`wacaw --width {{width}} --height {{height}} {{filename}}`
- Copy image just taken to clipboard:
`wacaw --to-clipboard`
- List the devices available:
`wacaw --list-devices`