tldr/pages/osx/wacaw.md

25 lines
515 B
Markdown
Raw Normal View History

2015-10-22 08:21:14 +01:00
# wacaw
2014-09-12 11:56:18 +01:00
> 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>.
2014-09-12 11:56:18 +01:00
- Take a picture from webcam:
2014-09-12 11:56:18 +01:00
`wacaw {{filename}}`
- Record a video:
2014-09-12 11:56:18 +01:00
`wacaw --video {{filename}} -D {{duration_in_seconds}}`
- Take a picture with custom resolution:
2014-09-12 11:56:18 +01:00
`wacaw -x {{width}} -y {{height}} {{filename}}`
- Copy image just taken to clipboard:
2014-09-12 11:56:18 +01:00
`wacaw --to-clipboard`
- List the devices available:
2014-09-12 11:56:18 +01:00
`wacaw -L`