1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/wacaw.md

25 lines
501 B
Markdown
Raw Normal View History

2015-10-22 15:21:14 +08:00
# wacaw
2014-09-12 14:56:18 +04:00
2022-10-18 08:43:49 -03:00
> Command-line tool for macOS to capture both still pictures and video from an attached camera.
> More information: <http://webcam-tools.sourceforge.net>.
2014-09-12 14:56:18 +04:00
- Take a picture from webcam:
2014-09-12 14:56:18 +04:00
`wacaw {{filename}}`
- Record a video:
2014-09-12 14:56:18 +04:00
`wacaw --video {{filename}} --duration {{10}}`
2014-09-12 14:56:18 +04:00
- Take a picture with custom resolution:
2014-09-12 14:56:18 +04:00
`wacaw --width {{width}} --height {{100}} {{filename}}`
2014-09-12 14:56:18 +04:00
- Copy image just taken to clipboard:
2014-09-12 14:56:18 +04:00
`wacaw --to-clipboard`
- List the devices available:
2014-09-12 14:56:18 +04:00
2022-02-14 03:21:43 -08:00
`wacaw --list-devices`